Skip to content

Instantly share code, notes, and snippets.

@janakiramm
Created November 19, 2025 06:39
Show Gist options
  • Select an option

  • Save janakiramm/e78e6c4286a863b43e0ac0a3e7fb295f to your computer and use it in GitHub Desktop.

Select an option

Save janakiramm/e78e6c4286a863b43e0ac0a3e7fb295f to your computer and use it in GitHub Desktop.
NGNIX Gateway Fabric implementation
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: demo-gateway
namespace: nginx-gateway
spec:
gatewayClassName: nginx
listeners:
- name: http
protocol: HTTP
port: 80
allowedRoutes:
namespaces:
from: All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment