K8

Exams, Goals, K8

CKA – Exam Experience & Tips – 2025

“Success is counted sweetest… by those who never succeed’ – CKA reminded me that. I had a CKA voucher which was about to expire in 3 months. I started my prep for CKA in June 2025. In fact, I started with LFCS (Linux System Admin), spent some time on DCA (Docker Certified Associate) during May […]

, , , ,
Exams, K8

KCNA – Exam Prep

Learning Materials: I took couple of courses for learning the topics covered by this exam and one more for practice tests. The links are here The Udemy course was for fast track learners and the KodeKloud one goes slow and deep. I took the KodeKloud course after taking the Udemy course completely. There was a

K8

Kubernetes – Commands

Getting Started Command Explanation minikube start –driver=virtualbox If you are not using Docker Desktop, minikube can help setup a cluster with Virtualbox as driver kubectl run hello-minikube –image=nginx Runs a Pod named hello-minikube with a nginx image. kubectl cluster-info Displays cluster information, including API server and core services URLs. kubectl run nginx –image=nginx –dry-run=client -o

Scroll to Top