- Kubernetes is an open-source Containers orchestrating system for automating application deployment, scaling and management
Features
- Open source
- Public code base and community involvement in the product
- Orchestration
- Keeps track of lots of parts of a system.
- Makes sure containers are configured correctly to work together
- Automatic application deployment
- Kubernetes will deploy more images of containers as needed
- Automatic scaling
- Automatic monitoring of application load to determine when to scale the number of containers used