DEV Community

Cover image for How to Move Forward in DevOps ?
Rohith ND
Rohith ND

Posted on

 

How to Move Forward in DevOps ?

After watching many educational videos and learning about the fundamentals of Devops in theory, such as Continuous Integration, Continuous Testing, Continuous Deployment, and Continuous Delivery, I struggle as a beginner to move further without adequate guidance.

I started with Jenkins and gathered some knowledge on Jenkins.

What is the next step after this?

Top comments (2)

Collapse
 
gokul_c profile image
Gokul c

1 . Learn docker to containerize applications.
2 . learn kubernetes to manage the containerized applications.
3 . Learn any cloud platform.

  1. Learn Terraform to automate the cloud infrastructure.
  2. Learn how to ssh into other machines and work with it . 6 . Learn ansible to manage those machines , it's an configuration management tool .
Collapse
 
ndrohith profile image
Rohith ND

Thank you . Hope this helps me

DEV

Thank you.

 
Thanks for visiting DEV, we’ve worked really hard to cultivate this great community and would love to have you join us. If you’d like to create an account, you can sign up here.