Hacker News new | ask | show | jobs
by danwee 1395 days ago
For K8s:

1. Read the book "Kubernetes up and Running"

2. After that you can start reading the https://kubernetes.io documentation

3. Alongside the documentation reading, practise what you have learnt using minikube.

4. Only after, start with Helm (which is pretty bad, but if your company is using it...)

1 comments

Thanks!

I was just curious about your perspective-- When do you mean by Helm is pretty bad? Could you elaborate? Also, how does it compare with alternatives?