Skip to content

Instantly share code, notes, and snippets.

@shawnho1018
Created May 26, 2019 01:34
Show Gist options
  • Save shawnho1018/5c06b69a31901bdb733bf468143d0dae to your computer and use it in GitHub Desktop.
Save shawnho1018/5c06b69a31901bdb733bf468143d0dae to your computer and use it in GitHub Desktop.
Test NSX-T Layer7 LoadBalancer
#nginx/ingress.yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: nginx-ingress
spec:
rules:
- host: [replace-with-your-fqdn]
http:
paths:
- path: /
backend:
serviceName: nginx
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment