Kubernetes Ingress L7

Hello,

I was looking at the kubernetes integration of kong, and wanted to ask how would a l7 spec look like?

  • something where i could also provide the http verb

Thx

Hello,

Please have a look at the K8s Ingress Spec:
https://kubernetes.io/docs/concepts/services-networking/ingress/

Following is a good getting started guide:
https://github.com/Kong/kubernetes-ingress-controller/blob/master/deploy/minikube.md

Thanks!