DevOps Training
Techbly DevOps training is beginner-friendly, practical, and project-based. It is designed to help participants become job-ready.
3 Months
Duration
Physical/Online
Classes
Weekday/Weekend
Mon, Web & Fri (Saturdays)
10am - 1pm (WAT)
Time
DevOps Projects We Will Build
In addition to the Data Analytics projects below, you will also be given resources to build others on your own.
End-to-End Continuous Deployment
Provisioning of Infrastructure With Code
Write a reusable code that can be used to provision infrastructure like EC2, S3, Internet gateway etc on AWS.
Multi-tier application spin up
Cloud Computing
Hotel data analysis with Python
Identify key customers and what drives business growth and revenue with python
Containerization
Training Benefits
- Beginner-friendly
- Project-based training
- Excellent support
- Job alerts
- Career guidance
- Certificate of completion
- Flexible payment plan
- Conducive learning environment
- Unlimited internet access
- Remote internship with top organizations
DevOps Engineering Course Outline
Intro to DevOps and Cloud Computing
Participants will learn what DevOps is, cloud computing fundamentals, its benefits, cloud service types, and cloud computing models.
- What is DevOps
- Evolution of DevOps
- Core Principles of DevOps
- Benefits of DevOps
- DevOps Practices
- DevOps Tools
- DevOps Culture and Team Structure
- What is cloud computing?
- The evolution of cloud computing
- Types of Cloud service models
- Cloud deployment models
- Characteristics of cloud computing
- Advantages of cloud computing
- Common cloud computing services
- Cloud Security
- Leading cloud service providers
- Identity and Access Management (IAM)
- Role-based access control (RBAC)
- User and group management in cloud platforms
- Implementing security policies and best practices
- Multi-Factor Authentication (MFA)
- Access key and Command Line Interface (CLI)
- Elastic cloud compute (EC2)
- EC2 instance types
- Amazon Machine Image (AMI)
- Creating Key pairs
- Virtual Private Cloud (VPC) setup and configuration
- Network security groups, subnets, and routing
Availability and fault-torelance
- High Availability, Scalability, Elasticity
- Elastic Load Balancing (ELB)
- Auto Scaling Groups (ASG)
- Introduction to AWS S3
- Creating S3 bucket
- S3 bucket policy
- Hosting a static website on S3
- Versioning
- Replication across different regions
- Security challenges and solutions in cloud environments
- Security tools and monitoring for cloud services
Cost Management and Optimization
- Cost estimation and monitoring tools in cloud platforms
- Billing alert and cost management
Python Programming
We will focus on programming paradigms using Python. With this foundation, participants will be able to understand how to write code to solve problems and perform automation tasks using Python.
INTRODUCTION TO PYTHON
- Overview of python
- Installation and setup
- Python Syntax
- Variables
- Reserved words
- Input and output
- Comments in python
Data Types
- Strings
- Lists
- Dictionary
- Tuple
- Sets
- Numbers
- Boolean
- None
Operators
- Arithmetic operators
- Comparison operators
- Logical operators
- Assignment operator
- Membership operator
Control Flow
- If statement
- elif
Loops
- While loops
- For loops
Functions
- In-built functions
- User-defined function
- Function parameter
- Lambda
- Map, filler, reduce
- *args and **kwargs
Modules
- Modular programming
- Python package
File Handling
- Reading, Writing and appending files
Vagrant For Test Environment
Learn how to setup test environment locally to practice Linux, infrastructure setup and deployment
VAGRANT FUNDAMENTALS
- Understanding virtualization
- Introduction to vagrant
- Provider and vagrant file
- Installation of VirtualBox
- Installation of vagrant
Vagrant Boxes
- Adding Boxes to Vagrant
- Installing a Vagrant Box
- Starting a Vagrant Box
- SSH Into a Vagrant Box
- Destroying a Vagrant Box
- Configuring a Network in Vagrant
- Provisioning in Vagrant
- How to launch a multi-machine VM in vagrant
- Deploying a static website in Vagrant.
Linux And Bash Scripting
This section will look into how to install Linux and packages, work with files and directories, permission, user management, and script automation.
INTRODUCTION TO LINUX
- Overview of Linux
- History and Evolution of Linux
- Different Distributions (Distros)
Getting Started with Linux
- Installation and Setup
- Command-Line Interface (CLI) Basics
Linux File System and Basic Commands
- File System Hierarchy
- Understanding Directory Structure
Essential Commands
- File Manipulation (ls, cp, mv, rm)
- Directory Operations (cd, mkdir, rmdir)
- File Content Viewing (cat, less, head, tail)
- Permissions (chmod, chown)
- User and Group Creation
- User Permissions and Management
- Process Management (ps, top, kill)
- Service Management (systemctl)
- Package Installation (apt, yum, dpkg)
- Software Updates and Upgrades
- IP Addressing and Subnetting
- Network Interface Configuration (ifconfig, ip)
- SSH (Secure Shell)
- Introduction to Bash Scripting
- Variables
- Data Types
- Control Flow
- Loops
- File Manipulation and Automation
- Reading and Writing Files
- Automating Tasks with Scripts
- User Permissions and Access Control
- File Permissions and Ownership
- User Roles and Sudo Access
- Setting up Web Servers (Apache, Nginx)
Infrastructure As Code with Terraform
We will cover how to provision infrastructure using code. Participants can setup, destroy or replicate the state of infrastructure at any time with a command.
Introduction to Terraform
- Infrastructure as Code (IaC) Concept
- Introduction to terraform
- Benefits and Advantages of Terraform
- Comparison with Other Provisioning Tools
Getting Started with Terraform
- Downloading and Installing Terraform
- Configuration Setup
Terraform Basics
- Understanding Terraform
- Configuration Files
Terraform CLI Commands Overview
Terraform Configuration
- Defining Providers
- Creating Resources (Instances, Networks, Storage, etc.)
Variables and Data Types
- Input Variables
- Output Variables
Modules and Reusability
- Creating and Using Modules
Terraform Workflow
- Initialization and Planning
- terraform init Command
- terraform plan Command
Applying Changes
- terraform apply Command
- Applying and Modifying Infrastructure
Destroying Resources
- terraform destroy Command
- Removing Infrastructure
Real-World Use Cases
- Creating VPCs
- Setting up EC2 instance
- Load Balancers
Networking Configurations
Source Code Management with Github
Learn how to manage source code through version control and collaborate with other developers.
Introduction to Version control
- Overview of Version Control Systems (VCS)
- Importance of Version Control in DevOps
Introduction to GitHub
- Overview and Features of Github
- Benefits of Github in DevOps Workflows
Getting Started with GitHub
- Creating a GitHub Account
- Installing git
- Configuring Profile Settings
Git operation
- Initializing git for a project
- Adding files to be committed
- Committing files to the staging area
GitHub Basics
- Creating a repository
- Connecting to the remote repository
- Pushing files to git
Branching and Committing Changes
- Creating and deleting branches from the terminal
- Switching between branches
- How to revert changes in git
- Forking and Cloning Repositories
Collaborating on GitHub
- Onboarding developers
- How to enforce the approval mechanism
- Merging pull request
- How to approve a pull request
Containerization With Docker
Introduction to Docker
- Understanding Containerization
- Containerization vs. Virtualization
- Benefits of Docker in DevOps
Overview and Key Features
- Docker Engine and Architecture
- Downloading and Installing Docker
Configuring Docker Engine
Docker Images and Containers
- Working with Images
- Running and Managing Containers
Docker Hub
- Overview and Repository Usage
- Pulling and Pushing Images
Docker Container Management
- Creating and Starting Containers
- Stopping container
- Removing Containers
- Inspecting container
Container Networking
- Networking Basics in Docker
- Configuring Container Networking
- Data Management in Containers
- Data Persistence in Containers
- Managing Volumes
Docker Compose
- Introduction to Docker Compose
- Defining Multi-Container Applications
- Creating Compose Files
- Running and Managing Applications with Compose
Kubernetes For Container Orchestration
- Container Orchestration Overview
- Challenges in Containerized Environments
- Role of Kubernetes in Container Orchestration
- Kubernetes Basics
- History and Evolution of
- Kubernetes
- Key Features and Advantages
- API Server
- Scheduler
- Controller Manager
- etcd
- Kubelet
- kube-proxy
- Container Runtime (e.g., Docker)
- API Server Functionality
- etcd for Cluster State Management
- Understanding Pods
- Multi-Container Pods and
- Pod Design Patterns
- Deployments
- ReplicaSets
- StatefulSets
- ClusterIP
- NodePort
- LoadBalancer
- High Availability and Scalability
- Ensuring High Availability
- Scaling Kubernetes Clusters
- Troubleshooting Common Issues
- Debugging Tools and Techniques
- Deploying an application on the Kubernetes cluster
CI/CD Pipeline With Jenkins
- What is GitHub?
- How to set up a GitHub account
- Uploading your project to the GitHub repository
- Downloading and forking code from GitHub
- Documenting your work
- What is GitHub?
- How to set up a GitHub account
- Uploading your project to the GitHub repository
- Downloading and forking code from GitHub
- Documenting your work
- What is GitHub?
- How to set up a GitHub account
- Uploading your project to the GitHub repository
- Downloading and forking code from GitHub
- Documenting your work
Ansible For Configuration Management
Introduction to Configuration Management
- Understanding Configuration Management
- Role of Automation in IT Operations
- Key Features and Advantages
Ansible Basics
- Installation and Setup
Installing Ansible (Control Node) - Configuring Ansible Hosts
Ansible Inventory
- Inventory File Structure and Configuration
- Dynamic Inventory and Host Groups
Ansible Playbooks
- Writing Playbooks (YAML Syntax)
- Playbook Structure and Components
Ansible Modules and Tasks
- Commonly Used Modules (file, command, package, etc.)
- Module Parameters and Usage
Tasks in Playbooks
- Defining Tasks
- Task Execution Order and Handlers
Ansible Variables
- Variable Types (Global, Play, Role, Host)
- Variable Precedence and Scope
Managing Servers and Packages
- Package Installation and Updates
- User and Group Management
Service Management
- Starting, Stopping, and
- Restarting Services
- Service Configuration and Management
DevSecOps Fundamentals
Learn to create a pipeline to automate the delivery and deployment process from the source code to the server.
Introduction to Sonarcloud
- Creating an account
- Setting up organization
- Generating security key
- Integrating sonarcloud into a pipeline process
- Implementing Static Application Security Testing (SAST).
Vulnerability detection with Snyk
- Introduction to Source Code Analysis (SCA)
- Setting up an account on Snyk
- Generating token
- Integrating Snyk in a pipeline
- Assessing level of vulnerability
- What is GitHub?
- How to set up a GitHub account
- Uploading your project to the GitHub repository
- Downloading and forking code from GitHub
- Documenting your work
- What is GitHub?
- How to set up a GitHub account
- Uploading your project to the GitHub repository
- Downloading and forking code from GitHub
- Documenting your work
AI and DevOps
Understand how to manage, update and configure multiple servers using a playbook and inventory with ansible.
How to leverage AI as a DevOps engineer
- Generating code with AI
- Troubleshooting with AI
- Using AI to increase productivity
- Staying relevance despite AI popularity
At the end of the training you should have completed the following projects
1. Hosting a static website on Amazon S3
2. Provisioning of infrastructure on AWS with Terraform
3. Containerization of .Net application
4. Containerization of Java Springboot application
5. Containerization of Nodejs application
6. Containerization of Python Flask application
7. Using bash scripting to automate the deployment of the website on EC2
8. Replication of data across multiple regions in AWS
9. Load balancing and autoscaling on AWS
10. Deployment of docker image on Kubernetes
11. Backing up data using docker volume
12. Using bash scripting to automate deployment on AWS
13. Deployment of 3-tier applications using docker-compose for Angular frontend, Java backend, and Postgres database
14. Configuring applications across multiple servers using Ansible on aws
15. Setting up WordPress using docker compose.
16. Setting up a pipeline with Jenkins to continuously deliver a docker image of Java application on the docker Hub
17. Creating a pipeline to deploy an application on AWS continuously.
18. Monitoring and alerting using Cloudwatch and Grafana
19. Using DevSecOp to ensure pipeline security with sonarcloud and snyk
20. Continuous delivery of docker image on AWS ECR.
Training Fees
DevOps with Advanced Projects
Software Engineering
DevOps & Software
Frequently Asked Questions (FAQs)
As more companies are migrating their infrastructure to the cloud, the demand for DevOps engineers is on the increase especially outside Nigeria. Due to the specialized nature of DevOps, those who have the skill are well-positioned to command high salaries. Though, people with years of experience are usually preferred. Hence, we encourage our students to practice the projects done in class and additional ones that are shared after the training to increase their chances
Do I need a background in IT to attend DevOps Training?
No prior programming experience is required. Our training approach is beginner friendly, and we work on several real world projects to help our student have deeper understanding of each module. However, you need to know how to operate the computer efficiently.
We have weekend class for those who cannot attend the weekday class. 2pm to 5pm (Nigerian Time)
You can pay N200,000 or N300,000 at the beginning of each month to attend data analytics and science respectively. N500,000 monthly for artificial intelligence.
Yes, it is recommended you come with your own laptop as it will help you to practice whatever you are learning. However, we provide laptop that can be used only within our premises if need be.
Depending on your budget, Core i7, 16 GB ram with SSD is best.
However, core i3 or i5 with 4gb or 8gb ram HDD will also work fine.
It can be HP, Dell, Mac, or any other brand.
Yes. In fact, this is our strength. We are committed to supporting our students to ensure they succeed. You will be added to our WhatsApp group to connect with others and also ask questions.
Yes. Techbly was established to bridge the practical knowledge that people are lacking to secure a job. Hence, we focus on making the class beginner friendly with lots of projects to help the participants master the skill.
We issue a certificate of completion after the training. If you are interested in certification, you can pay to take certification exam by international bodies online.
You can chat with our representation using the WhatsApp chat button on our website or call the phone number at the top or bottom of this page. You can also click the register button on this page to show your interest and one of our team will reach out to you.
We don’t compete based on price. Our fees is based on the value we offer. If you want a place that will give you in-depth knowledge and value for your money, you are in the right place. Our past students are glad to learn from us as our training is hands-on and designed to make you job-ready. You can check what over 80 of our students had to say about our training on our Google review pag

