What problem does it solve?
This Skill helps you publish and manage cluster web traffic through one shared gateway instead of creating separate load balancers for every service. It centralizes routing, TLS termination, and namespace-based onboarding so new applications can be exposed consistently and safely.
Core Features & Use Cases
- Shared ingress for all HTTP and HTTPS services behind a single Cilium Gateway.
- Route management for HTTPRoute and GRPCRoute resources across namespaces.
- TLS termination at the gateway with a wildcard certificate for cluster.home.
- Clean onboarding for new services such as ArgoCD, Pi-hole web UI, Grafana, and other internal apps.
- Use case: expose a new Kubernetes service by adding an HTTPRoute that points to the shared gateway, while Pi-hole and cert-manager continue handling DNS and certificates.
Quick Start
Ask me to publish a new cluster service on the shared gateway and I will generate the routing and deployment steps needed for that service.