Featured Articles
How to Create ServiceAccount, Role, and RoleBinding in Kubernetes
In this blog, we are going to see how to create a serviceaccount, role, and rolebinding in Kubernetes. Create ServiceAccount First, we are going to create a...
Kubernetes Configuration Files and their Locations
In this blog, we will see about Kubernetes configuration files and their location. API Server API Server is a component...
[Solved] couldn't get current server API group list: Get "http://localhost:8080/api?timeout connect: connection refused
Issue: When trying to access the kubernetes cluster using kubectl you might get the couldn't get current server API - connection refuse error. Here is...
How to Create Static Pod on the Kubeadm Cluster
In this example, I am going to show you how to create a static pod on the Kubedam cluster for...
How to Backup and Restore ETCD on the Kubeadm Cluster
In this blog, we will see how to backup and restore etcd on the kubeadm cluster. How to Backup ETCD...
How to Upgrade the Kubernetes Kubeadm Cluster
In this blog, we are going to see how to upgrade the Kubernetes Kubeadm Cluster to version 1.29.1....