Write down 10 features of Kubernetes with image

  1. Kubernetes is an opensource software developed by Google
  2. It is written in go/go lang
  3. It is self healing
  4. Auto scaling
  5. Load balancing
  6. Makes deployment quicker
  7. Has an ability to absorb changes quickly
  8. Contains a master and lot of worker nodes
  9. The work station provides the desired state to master and master make sure the desired state is maintained
  10. K8s contains pod as atomic unit.