Deploy a Redis-backed guestbook with frontend and backend Services, DNS-based discovery, and Ingress routing.
Deploy the classic Kubernetes guestbook app — a multi-tier web application with a PHP frontend and Redis backend. You'll wire up Services, DNS discovery, and Ingress routing.
redis-leader.default.svc.cluster.local)guestbook.local to the frontend/api to a backend, / to frontendContent coming soon. This project builds a real multi-service application and exposes it to the outside world. You'll see how Services and DNS tie everything together.