A Brief Guide to Kubernetes and Containers

A guide to Kubernetes, containerization, and virtualization.

Kubernetes is a platform for orchestrating containers and services, launched by Google in 2014. The key feature is that it naturally handles containers for you, monitors their availability and uses currently available computing capacity.

The Principle of Containerization

Containers are favored by developers around the world, mainly by addressing the shortcomings of classic virtualization.