CKA exam 2023 — etcd backup
Question 3: First, create a snapshot of the existing etcd instance running at https://127.0.0.1:2379, saving the snapshot to /var/lib/etcd-snapshot123.db After that, you need to restore an existing / previous…
Question 3: First, create a snapshot of the existing etcd instance running at https://127.0.0.1:2379, saving the snapshot to /var/lib/etcd-snapshot123.db After that, you need to restore an existing / previous…
CKA exam ClusterRole question Question 1: Use context: kubectl config use-context k8s-c1-H You have been asked to create a new ClusterRole for a deployment pipeline and bind it to a…
Volume Question CKA exam,volume question,Kubernetes exam question, Question 7. – Create a new PersistentVolume named tata-pv. It should have a capacity of 2Gi, accessMode ReadWriteOnce, hostPath /srv/app-config-var. –…
What is Volume in Kubernetes & why we need it? – part 1 Why we need Volume?What is Volume?Types of Volumes? – What is EmptyDir? – What is…
What is Deployment in Kubernetes LAB – part 2
Hello everyone. My name is Anish Rana and you are watching Kubernetes web series. Today, we’re going to cover one interesting topic, i.e. “What is ReplicaSet?” First, we will cover…
What is Namespace in Kubernetes? 1. Understanding of Namespace. 2. What is NameSpace?3. Initial namespaces.4. Where we can use the Namespaces.5. How to create the namespace?6. How…
What is ReplicationController in Kubernetes 1. What is ReplicationController and why it required ?2. Understand the fields in yaml file.3. How to create Yaml file for ReplicationController?4. How…
Difference between Create &Apply option
What is POD in Kubernetes 1. What is POD. 2. Static POD 3. Dynamic POD 4. CKA exam question 5. CKAD exam question