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

DevOps Guide 2025

The document outlines a comprehensive DevOps training guide for 2025, detailing ten steps from Linux fundamentals to monitoring and logging. Each step includes specific topics, tools, and timelines for completion, emphasizing practical exercises and revisions. The guide also highlights popular technologies and tools for each step, such as Docker for containers and Jenkins for CI/CD.

Uploaded by

jaatantil0886
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)
73 views2 pages

DevOps Guide 2025

The document outlines a comprehensive DevOps training guide for 2025, detailing ten steps from Linux fundamentals to monitoring and logging. Each step includes specific topics, tools, and timelines for completion, emphasizing practical exercises and revisions. The guide also highlights popular technologies and tools for each step, such as Docker for containers and Jenkins for CI/CD.

Uploaded by

jaatantil0886
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 2 days + practise 1 time in a week generally on weekend


- CLI (BASH) DONE
- Process & Permissions : ps, kill, chmod REVISION TOMMORROW
- package management : apt, yum WILL BE COMPLETE TOMMORROW
- Text editors : vim WILL BE COMPLETE TOMMORROW

Wire shark
/
Step2 : Networking & Security concepts start from 5th april and will be completed till 12th -14 april with practise
- 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) continue parallel daily atleast 3 video and complete revision on weekends

popular options : Python, Ruby, Golang

- Syntax & fundamentals


- Useful libraries
- File handling
- Writing automation scripts

Step4 : Version Control (git) TOMMORROW WILL BE COMPLETED , PRACTISE ON 3TH,4TH APRIL
- 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)

after completing the ci/cd we will give 2 days for revision for complete revion of everythingt that we have done till yet . and do this
on weekend .first complete this then we move forward.
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 will start after the completion of networking may be strat from 20th april and will be completed till 15th may with full
revision

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