Skip to content

Instantly share code, notes, and snippets.

@ams0
Created January 23, 2026 13:06
Show Gist options
  • Select an option

  • Save ams0/1bcade04ee9550aef4724891d9d810ec to your computer and use it in GitHub Desktop.

Select an option

Save ams0/1bcade04ee9550aef4724891d9d810ec to your computer and use it in GitHub Desktop.
install-envoy-gwclass-gw.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: eg
spec:
controllerName: gateway.envoyproxy.io/gatewayclass-controller
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: eg
namespace: envoy-gateway-system
spec:
gatewayClassName: eg
listeners:
- name: http
protocol: HTTP
port: 80
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment