Skip to main content

Posts

Showing posts from July, 2025

Pass CKA 2025 | UPDATED SYLLABUS | S05 Part-1 POD

 

Pass CKA 2025 | UPDATED SYLLABUS | S04 Part-1 YAML Get your Stuff Ready

 

Pass CKA 2025 | UPDATED SYLLABUS | S04 Part-1 YAML brief

 

Pass CKA 2025 | UPDATED SYLLABUS | S03-Part-4 Vim Brief

 

Pass CKA 2025 | UPDATED SYLLABUS | S03-Part-4 Vim swp Error

 

Pass CKA 2025 | UPDATED SYLLABUS | S03-Part-3 Vim Modes [ Earlier Video]

 

Pass CKA 2025 | UPDATED SYLLABUS | S03-Part-2 Vim Essential-Reuploaded

 

Pass CKA 2025 | UPDATED SYLLABUS | S03-Part 1 Vim Essential

 

Pass CKA 2025 | UPDATED SYLLABUS | S02-Control Plane Components

Pass CKA 2025 |  UPDATED SYLLABUS  | S03-Control Plane Components

Pass CKA 2025 | UPDATED SYLLABUS | S01-Control Plane Components

Pass CKA 2025 |  UPDATED SYLLABUS  | S02-Control Plane Components

Pass CKA 2025 | UPDATED SYLLABUS | S00-Introduction

Kubernetes 2025 [CKA]What You Were Never Taught

CKA 2025 | Kubernetes 2025: What You Were Never Taught | neokloud Free Course

  Kubernetes 2025 : What you were Never Taught

NOT 2024 BUT 2025 CKA MOCK QUESTION CRI

  install the .deb package: cri-dockerd_0.3.9.3-0.ubuntu-focal_amd64.deb Enable and start: cri-docker.service cri-docker.socket Ensure CRI socket is available at: /var/run/cri-dockerd.sock ✅ Validation Both services are active (running) Socket file exists System is ready for: kubeadm init --cri-socket unix:///var/run/cri-dockerd.sock

NOT 2024 BUT 2025 PRE CNI SET UP

  Make the system ready for CNI plugin installation by configuring the following sysctl parameters:" net.bridge.bridge-nf-call-iptables = 1 net.ipv6.conf.all.forwarding = 1 net.ipv4.ip_forward = 1 ✅ These ensure the Linux kernel can: Forward traffic between pods and nodes (IPv4 and IPv6) Apply iptables rules to bridged network traffic (used by most CNI plugins) 📦 These are must-have settings before installing any CNI like Calico, Flannel, Cilium, etc.