Kubernetes
Kubernetes (often called K8s) is an open-source platform used to automate deployment, scaling, and management of containerized applications.
It was originally developed by Google and is now maintained by the Cloud Native Computing Foundation.
Why Kubernetes Exists
When applications run in containers using Docker, managing a few containers is easy.
But in large systems:
- Hundreds of containers run together
- Applications need scaling
- Servers may fail
- Traffic changes constantly
Comments
Post a Comment