Hacker News new | ask | show | jobs
by nodejscloud 3239 days ago
I'm coming from traditional VM's and want to play around with Kubernetes. What are the best guides/articles to get started with Kubernetes?

I've heard to start with https://github.com/kubernetes/minikube locally, but looking for a solid article to get familiar with all the concepts and best practices.

1 comments

Minikube is a good place to start and the kubernetes.io guide is pretty good: https://kubernetes.io/docs/tutorials/stateless-application/h...

If you like video, try out this new (free) EdX course: https://www.edx.org/course/introduction-kubernetes-linuxfoun...

(Disclosure: I run CNCF and we developed that course.)