Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kong | 34,431 | 8 hours ago | 249 | apache-2.0 | Lua | |||||
🦍 The Cloud-Native API Gateway | ||||||||||
Kuboard Press | 17,575 | 20 days ago | 330 | JavaScript | ||||||
Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。 | ||||||||||
Authelia | 15,949 | 1 | 13 hours ago | 34 | September 19, 2022 | 109 | apache-2.0 | Go | ||
The Single Sign-On Multi-Factor portal for web apps | ||||||||||
Ingress Nginx | 14,662 | 19 hours ago | 1 | April 03, 2022 | 378 | apache-2.0 | Go | |||
Ingress-NGINX Controller for Kubernetes | ||||||||||
External Dns | 6,217 | 6 | 9 hours ago | 131 | July 27, 2022 | 255 | apache-2.0 | Go | ||
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services | ||||||||||
K8s For Docker Desktop | 4,623 | 15 days ago | 47 | apache-2.0 | PowerShell | |||||
为Docker Desktop for Mac/Windows开启Kubernetes和Istio。 | ||||||||||
Kubernetes Ingress | 4,163 | 1 | 8 hours ago | 101 | April 07, 2022 | 56 | apache-2.0 | Go | ||
NGINX and NGINX Plus Ingress Controllers for Kubernetes | ||||||||||
Contour | 3,358 | 32 | 9 hours ago | 142 | September 07, 2022 | 369 | apache-2.0 | Go | ||
Contour is a Kubernetes ingress controller using Envoy proxy. | ||||||||||
Aws Load Balancer Controller | 3,291 | 3 days ago | 18 | June 28, 2021 | 168 | apache-2.0 | Go | |||
A Kubernetes controller for Elastic Load Balancers | ||||||||||
Skipper | 2,849 | 2 | 3 | 18 hours ago | 1,004 | September 23, 2022 | 224 | other | Go | |
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress |
Use Kong for Kubernetes Ingress. Configure plugins, health checking, load balancing, and more in Kong for Kubernetes Services, all using Custom Resource Definitions (CRDs) and Kubernetes-native tooling.
Features | Get started | Documentation | main branch builds | Seeking help
You can use Minikube or Kind on your local machine or use a hosted Kubernetes service like GKE.
Setting up Kong for Kubernetes is as simple as:
# using YAMLs
$ kubectl apply -f https://bit.ly/k4k8s
# or using Helm
$ helm repo add kong https://charts.konghq.com
$ helm repo update
# Helm 3
$ helm install kong/kong --generate-name --set ingressController.installCRDs=false
Once installed, please follow the Getting Started guide to start using Ingress in your Kubernetes cluster.
Note: Kong Enterprise users, please follow along with our enterprise guide to setup the enterprise version.
Release builds of Kong Ingress Controller can be found on Docker Hub in kong/kubernetes-ingress-controller repository.
At the moment we're providing images for:
amd64
arm64
main
branch buildsNightly pre-release builds of the main
branch are available from the
kong/nightly-ingress-controller repository hosted on Docker Hub:
main
contains unreleased new features for upcoming minor and major releases:
docker pull kong/nightly-ingress-controller:nightly
All documentation for the Kong Ingress Controller is present in the kong/docs.konghq.com repository. Pull Requests are welcome for additions and corrections.
Please browse through the guides to get started and to learn specific ingress controller operations.
We pull requests and were 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:
Please search through the FAQs, posts on the discussions page 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.
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 channel on the Kubernetes Slack server.
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.
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.
To try out new features that are behind feature gates, please see the preview features in FEATURE_GATES.md and documentation for these preview features can be found in FEATURE_PREVIEW_DOCUMENTATION.md.