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.
Kubernetes is an open-source platform designed to automate deploying, scaling, and operating application containers. It provides a container-centric management environment. It orchestrates computing, networking, and storage infrastructure on behalf of user workloads. This does not limit the types of apps that can run on Kubernetes, allowing for a wide range of workloads, including stateless, stateful, and data-processing workloads. If an application can run in a container, it should run great on Kubernetes.
300000 / day
500000 / day
4.5 page per visit
Domain Rating
Domain Authority
Citation Level
English, etc
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.
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 like NFS, iSCSI, Gluster, Ceph, Cinder, or Flocker.
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.
Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.
No need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives containers their own IP addresses and a single DNS name for a set of containers, and can load-balance across them.
Deploy and update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
Allocation of IPv4 and IPv6 addresses to Pods and Services
Apache License 2.0
https://github.com/kubernetes/kubernetes
https://kubernetes.io/docs/home/
Kubernetes has a large and active community with numerous contributors from around the world. It hosts regular community meetings, has a dedicated Slack channel, and numerous SIGs (Special Interest Groups) for focused discussions on specific topics.
Kubernetes welcomes contributions from the community. This includes code contributions, documentation, and helping to triage issues. More information can be found on their GitHub page.
Security headers report is a very important part of user data protection. Learn more about http headers for kubernetes.io