About kubeadm, kubelet, kubectl, and Control Plane in Kubernetes with examples.
kubeadm: Kubeadm is a command-line tool designed to simplify the process of setting up and managing a Kubernetes cluster. It…
kubeadm: Kubeadm is a command-line tool designed to simplify the process of setting up and managing a Kubernetes cluster. It…
The Kubernetes Scheduler (kube-scheduler) is responsible for assigning pods to nodes in the cluster based on various factors such as…
Kubernetes controllers are control loops that watch the state of your cluster’s resources and take corrective action to move the…
Example: $ kubectl get nodes …
The Certified Kubernetes Administrator (CKA) certification course is designed to validate the skills and knowledge of professionals who work with…
How to configure a free single Let’s Encrypt SSL/TLS wildcard Certificate with NGINX Prerequisites Reference: What is certbot Certbot is…
Kubernetes (K8s) is an open-source container orchestration platform designed to automate the deployment, scaling, and management of containerized applications. Its…
Add the Jenkins repo key $ wget -q -O – https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add – Add the Debian package…