Skip to content

Instantly share code, notes, and snippets.

@astro-stan
astro-stan / app-gateway.yaml
Last active February 20, 2026 02:04
App-gateway with Multus-CNI example
# The gateway namespace needs to be privileged to set up firewall and routing rules
# The clients do not need to be in privileged namespaces
apiVersion: v1
kind: Namespace
metadata:
name: app-gateway
labels:
pod-security.kubernetes.io/enforce: privileged
---
# Inspired by https://github.com/solidDoWant/infra-mk3/tree/master/cluster/gitops/networking/vpn