Skip to content

Instantly share code, notes, and snippets.

@huang06
huang06 / kubernetes-ingress-example.yaml
Last active February 20, 2021 10:08 — forked from alexellis/kubernetes-ingress-example.yaml
kubernetes-ingress-example.yaml
# Forward the IngressController
# kubectl port-forward ingress-nginx-controller 8080:80
# Access our service via Ingress:
# curl localhost:8080 -d Sysdig -H "Host: openfaas-figlet.local"
---
apiVersion: v1
kind: Namespace
metadata:
name: openfaas-figlet