I'm a backend engineer and I'm interested in learning about Kubernetes. So far, I only have experience with Docker, and I've used some Kubectl commands occasionally to check logs. I understand that Kubernetes is an advanced orchestration tool, but I really want to focus on the basics at first. My goal is to build a solid foundational understanding before moving on to intermediate topics that would help me in my future backend projects. Can anyone recommend some short courses or resources that focus on intuitive learning rather than overwhelming me with commands and concepts? Thanks in advance!
5 Answers
Here's a course I found helpful: devops-with-kubernetes on MOOC.fi. It’s a nice starting point and enjoyable!
Don’t forget to explore the tutorials available on the official Kubernetes website. They have some really helpful resources.
I highly recommend checking out the Kubernetes learning path on KodeKloud. It's great for getting a structured introduction!
There's a fun resource called k8sdiagram.fun. I built a diagram there to visualize how different components interact. It's a solid way to get a basic idea! Also, check this GitHub link: k8s-ingress-gen; it might be useful.
You're already off to a good start knowing Docker and using Kubectl! Try deploying something simple like nginx or apache as a pod, and then move on to creating a deployment. That's a practical way to learn.

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