50 Kubernetes Concepts Every Devops Engineer Should Know Read Online Link -
The "front door" to the cluster. It manages external access to services, typically HTTP/HTTPS, providing URL-based routing and SSL termination.
The command-line tool for interacting with the Kubernetes API server. The primary weapon of the DevOps engineer. The "front door" to the cluster
Kubelet: An agent that runs on each node in the cluster, ensuring containers are running in a Pod. The "front door" to the cluster
The brain of the cluster that keeps the state in check. The "front door" to the cluster
The fundamental units of compute and how they talk to each other.
Storage Classes: Allows administrators to describe the "classes" of storage they offer (e.g., SSD vs HDD).
Controller Manager: Runs controller processes that watch the state of the cluster and make changes to move toward the desired state. Workload Resources