weratim.blogg.se

What is kubernetes architecture
What is kubernetes architecture






what is kubernetes architecture

Kubeconfig is a package along with the server side tools that can be used for communication. API server implements an interface, which means different tools and libraries can readily communicate with it. Kubernetes is an API server which provides all the operation on cluster using the API. It is a distributed key value Store which is accessible to all. It is accessible only by Kubernetes API server as it may have some sensitive information. It is a high availability key value store that can be distributed among multiple nodes. It stores the configuration information which can be used by each of the nodes in the cluster. Kubernetes - Master Machine Componentsįollowing are the components of Kubernetes Master Machine. The key components of master and node are defined in the following section. Wherein, we have master installed on one machine and the node on separate Linux machines. Kubernetes - Cluster ArchitectureĪs seen in the following diagram, Kubernetes follows client-server architecture. In this chapter, we will discuss the basic architecture of Kubernetes.








What is kubernetes architecture