I'm a backend engineer with experience mainly in Docker, and I'm looking to dive into Kubernetes. All I know is that it's an advanced orchestration tool, and I've used Kubectl commands occasionally to pull logs. At this point, I'm not interested in getting too advanced; I want to nail down the basics first and then build my way up to an intermediate level that will help with my backend work in design and development. I'd appreciate recommendations for short courses or resources that focus on building intuition rather than just throwing commands and concepts at me. Thanks in advance!
5 Answers
For a more structured course, consider the 'DevOps with Kubernetes' course here: https://courses.mooc.fi/org/uh-cs/courses/devops-with-kubernetes. It's enjoyable and tailored for beginners!
You're off to a great start! Since you already know Docker and Kubectl, try deploying something simple like Nginx as a pod, then turn it into a deployment. It's a practical way to see Kubernetes in action.
The tutorials on the official Kubernetes website are solid too. They offer a hands-on way to learn the basics and get familiar with how everything works.
Check out the Kubernetes learning path on KodeKloud. They've got a structured approach that works well for beginners!
You might find [k8sdiagram.fun](https://k8sdiagram.fun/) fun! I built something similar for fun, and it provides a good visual idea of how components interact. Also, check out [this GitHub repo](https://github.com/abhayraghuwanshi/k8s-ingress-gen) for more resources.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux