:gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.
Kong Ingress Controller for Kubernetes (KIC)
Use [Kong][kong] for Kubernetes [Gateway API][gwapi] or [Ingress][ingress]. Configure [plugins][docs-konghq-hub], health checking, load balancing and more, all using Custom Resource Definitions (CRDs) and Kubernetes-native tooling.
Features | Get started | Documentation | main branch builds | Seeking help
KIC and Kong Operator
All new development of Kong products on Kubernetes will land in the [Kong Operator][ko-landing]. The Operator combines the functionality of KIC and Kong Gateway Operator into a single way to deploy, manage and configure Kong products. We will continue to support KIC based on the [KIC Support page][kic-support], but all new feature requests should be made against the [Kong Operator GitHub page][ko-github].Features
- Gateway API support
- Ingress support
- Declarative configuration for Kong
- Seamlessly operate Kong
- Health checking and load-balancing
- Enhanced API management using plugins
Get started (using Helm)
You can use [Minikube or Kind][k8s-io-tools] on your local machine or use a hosted Kubernetes service like GKE.
Install the Gateway API CRDs
This command will install all resources that have graduated to GA or beta, including GatewayClass, Gateway, HTTPRoute, and ReferenceGrant.
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
Or, if you want to use experimental resources and fields such as TCPRoutes and UDPRoutes, please run this command.
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml
Install the Kong Ingress Controller with Helm
helm install kong --namespace kong --create-namespace --repo https://charts.konghq.com ingress
To learn more details about Helm chart follow the Helm chart documentation.
Once installed, please follow the [Getting Started guide][docs-konghq-getting-started-guide] to start using Kong in your Kubernetes cluster.
Note: Kong Enterprise users, please follow along with our[enterprise guide][docs-konghq-k4k8s-enterprise-setup] to setup the enterprise version.
Get started (using Operator)
As an alternative to Helm, you can also install Kong Ingress Controller using the Kong Operator by following this [quick start guide][kgo-guide].
Container images
Release images
Release builds of Kong Ingress Controller can be found on Docker Hub in [kong/kubernetes-ingress-controller repository][dockerhub-kic].
At the moment we're providing images for:
- Linux
amd64 - Linux
arm64
main branch builds
Nightly pre-release builds of the main branch are available from the [kong/nightly-ingress-controller repository][dockerhub-kic-nightly] hosted on Docker Hub:
main contains unreleased new features for upcoming minor and major releases:
docker pull kong/nightly-ingress-controller:nightly
Documentation
All documentation for the Kong Ingress Controller is present in the kong/developer.konghq.com repository. Pull Requests are welcome for additions and corrections.
Guides and Tutorials
Please browse through the [guides][docs-konghq-kic-guides] to get started and to learn specific ingress controller operations.
Contributing
We ❤️ pull requests and we’re continually working hard to make it as easy as possible for developers to contribute. Before beginning development with the Kong Ingress Controller, please familiarize yourself with the following developer resources:
Seeking help
Please search through the [FAQs][docs-konghq-faqs], posts on the [discussions page][github-kic-discussions] or the Kong Nation Forums as it's likely that another user has run into the same problem. If you don't find an answer, please feel free to post a question.
If you've found a bug, please [open an issue][github-kic-issues].
For a feature request, please open an issue using the feature request template.
You can also talk to the developers behind Kong in the [#kong][slack-kubernetes-kong] channel on the Kubernetes Slack server.
Community meetings
You can join monthly meetups hosted by Kong to ask questions, provide feedback, or just to listen and hang out. See the Online Meetups Page to sign up and receive meeting invites and Zoom links.
Preview and Experimental Features
At any time the KIC may include features or options that are considered experimental and are not enabled by default, nor available in the [Kong Documentation Site][docs-konghq].
To try out new features that are behind feature gates, please see the preview features in [FEATURE_GATES.md][fgates] and documentation for these preview features can be found in [FEATUREPREVIEWDOCUMENTATION.md][fpreview].
[fgates]:/FEATURE_GATES.md [fpreview]:/FEATUREPREVIEWDOCUMENTATION.md [ingress]: https://kubernetes.io/docs/concepts/services-networking/ingress/ [gwapi]: https://gateway-api.sigs.k8s.io/ [kong]: https://konghq.com/kong [kong-url]: https://konghq.com/ [kong-logo]: https://konghq.com/wp-content/uploads/2018/05/kong-logo-github-readme.png [k8s-io-tools]: https://kubernetes.io/docs/tasks/tools/ [slack-Kubernetes-kong]: https://kubernetes.slack.com/messages/kong
[dockerhub-kic]: https://hub.docker.com/r/kong/kubernetes-ingress-controller [dockerhub-kic-nightly]: https://hub.docker.com/r/kong/nightly-ingress-controller
[github-kic-discussions]: https://github.com/Kong/kubernetes-ingress-controller/discussions [github-kic-issues]: https://github.com/kong/kubernetes-ingress-controller/issues
[docs-konghq]:https://developer.konghq.com/ [docs-konghq-hub]: https://developer.konghq.com/plugins/ [docs-konghq-faqs]: https://developer.konghq.com/kubernetes-ingress-controller/ [docs-konghq-getting-started-guide]: https://developer.konghq.com/kubernetes-ingress-controller/install/ [docs-konghq-k4k8s-enterprise-setup]: https://docs.konghq.com/kubernetes-ingress-controller/latest/deployment/k4k8s-enterprise/ [docs-konghq-kic-guides]: https://developer.konghq.com/how-to/?products=kic
[kgo-guide]: https://developer.konghq.com/operator/dataplanes/get-started/kic/install/ [ko-landing]: https://developer.konghq.com/operator/ [kic-support]: https://developer.konghq.com/kubernetes-ingress-controller/support/ [ko-github]: https://github.com/Kong/kong-operator