kubernetes-ingress-controller

Use Kong for Kubernetes Ingress

Github星跟踪图

Kong for Kubernetes

Build Status

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.

Tables of content

Features

  • Ingress routing
    Use Ingress resources to configure Kong
  • Enhanced API management using plugins
    Use a wide-array of plugins
    to monitor, transform, protect your traffic.
  • Native gRPC support
    Proxy gRPC traffic and gain visibility into it using
    Kong's plugin.
  • Health checking and Load-balancing
    Load balance requests across your pods and supports active & passive health-checks.
  • Request/response transformations
    Use plugins to
    modify your requests/responses on the fly.
  • Authentication
    Protect your services using authentication methods
    of your choice.
  • Declarative configuration for Kong
    Configure all of Kong
    using CRDs in Kubernetes and manage Kong declaratively.

Get started

You can use
Minikube
on your local machine or use
a hosted k8s 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 install kong/kong

If you are setting up Kong for Kubernetes Enterprise, please
follow along this guide.

Follow the Getting Started guide to start
using Ingress in Kubernetes.

Documentation

All documentation around Kong Ingress Controller is present in this
repository inside the docs directory.
Pull Requests are welcome for additions and corrections.

Version support matrix

Version compatibility doc
details on compatibility between versions of the
controller and versions of Kong, Kong for Kubernetes Enterprise and
Kong Enterprise.

Master branch builds

If you would like to use the latest and the greatest version of the controller,
you can use latest tag from the master repository
hosted on Bintray:

docker pull kong-docker-kubernetes-ingress-controller.bintray.io/master:latest

Seeking help

Please search through the posts on
Kong Nation 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.
For a feature request, please post in
Feature Suggestions
category.

You can also talk to the developers behind Kong in the
#kong channel on the
Kubernetes Slack server.

If you've spotted a bug, please open an issue
on our Github.

License

Copyright 2018-2020 Kong Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

主要指标

概览
名称与所有者Kong/kubernetes-ingress-controller
主编程语言Go
编程语言Makefile (语言数: 5)
平台
许可证Apache License 2.0
所有者活动
创建于2018-04-02 14:13:52
推送于2025-04-22 14:36:55
最后一次提交
发布数123
最新版本名称v2.12.8 (发布于 )
第一版名称0.4.1 (发布于 )
用户参与
星数2.3k
关注者数76
派生数601
提交数5.2k
已启用问题?
问题数2189
打开的问题数232
拉请求数4198
打开的拉请求数15
关闭的拉请求数758
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?