Kubernetes — from the beginning, Part I, Basics, Deployment and Minikube

christoffer noring
ITNEXT
Published in
1 min readMay 18, 2019

--

Follow me on Twitter, happy to take your suggestions on topics or improvements /Chris

Kubernetes is about orchestrating containerized apps. Docker is great for your first few containers. As soon as you need to run on multiple machines and need to scale/up down and distribute the load and so on, you need an orchestrator — you need Kubernetes

This has been moved to https://softchris.github.io/pages/kubernetes-one.html

--

--