Azure

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 »

How Azure Private Endpoint works

What is a private endpoint? To connect the Azure PaaS service through a private network (Azure backbone network) instead of a public network, we can use this private endpoint. This will create a network interface card in the required virtual network and connect through the internal network using a private IP address.   How different

How Azure Private Endpoint works Read More »