AKS Architecture

Control plane Details responsible for maintaining the desired state Managing the cluster Scheduling pods Hosting Kubernetes objects Monitoring the worker nodes ETCD Distributed key-value store Stores data about Kubernetes objects Any changes happening to the nodes/pods/services..etc… Will be updated in the etcd We don’t interact directly with etcd. But through the API server API Server […]

AKS Architecture Read More »