Debug School

Veeramani
Veeramani

Posted on

What are the 10 feature which we need at prod level, Kubernetes has it

  • No manual interventions required in case any applications go down. Applications will be restarted by Kubernetes.

  • Load balancing

  • Scalability

  • High availability

  • Containerization help us to run the application in separate environment as a Pod in a node.

  • Storage for applications are kept outside of node. This makes sure the data is still available even if node goes down.

Top comments (0)