Debug School

rijil
rijil

Posted on

Assignment - Day2

  • Kubernetes can manage multiple docker hosts (running several containers) reducing scalability issues
  • Can fix networking issues
  • Auto healing of Docker host by bringing the containers at a desired state
  • k8s views the data center as one computer
  • Load balancing services
  • Fast deployment
  • Container orchestrator
  • Micro service orchestration
  • Takes care of workload(container) placement
  • Resource allocation
  • Rollbacks
  • Ability to absorb changes quickly and recover quickly
  • Monitoring container health

Top comments (0)