New Job with a Kubernetes Cluster: Where Do I Begin?

0
0
Asked By CuriousCoder42 On

I just started a new job and inherited a Kubernetes cluster, but I don't know much about it. The person who set it up is leaving, and I need to learn how to manage this cluster and understand how it all works. What should I focus on as I start learning about Kubernetes?

3 Answers

Answered By TechieTommy On

Firstly, identify who has access to the cluster and how it's configured. It's also good to know what's currently running on it and any Custom Resource Definitions (CRDs) that are installed. If you can, have a chat with the previous owner for a brief overview of how everything operates. Get familiar with the infrastructure as it’s usually tied to other resources.

Answered By CloudGuru22 On

I've found the KodeKloud courses for CKAD/CKA on Udemy to be super helpful. They give a structured insight into Kubernetes, and usually, there's a discount available. Combine that with local experiments on tools like kind or minikube, and you should be set! It's a steep learning curve, but worth it if you put in the effort.

ProTipPanda -

Totally agree! The practical experience reinforces what you learn in those courses.

Answered By LearningLisa99 On

Hands-on experience is key! Start by setting up your own version of the cluster, possibly using k3s or kind. Make sure you document the setup process and how to back it up—it's crucial for when things go wrong. I suggest letting your manager know if you feel unprepared; being upfront about it can help you get the support you need.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.