Debug School

Sandhya K
Sandhya K

Posted on

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

  1. Load balancing
  2. Container management
  3. Instantiates pods as per requirements.
  4. Port forwarding
  5. Auto healing
  6. Inter pod communication - Pod network
  7. Intra pod communication - local host
  8. Schedule workloads as per the requirement and availability
  9. Maintains a DB for cluster state information
  10. Replica management

Top comments (0)