JSON PATH
JSON PATH — practical walkthrough with examples.
JSON PATH — practical walkthrough with examples.
Jobs and CronJobs — practical walkthrough with examples.
Set UID and GID within securityContext for a pod and verify results using runAsUser and runAsGroup.
Game of Pods - Voting app — practical walkthrough with examples.
KodeKloud Game of Pods Tyro challenge: configure kubectl contexts, RBAC, and deploy a Jekyll site with persistent storage.
KodeKloud Game of Pods Redis cluster challenge: deploy a 6-node Redis cluster with PersistentVolumes and a StatefulSet.
KodeKloud Game of Pods App Gallery challenge: deploy an Iron Gallery app with MariaDB, Ingress, and a NetworkPolicy.
Multi-stage Dockerfile example: build a Go application in Ubuntu, then copy the binary into a minimal Alpine image with a non-root user.
Kubernetes Deployments: how to update container images and view rollout history using kubectl.
Kubernetes DaemonSet example that deploys an Elasticsearch (Fluentd) pod on every node, including master nodes.