Minimum version of Kubernetes for kong-ingress-controller

I have tried to find any documentation on what the minimum supported version of Kubernetes that is required to run the kong-ingress-controller in a DBLess mode but without luck.

Does anyone know if the ingress-controller is compatible with Kubernetes 1.7?

Probably not. You need CRDs and I don’t think CRDs were a thing in Kubernetes 1.7.

Thanks for the response. CRDs were introduced in 1.7 so I will spin up an old minikube instance with 1.7 and give it a try. I’ll keep you posted on the status.

You might run into API version issues with Deployments and CRD version themselves.

Use bit.ly/k4k8s and hand-edit for easy debugging and deployment.