5 ms·
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
by nodejscloud 9y 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 https://github.com/kubernetes/minikube locally, but looking for a solid article to get familiar with all the concepts and best practices.
- dankohn1 9y agoMinikube is a good place to start and the kubernetes.io guide is pretty good: https://kubernetes.io/docs/tutorials/stateless-application/hello-minikube/ 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-linuxfoundationx-lfs158x https://www.edx.org/course/introduction-kubernetes-linuxfoun... (Disclosure: I run CNCF and we developed that course.)