CKA exam

Cluster Architecture, Installation & Configuration 25%

   Cluster Architecture, Installation & Configuration 25%   In this post, we will talk about these points.   Manage role based access control (RBAC) Use Kubeadm to install a basic cluster Manage a highly-available Kubernetes cluster Provision underlying infrastructure to deploy a Kubernetes cluster Perform a version upgrade on a Kubernetes cluster using Kubeadm Implement …

Cluster Architecture, Installation & Configuration 25% Read More »

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 snapshot located at /var/lib/etcd-snapshot-previous.db. solution:  First, we need to identify the etcd pods. Below command we can use. kubectl -n kube-system get pod | grep …

CKA exam 2023 — etcd backup Read More »

CKA Exam 2023 – Storage Question

  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.  – Next create a new PersistentVolumeClaim in Namespace project-tiger named tata-pvc . It should request 2Gi storage, accessMode ReadWriteOnce and should not define a storageClassName. The …

CKA Exam 2023 – Storage Question Read More »

Scroll to Top