Skip to content

Instantly share code, notes, and snippets.

@Neutrollized
Last active June 4, 2022 00:42
Show Gist options
  • Save Neutrollized/78c8d73bce58fd40b476505ae7a8ad43 to your computer and use it in GitHub Desktop.
Save Neutrollized/78c8d73bce58fd40b476505ae7a8ad43 to your computer and use it in GitHub Desktop.
Medium: Getting started with GKE Gateway Controller
---
apiVersion: v1
kind: Namespace
metadata:
name: infra-ns
labels:
shared-gateway-access: "true"
---
apiVersion: v1
kind: Namespace
metadata:
name: store-ns
labels:
shared-gateway-access: "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment