I'm looking for good resources to help me learn and practice scenario-based troubleshooting in Kubernetes. Are there any videos, websites, or tutorials where people are solving real issues?
4 Answers
I found this project called k8squest on GitHub. I haven't tried it yet, but I'm planning to. It looks promising for getting some hands-on experience with Kubernetes.
I just let my developers set up their own Kubernetes clusters. When they break them (which happens a lot!), I get to dive in and troubleshoot all the creative ways they’ve messed things up!
One of the best ways to learn is by actually building a cluster yourself. Eventually, it'll break, and you'll need to figure out how to fix it. It's a hands-on approach that really helps you understand the ins and outs of Kubernetes.
Definitely! Starting with Kubernetes, then diving into kubeadm and Talos while deploying some apps is key. It's all about figuring things out on your own and reading the docs.
Building a home lab is one of the best ways to learn Kubernetes and troubleshooting. I set up a 3-node Talos cluster using old Dell Optiplex systems. I'm using MetalLB for load balancing and Traefik as my ingress controller, plus Local Path for storage. It's been a great learning experience!

I gave that a shot recently! It was a bit tricky to start, but once you get the hang of it, it's actually quite fun.