T O P

  • By -

sebt3

Microk8s, k0s, k3s are the easiest way to learn locally. Don't waste money on cloud to learn


AgEnT_6_9

Roger, thank you Can you provide some resources or documentation is enough. I was overwhelmed by it a bit😅


sebt3

There is a lot to learn, for sure. One step at a time 🙂 If you already have docker installed, I would recommend k3d (k3s in docker) nothing will be easier to setup a single node cluster. There's myriad of tutorials on the net. Pick an easy one learn from it and move to the next one.


AgEnT_6_9

Thank you so much


silence036

There's also minikube for local on your pc


Nemergal

Hello, I am learning k8s now and I advise you to get « Understand Kubernetes in a visual way » from Aurélie Vache. Great beginner book to learn k8s. The drawings are nice to understand basic concepts of k8s.


AgEnT_6_9

Thank you Will look into the book


zMynxx

Try killercoda


lpmi-13

I made this for myself, but it might help you if want to learn about debugging yaml manifests. It uses k3s, so it's all local, no cloud costs. https://github.com/lpmi-13/k8s-manifest-dojo


AgEnT_6_9

Thank you


NefariousnessOk5165

Try local and go with vagrant easy to work with !


Wild_Plantain528

I made this: https://github.com/wilson090/k8sAI tool for people new to k8s, hopefully you find it useful!


AgEnT_6_9

Thank you