DEV Community

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

Posted on

2 1

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay