Kong ingress controller: addons OR dbless yaml?

33 Views Asked by At

I am trying to test kong ingress controller on minikube. My primary objective is to use authentication and authorization plugins for my service endpoints.

Here, it asks following to be executed to deploy Kong Ingress Controller:

kubectl create -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/v2.10.0/deploy/single/all-in-one-dbless.yaml

But here, it says, we need to execute:

minikube addons enable kong

So, which one do we actually need for minikube?

0

There are 0 best solutions below