kubernetes – Container Cluster Manager from Google

Kubernetes is an open-source system for automating deployment, operations, and scaling of containerized applications.

Kubernetes is an attempt by Google to share techniques and to foster the development of a container control system that could, in theory, maybe someday far off in the future, replace the Google Borg system.

It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon a decade and a half of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community.

It is designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.

Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is.

Kubernetes is open source giving you the freedom to take advantage of on-premise, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.

Source: GitHub – kubernetes/kubernetes: Container Cluster Manager from Google

Explaining Video