Smart Learning/Kubernetes Learning Journey/Ingress and Gateway Routing

Gateway API On GKE / Gateway

TrackKubernetes Learning Journey
Current SectionIngress and Gateway Routing
Progress75 of 271
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
  name: parts-gateway
  namespace: default
spec:
  gatewayClassName: gke-l7-global-external-managed
  listeners:
    - name: http
      port: 80
      protocol: HTTP
      allowedRoutes:
        namespaces:
          from: Same