- Getting started
- Overview
- Admission Controller
All of the above ship with an Admission Controller built in, which can be enabled to validate resources before they are created.
If you are getting started with Kong for Kubernetes, install it on Minikube using our Minikube setup guide.
Once you've installed Kong Ingress Controller, please follow our getting started tutorial to learn about how to use the Ingress Controller.
Kong ingress controller can be installed on a local, managed
or any Kubernetes cluster which supports a service of type LoadBalancer
.
As explained in the deployment document, there are a vareity of configurations and runtimes for Kong Ingress Controller.
The following sections detail on deployment steps for all the different runtimes:
Kong for Kubernetes is an Ingress Controller based on the Open-Source Kong Gateway. It consists of two components:
- Kong: the Open-Source Gateway
- Controller: a daemon process that integrates with the Kubernetes platform and configures Kong.
Please follow this guide to deploy Kong for Kubernetes using an installation method of your choice.
Kong for Kubernetes Enterprise is an enhanced version of the Open-Source Ingress Controller. It includes all Enterprise plugins and comes with 24x7 support for worry-free production deployment. This is available to enterprise customers of Kong, Inc. only.
Please follow this guide to deploy Kong for Kubernetes Enterprise if you have purchased or are trying out Kong Enterprise.
Kong for Kubernetes can integrate with Kong Enterprise to provide a single pane of visibility across all of your services that are running in Kubernetes and non-Kubernetes environments.
This guide goes into details of the architecture and how one can set that up.
Kong Ingress Controller also ships with a Validating Admission Controller that can be enabled to verify KongConsumer, KongPlugin and Secret resources as they are created. Please follow the admission-webhook deployment guide to set it up.