Following this to install kong on minikube in ubuntu. When I run:
kubectl create -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/v2.10.0/deploy/single/all-in-one-dbless.yaml
I get 'kubectl' not found. So I added 'minikube' at start.
minikube kubectl create -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/v2.10.0/deploy/single/all-in-one-dbless.yaml
It gives me:
Error: unknown shorthand flag: 'f' in -f.
So what is correct way of doing it?