Kubernetes

Similar to Docker Swarm is Kubernetes (often abbreviated as k8s), an open-source Google project for managing containers in a cluster.

Kubernetes acts as a framework for deploying, scheduling, maintaining, updating, and scaling microservices. In essence, it abstracts the process of deploying the service from the user and actively monitors the state of the application infrastructure to ensure integrity. If a problem occurs, Kubernetes can automatically rebuild and redeploy a failed container.

A key difference between Kubernetes and Docker Swarm is how they treat clusters of containers. With Docker Swarm, individual containers are unified under a single API. With Kubernetes, containers are grouped into logical units which are then managed, ...

Get Microservices with Docker on Microsoft Azure™ (includes Content Update Program) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.