🌟Kubernetes is an orchestration tool used to run and manage container-based workloads.
🔧The Kubernetes master is the central component that manages important functionalities, such as the API server.
📦Pods are the basic building blocks in Kubernetes, representing a single instance of a process.
🔄Deployments in Kubernetes help manage the desired state of pods, ensuring the desired number of replicas.
🌐Services enable communication between pods and provide stability with cluster IPs and load balancers.