Debug School

Shwetha
Shwetha

Posted on

What are the 10 major problem solved by Kubernetes?

  1. Load balancing of multiple container running in the same host.
  2. Kubernetes will view the data center as a computer.
  3. Auto Healing.
  4. workload placement.
  5. Managing multiple docker host.
  6. Secret and configuration management.
  7. Automated rollouts and rollbacks
  8. Storage orchestration.
  9. Auto Scaling
  10. Portability

Top comments (0)