Write down 10 features of Kubernetes with image.

Kubernetes is an Orchestrator for running containers.
Kubernetes provides auto scalability.
Kubernetes provides load balancing.
Kubernetes provides self healing feature.
Kubernetes provides automated rollouts and rollbacks.
Kubernetes has persistant storage.
Kubernetes provides service discovery.
Kubernetes has secrets and config management.
Kubernetes provides automatic bin packing.
Kubernetes design follows microservice architecture.

Kubernetes Tutorial - javatpoint