GithubHelp home page GithubHelp logo

whitemike889 / kubernetes-ingress-controller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kong/kubernetes-ingress-controller

0.0 0.0 0.0 9.87 MB

Use Kong for Kubernetes Ingress

License: Apache License 2.0

Dockerfile 0.16% Makefile 0.29% Go 98.67% Shell 0.88%

kubernetes-ingress-controller's Introduction

Kubernetes Ingress Controller for Kong

Build Status

Use Kong for your Kubernetes Ingress and further configure plugins, health checking, load balancing and more in Kong for your Kubernetes services, all using Custom Resource Definitions(CRDs).

Tables of content

Features

  • Ingress routing: Use Ingress resources to configure Kong
  • Health checking and Load-balancing: Load balance requests across your pods and supports active & passive health-checks.
  • Configure Plugins: Execute custom code as a request is proxied to your service.
  • Request/response transformations: Use plugins to modify your requests/responses on the fly.
  • Authentication: Protect your services using authentication plugins.
  • Declarative configuration for Kong Configure all of Kong using CRDs in Kubernetes and manage Kong declaratively.

Version support matrix

The Ingress controller is tested on Kubernetes version 1.8 through 1.10.

The following matrix lists supported versions of Kong for every release of the Kong Ingress Controller:

Kong Ingress Controller <= 0.0.4 0.0.5 0.1.x 0.2.x 0.3.x 0.4.x
Kong 0.13.x
Kong 0.14.x
Kong 1.0.x
Kong 1.1.x
Kong Enterprise 0.32-x
Kong Enterprise 0.33-x
Kong Enterprise 0.34-x

Get started

You can deploy Kong Ingress Controller on any Kubernetes cluster which supports a Service of type: LoadBalancer.

You can use Minikube on your local machine or use a hosted k8s service like GKE.

To setup Kong Ingress Controller in your k8s cluster, execute:

helm install stable/kong --set ingressController.enabled=true

If you don't have helm installed on your k8s cluster, execute:

kubectl apply -f https://bit.ly/kong-ingress

You can also spin up Kong Ingress Controller without a database dependency:

kubectl apply -f https://bit.ly/kong-ingress-dbless

It takes a few minutes for all components to spin up. You now have set up Kong as your Ingress controller and all Ingress resources in your Kubernetes Cluster will be satisfied.

Please refer to our deployment documentation for a detailed introduction to Kong Ingress Controller and Ingress spec.

⚠️ Kong Ingress Controller takes care of managing all entities in Kong's datastore as per the Ingress and custom resource definitions in k8s. Any entity created using Kong's Admin API will be deleted by the Ingress Controller.

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 us in the #kong channel on the Kubernetes Slack server.

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

Documentation

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

Following are some helpful link:

Design

Kong Ingress Controller is built to satisfy the Ingress spec in Kubernetes. Kong Ingress Controller is a Go app that listens to events from the API-server of your Kubernetes cluster and then sets up Kong to handle your configuration accordingly, meaning you never have to configure Kong yourself manually.

The controller can configure any Kong cluster via a Kong node running either in a control-plane mode or running both, control and data planes.

For detailed design, please refer to our design documentation.

License

Copyright 2018 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.

Roadmap

Please check the roadmap document.

kubernetes-ingress-controller's People

Contributors

hbagdi avatar aledbf avatar fffonion avatar ukiahsmith avatar subicura avatar rainest avatar ddy86 avatar devdavidkarlsson avatar nixm0nk3y avatar ngob avatar posquit0 avatar cnef avatar tlukawski avatar lijiaocn avatar jwyoungpm avatar henuddy avatar czakarian avatar zaffnet avatar tamanyan avatar sirajm avatar subnetmarco avatar jdevalk2 avatar jaygorrell avatar gugahoi avatar d0x2f avatar cbrgm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.