Monday, October 14, 2019

Kubernetes: Features

When we plan to deploy containers on our own, we could run into some of the below mentioned issues:


  • Container communication
  • Deployment
  • Managing a container 
  • Auto scaling
  • Load balancing



Kubernetes helps in resolving the above mentioned issues.


Kubernetes automates container deployment, auto scaling and load balancing.


Some of the features that Kubernetes provides:


  • Communication between containers (each container is assigned an IP and a single DNS name for a set of containers)
  • Automatic packing of applications into containers
  • Scaling (add new or remove containers)
  • Restarts failed containers and can create new containers and nodes as a replacement if there is a crash.
  • Load balancing
  • Allows mounting of storage system
  • Rollout/Rollback (done automatically)


No comments:

Post a Comment