Kong ingress controller can be installed on a local or managed Kubernetes cluster. Here are some guides to get you started:
-
If you have a local Minikube instance running, this guide will help you deploy the Ingress Controller.
Notes:
- This setup does not provide HA for PostgreSQL
-
Openshift is a Kubernetes distribution by Redhat and has few minor differences in how a user logs in using
oc
CLI.Notes:
- This setup does not provide HA for PostgreSQL
- Because of CPU/RAM requirements, this does not work in OpenShift Online (free account)
-
Goolge Kubernetes Engine(GKE):
GKE is a managed Kubernetes cluster service. This guide is a walk through to setup Kong Ingress Controller on GKE alongwith TLS certs from Let's Encrypt.
-
Azure Kubernetes Service(AKS)):
AKS is another managed Kubernetes cluster service. This guide is a walk through to setup Kong Ingress Controller on AKS.