Write down 10 features of Kubernetes with image
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
- Kubernetes is an opensource software developed by Google
- It is written in go/go lang
- It is self healing
- Auto scaling
- Load balancing
- Makes deployment quicker
- Has an ability to absorb changes quickly
- Contains a master and lot of worker nodes
- The work station provides the desired state to master and master make sure the desired state is maintained
- K8s contains pod as atomic unit.