Hey folks! I've recently joined a new project that will be using Azure Kubernetes Service (AKS) to deploy services. I'm eager to learn but I'm trying to figure out if I can just focus on learning Kubernetes and Docker, or if I really need to dive deeper into AKS specifically. I've already taken a couple of courses on Kubernetes, one from Kodekloud and another from Maximillian, but I'm struggling to find up-to-date AKS resources without breaking the bank. I'm a hands-on learner, but since I lack access to free Azure credits now, that makes it tricky. For context, I have a certification in AZ-900 and I'm planning to study for AZ-104 after I finish my Security+ certification. Any advice?
1 Answer
You definitely should check out Helm! You'll find it essential in almost any modern setup. Also, get familiar with tools like k9s for managing apps and brush up on bash/shell for cluster interactions. Plus, don’t forget about containerD basics.
Haha, I totally spaced on Helm too! I've got a colleague who swears by it, so I'll have to add it to my learning list.