Summary
Keywords
Full Transcript
In this video, we walk through a real Certified Kubernetes Administrator (CKA) exam-style scenario where you must migrate an existing Ingress resource to the new Kubernetes Gateway API. REPO - https://github.com/vj2201/CKA-PREP-2025-v2.git You’re given a working web application that currently uses an Ingress named web, and your task is to replace it with: A Gateway named web-gateway An HTTPRoute named web-route A hostname: gateway.web.k8s.local TLS preserved exactly as in the original Ingress A pre-installed GatewayClass: nginx-class This hands-on lab teaches you how to read existing Ingress configs, interpret TLS settings, ports, hosts, and rewrite them into Gateway API manifests — a must-know skill for the CKA exam. devops, cloud, aws, azure, gcp, kubernetes, k8s, cka, ckad, cks, devsecops, terraform, docker, cicd, github actions, argocd, helm, sre, cloud engineer, devops engineer, infrastructure as code, gitops, kubernetes tutorial, kubernetes exam, cka prep, kubectl, eks, aks, gke, monitoring, grafana, prometheus, observability, linux, cloud native, platform engineering
