0% found this document useful (0 votes)
111 views2 pages

DevOps Guide 2025

Uploaded by

Gaurav Khalase
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views2 pages

DevOps Guide 2025

Uploaded by

Gaurav Khalase
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Devops Guide 2025

Step1 : Linux Fundamentals


- CLI (BASH)
- Process & Permissions : ps, kill, chmod
- package management : apt, yum
- Text editors : vim

Wire shark
/
Step2 : Networking & Security concepts
- OSI, TCP/IP models
- Different protocols : http, https, ssh etc.
- IP addresses, subnetting, DNS
- Network issues
- firewalls, proxy servers

Going forward : load balancers & caching servers.

Step3 : Scripting (Programming language)

popular options : Python, Ruby, Golang

- Syntax & fundamentals


- Useful libraries
- File handling
- Writing automation scripts

Step4 : Version Control (git)


- imp. Git commands : init, clone, add, commit, push, pull, merge, rebase etc.
- concept of branching
- merging & merge conflict resolution
- working with remote repositories

Step5 : Cloud

popular options : AWS, Azure, GCP

- configure & manage servers & data (EC2, S3, RDS)


- manage users, groups & roles (IAM)
- setup & manage isolated networks (VPC)
Step6 : Microservices & Containers

popular option : Docker

- overview of virtualization & containerization


- docker images & managing containers
- docker commands : run, ps, build etc.
- writing docker files
- using docker compose

Step7 : CI/CD

popular options : Jenkins, Github Actions CI/CD, Gitlab CI, Circle CI, Travis CI

Step8 : Infrastructure as Code (IaC)

Provisioning > Configuring


d d
Terraform Ansible
Alt : Pulumi Alt : Puppet, Chef

Step9 : Orchestration & Management

popular option : Kubernetes

- creating & managing k8s clusters


- deployment of applications on k8s
- k8s commands : apply, build, delete etc.

Step10 : Monitoring & Logging

popular option : Prometheus, Grafana


Alt : ELK, Fluentd, AWS CloudWatch

You might also like