0 votes
in Kubernetes K8s by
What is the role of clusters in Kubernetes?

1 Answer

0 votes
by

Kubernetes allows the required state management by cluster services of a specified configuration. These cluster services run the configurations in the infrastructure. The following are steps that are involved in this process as follows:

  1. The deployment file contains all the configuration that is fed into the cluster
  2. These deployments are fed into the API server
  3. The cluster services will schedule the pods in the environment
  4. It also ensures the right number of pods were running

Related questions

0 votes
asked Aug 3, 2023 in Kubernetes K8s by SakshiSharma
0 votes
asked Mar 24 in Kubernetes K8s by rajeshsharma
...