0 votes
in Kubernetes K8s by
What are the features of Kubernetes?

1 Answer

0 votes
by

The features of Kubernetes are as follows: 

  1. It provides an automated and advanced scheduler to launch the containers on the cluster
  2. Replacing, rescheduling, and restarting the containers that failed while compilation
  3. It supports rollouts and rollback for the desired state of the containerized application
  4. It can scale up and scale down as per the requirements.
...