Kubernetes Architecture:

Kubernetes Architecture Diagram showing the components and interactions of a Kubernetes cluster

Kubernetes is built on a master-worker architecture. The master node is responsible for managing the overall state of the cluster, while the worker nodes run the actual application workloads. The components of the Kubernetes master node include the API server, etcd, scheduler, and controller manager.The worker nodes run the kubelet, kube-proxy, and the container runtime … Read more

Kubernetes(k8s)

Kubernetes

Kubernetes, also known as K8s, is an open-source platform for managing containerized workloads and services. It provides a way to deploy, scale, and manage containerized applications across a cluster of nodes. Kubernetes was originally developed by Google and is now maintained by the Cloud Native ComputingFoundation (CNCF) Kubernetes provides a set of powerful abstractions and … Read more