Last active
June 4, 2022 00:57
-
-
Save Neutrollized/4a92e0b76387f82b7b48cb58ed5e2379 to your computer and use it in GitHub Desktop.
Medium: Getting started with GKE Gateway controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
kind: Gateway | |
apiVersion: gateway.networking.k8s.io/v1alpha2 | |
metadata: | |
name: external-http | |
namespace: infra-ns | |
spec: | |
gatewayClassName: gke-l7-gxlb | |
listeners: | |
- name: http | |
protocol: HTTP | |
port: 80 | |
allowedRoutes: | |
namespaces: | |
from: Selector | |
selector: | |
matchLabels: | |
shared-gateway-access: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment