Skip to content

Latest commit

 

History

History
 
 

deployment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Deploying Kong Ingress Controller

Kong ingress controller can be installed on a local or managed Kubernetes cluster. Here are some guides to get you started:

  1. Using minikube:

    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
  2. Using openshift/minishift:

    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)
  3. 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.

  4. Azure Kubernetes Service(AKS)):

    AKS is another managed Kubernetes cluster service. This guide is a walk through to setup Kong Ingress Controller on AKS.