What problem does it solve? Exposing applications running on Google Kubernetes Engine to the internet or internal networks requires correctly wiring together load balancers, TLS certificates, WAF policies, and private connectivity, which involves many GKE-specific annotations and resources that are easy to misconfigure. ## Core Features & Use Cases - Gateway API and Ingress Templates: Deployable manifest templates for external Gateways, HTTPRoutes with weighted traffic splitting for canary rollouts, and standard GCE Ingress. - Security and TLS: Workflows for attaching Cloud Armor security policies via BackendConfig and provisioning Google-managed SSL certificates through ManagedCertificate or Certificate Manager certmaps. - Advanced Load Balancing and Private Connectivity: Guidance on Container-Native Load Balancing with NEGs, Private Service Connect ServiceAttachments, and Topology Aware Routing. - Use Case: You need to expose a new service on GKE with HTTPS, path-based routing, a 90/10 canary split, and a WAF policy blocking abusive IP ranges; this Skill provides the exact manifests and gcloud commands to apply. ## Quick Start Ask the assistant to configure a GKE Gateway with an HTTPRoute and a Google-managed SSL certificate for your service using this skill.