Write raw K8s manifests for a 3-service app (frontend, API, Postgres): Deployments, Services, ConfigMaps, Secrets, Ingress. No Helm.
Deploy a 3-service application (frontend, API server, PostgreSQL database) to your local Kubernetes cluster using raw manifests β no Helm. This project ties together everything from Tracks 1β2.
βββββββββββ
Internet β β Ingress β
ββββββ¬βββββ
βββββββ΄ββββββ
β β
ββββββΌββββ βββββΌβββββ
βFrontendβ β API β
β(nginx) β β(node) β
ββββββββββ βββββ¬βββββ
β
ββββββΌββββββ
β Postgres β
β (PVC) β
ββββββββββββ
Content coming soon. This project will walk you through deploying a real multi-service application, writing every manifest by hand. You'll practice the core K8s workflow: write YAML, apply, debug, iterate.