Kubernetes architecture
Each thing managed by Kubernetes is represent by an object model. Object model is having two elements.
Kubernetes object is a persistent entity that defines the state of something running in a cluster.
What are the main components of Kubernetes architecture?
POD: POD’s are the basic building block for Kubernetes. It is the smallest deployable object in Kubernetes.
Kubernetes cluster
Control plan (Master node): Control plan is the brain of a Kubernetes cluster.
Worker Nodes: Cluster member that runs user workload is called worker node.
For more detail visit https://5gnetworkarchitecture.com/what-is-kubernetes-architecture/