0 votes
in Kubernetes K8s by
What do you know about clusters in Kubernetes?

2 Answers

0 votes
by
The fundamental behind Kubernetes is that we can enforce the desired state management, by which I mean that we can feed the cluster services of a specific configuration, and it will be up to the cluster services to go out and run that configuration in the infrastructure.
0 votes
by

The fundamental behind Kubernetes is that we can enforce the desired state management, by which I mean that we can feed the cluster services of a specific configuration, and it will be up to the cluster services to go out and run that configuration in the infrastructure. So, as you can see in the above diagram, the deployment file will have all the configurations required to be fed into the cluster services. Now, the deployment file will be fed to the API and then it will be up to the cluster services to figure out how to schedule these pods in the environment and make sure that the right number of pods are running.

Related questions

0 votes
asked May 19, 2023 in Kubernetes K8s by sharadyadav1986
0 votes
asked Aug 7, 2023 in Kubernetes K8s by john ganales
...