The major problems solved by kubernetes are :
- Application services deployed are automated.
- Automated rollouts and rollbacks.
- Automatic failover or self healing.
- Secret and configuration management.
- Load balancing of application components.
- Auto scaling of application services when required.
- Storage shared among multiple containers.
- Replication of application components automated.
- Workload placement.
- Resource allocation automated.
Top comments (0)