Debug School

rathi
rathi

Posted on

Problems solved by K8

1)Scalability challenges due to container based deployment.
2)Network Load Balancing issue due to container applications running on same port.
3)Auto discovery of new services.
4)Manages docker host(s) at any scale.
5)Workload placement - Placement of containers on appropriate clusters or nodes.
6)Auto Scale up or Scale down of container services.
7)Configuration Management and Secret managemen for larger cluster of container applications.
8)Self Healing capability.
9)Container monitoring capability and manages health of the cluster.
10)It also works well to manage micro service based applications , where applications need to talk to each other.
11)Avoids human intervention.
12)Reduces time and effort and cost and provides service to the customer with high performance.

Top comments (0)