Page Inspect
Internal Links
42
External Links
21
Images
9
Headings
19
Page Content
Title:Production-Grade Container Orchestration
Description:Production-Grade Container Orchestration
HTML Size:38 KB
Markdown Size:5 KB
Fetched At:November 17, 2025
Page Structure
h1Production-Grade Container Orchestration
h4Planet Scale
h4Never Outgrow
h4Run K8s Anywhere
h2The Absolute Beginner's Guide To Cloud Native
h2Attend upcoming KubeCon + CloudNativeCon events
h2Kubernetes Features
h3Automated rollouts and rollbacks
h3Service discovery and load balancing
h3Storage orchestration
h3Secret and configuration management
h3Automatic bin packing
h3Batch execution
h3Self-healing
h3Horizontal scaling
h3IPv4/IPv6 dual-stack
h3Designed for extensibility
h3Case Studies
h5View past newsletters
Markdown Content
Kubernetes Kubernetes - Documentation - Kubernetes Blog - Training - Careers - Partners - Community - Versions Release Information v1.34 v1.33 v1.32 v1.31 v1.30 - English বাংলা (Bengali) 中文 (Chinese) Français (French) Deutsch (German) हिन्दी (Hindi) Bahasa Indonesia (Indonesian) Italiano (Italian) 日本語 (Japanese) 한국어 (Korean) Polski (Polish) Português (Portuguese) Русский (Russian) Español (Spanish) Українська (Ukrainian) Tiếng Việt (Vietnamese) # Production-Grade Container Orchestration Learn Kubernetes Basics Kubernetes, also known as 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. #### Planet Scale Designed on the same principles that allow Google to run billions of containers a week, Kubernetes can scale without increasing your operations team. #### 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. #### Run K8s 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. To download Kubernetes, visit the download section. ## The Absolute Beginner's Guide To Cloud Native by Kyle Penfound, Dagger & Cortney Nickerson, Kubeshop Watch Video ## Attend upcoming KubeCon + CloudNativeCon events **North America** (Atlanta, Nov 10-13) **Europe** (Amsterdam, Mar 23-26, 2026) ## Kubernetes Features ### 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. ### 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. ### Storage orchestration Automatically mount the storage system of your choice, whether from local storage, a public cloud provider, or a network storage system such as iSCSI or NFS. ### Secret and configuration management Deploy and update Secrets and application configuration without rebuilding your image and without exposing Secrets in your stack configuration. ### 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. ### Batch execution In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired. ### Self-healing Kubernetes restarts containers that crash, replaces entire Pods where needed, reattaches storage in response to wider failures, and can integrate with node autoscalers to self-heal even at the node level. ### Horizontal scaling Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage. ### IPv4/IPv6 dual-stack Allocation of IPv4 and IPv6 addresses to Pods and Services ### Designed for extensibility Add features to your Kubernetes cluster without changing upstream source code. ### Case Studies "Kubernetes is a great platform for machine learning because it comes with all the scheduling and …" Read more "Kubernetes is a great solution for us. It allows us to rapidly iterate on our clients' demands. " Read more "We realized that we needed to learn Kubernetes better in order to fully use the potential of it. At …" Read more "We made the right decisions at the right time. Kubernetes and the cloud native technologies are now …" Read more Interested in receiving the latest Kubernetes news? Sign up for KubeWeekly. ##### View past newsletters We are a CNCF graduated project © 2025 The Kubernetes Authors | Documentation Distributed under CC BY 4.0 © 2025 The Linux Foundation ®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page ICP license: 京ICP备17074266号-3 - - - - - - - - - -