Docker

Kubernetes is an open source platform that automates Linux container operations. It eliminates many of the manual processes involved in deploying and scaling containerized applications.

Get oriented on some basics of Docker before diving into the walkthrough. In this six-part tutorial, you will: Get set up and oriented, on this page, Build and run your first app, Turn your app into a scaling service, Span your service across multiple machines, Add a visitor counter that persists data Deploy your swarm to production