Kong / kong-dist-kubernetes

Kubernetes managed Kong cluster
255 stars 136 forks source link

Support for bare metal Kubernetes cluster #58

Closed robertrbruno closed 6 years ago

robertrbruno commented 6 years ago

Please correct me if I am wrong, but Kong currently will not work on a Kubernetes bare metal cluster due to the lack of LoadBalancer services. It seems LoadBalancer services are a dependency. If not are there Kubernetes configs available for a bare metal cluster?

shashiranjan84 commented 6 years ago

You can use Nodeport. Try using manifest files defined in minikube directory.