What are the main components of a Kubernetes architecture?
The question is about Kubernetes
Answer:
The main components of Kubernetes architecture include:
1. Master Node: Manages the cluster.
2. Worker Nodes: Run containerized applications.
3. etcd: Stores cluster state and configuration.
4. API Server: Facilitates communication between components.
5. Scheduler: Assigns workloads to nodes.
6. Controller Manager: Ensures cluster stability.
7. Kubelet: Manages containers on worker nodes.