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)
1 . Learn docker to containerize applications.
2 . learn kubernetes to manage the containerized applications.
3 . Learn any cloud platform.
Thank you . Hope this helps me