About This Course
going to start soon
Course Curriculum
1
Topic
7
Lessons
total length
-
DevOps Lifecycle
read- What is DevOps?
- DevOps Principles & Culture
- Benefits of DevOps
- DevOps Lifecycle Overview
Linux Fundamentals for DevOps
read- Linux architecture & command-line basics
- File system structure & navigation
- User & group management File permissions & ownership
- Package management (apt, yum, dnf)
- Process management (ps, top, kill)
- System services (systemctl, service)
- Shell scripting basics for automation
GIT -Version Control Systems (VCS)
read- Introduction to Git
- Git architecture & workflow
- Git Stages
- Git push , pull , clone Branching, merging, rebasing
Jenkins -Continuous Integration (CI)
read- CI/CD pipeline fundamentals
- Jenkins fundamentals & setup
- Jenkins pipelines (Scripted & Declarative)
- Build automation with Maven/Gradle
- Integrating Git with Jenkins
Ansible
read- Introduction to Configuration Management
- Tools overview: Ansible
- Infrastructure as Code (IaC) concepts
- Ansible Playbooks & Roles
Docker
read- Introduction to Containers
- Docker architecture & components
- Docker images, containers, registry
- Docker networking & storage
Container Orchestration (Kubernetes)
read- Kubernetes architecture & components
- Pods, deployments, services