Production-Grade Container Orchestration

Automated container deployment, scaling, and management
Learn Kubernetes Basics

Kubernetes v1.17 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.

images/flower.svg

Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.

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

images/scalable.svg

Planet Scale

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

images/blocks.svg

Never Outgrow

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.

images/suitcase.svg

Run Anywhere

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

The Challenges of Migrating 150+ Microservices to Kubernetes

By Sarah Wells, Technical Director for Operations and Reliability, Financial Times




Attend KubeCon in Amsterdam in July/August TBD



Attend KubeCon in Boston on November 17-20, 2020

Kubernetes Features

EndpointSlices

Scalable tracking of network endpoints in a Kubernetes cluster.

Service discovery and load balancing

No need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives Pods their own IP addresses and a single DNS name for a set of Pods, and can load-balance across them.

Service Topology

Routing of service traffic based upon cluster topology.

Automatic bin packing

Automatically places containers based on their resource requirements and other constraints, while not sacrificing availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources.

Storage orchestration

Automatically mount the storage system of your choice, whether from local storage, a public cloud provider such as GCP or AWS, or a network storage system such as NFS, iSCSI, Gluster, Ceph, Cinder, or Flocker.

Self-healing

Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don’t respond to your user-defined health check, and doesn’t advertise them to clients until they are ready to serve.

Automated rollouts and rollbacks

Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn’t kill all your instances at the same time. If something goes wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.

Secret and configuration management

Deploy and update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.

IPv4/IPv6 dual-stack

Allocation of IPv4 and IPv6 addresses to Pods and Services

Batch execution

In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.

Horizontal scaling

Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.

Case Studies

chinaunicom_featured_logo.svg

"Kubernetes has improved our experience using cloud infrastructure. There is currently no alternative …"

Read more
spotify-featured.svg

"We saw the amazing community that’s grown up around Kubernetes, and we wanted to be part of that. We …"

Read more
nav_featured_logo.svg

"The community is absolutely vital: being able to pass ideas around, talk about a lot of the similar …"

Read more
appdirect_featured_logo.svg

"We made the right decisions at the right time. Kubernetes and the cloud native technologies are now …"

Read more
Case Studies

We are a CNCF graduated project



Interested in receiving the latest Kubernetes news? Sign up for KubeWeekly.