All Projects → haproxytech → Kubernetes Ingress

haproxytech / Kubernetes Ingress

Licence: apache-2.0
HAProxy ingress controller for K8s

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Kubernetes Ingress

Haproxy Ingress
HAProxy Ingress
Stars: ✭ 702 (+91.28%)
Mutual labels:  haproxy, ingress-controller
Kubernetes Pfsense Controller
Integrate Kubernetes and pfSense
Stars: ✭ 100 (-72.75%)
Mutual labels:  haproxy, ingress-controller
swarm-router
Scalable stateless «zero config» service-name ingress for docker swarm mode with a fresh more secure approach
Stars: ✭ 58 (-84.2%)
Mutual labels:  haproxy, ingress-controller
Danm
TelCo grade network management in a Kubernetes cluster
Stars: ✭ 274 (-25.34%)
Mutual labels:  kubernetes-cluster
Kubernetes Under The Hood
This tutorial is someone planning to install a Kubernetes cluster and wants to understand how everything fits together.
Stars: ✭ 279 (-23.98%)
Mutual labels:  kubernetes-cluster
K3sup
bootstrap Kubernetes with k3s over SSH < 1 min 🚀
Stars: ✭ 4,012 (+993.19%)
Mutual labels:  kubernetes-cluster
Rak8s
Stand up a Raspberry Pi based Kubernetes cluster with Ansible
Stars: ✭ 354 (-3.54%)
Mutual labels:  kubernetes-cluster
Blockchain Network On Kubernetes
Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
Stars: ✭ 261 (-28.88%)
Mutual labels:  kubernetes-cluster
Kube Ingress Aws Controller
Configures AWS Application Load Balancers according to Kubernetes Ingress resources
Stars: ✭ 326 (-11.17%)
Mutual labels:  ingress-controller
Kubernetes Ingress
NGINX and NGINX Plus Ingress Controllers for Kubernetes
Stars: ✭ 3,528 (+861.31%)
Mutual labels:  ingress-controller
Kubekey
Provides a flexible, rapid and convenient way to install Kubernetes only, both Kubernetes and KubeSphere, and related cloud-native add-ons. It is also an efficient tool to scale and upgrade your cluster.
Stars: ✭ 288 (-21.53%)
Mutual labels:  kubernetes-cluster
Kubenow
Deploy Kubernetes. Now!
Stars: ✭ 285 (-22.34%)
Mutual labels:  kubernetes-cluster
Pharos Cluster
Pharos - The Kubernetes Distribution
Stars: ✭ 302 (-17.71%)
Mutual labels:  kubernetes-cluster
Kubernetes Certified Administrator
Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.
Stars: ✭ 3,438 (+836.78%)
Mutual labels:  kubernetes-cluster
Wayne
Kubernetes multi-cluster management and publishing platform
Stars: ✭ 3,587 (+877.38%)
Mutual labels:  kubernetes-cluster
Kube Vip
Kubernetes Control Plane Virtual IP and Load-Balancer
Stars: ✭ 262 (-28.61%)
Mutual labels:  kubernetes-cluster
Tks
Enable enthusiasts and administrators alike to easily provision highly available and production-ready Kubernetes clusters on Proxmox VE.
Stars: ✭ 319 (-13.08%)
Mutual labels:  haproxy
Kube Cluster Osx
Local development multi node Kubernetes Cluster for macOS made very simple
Stars: ✭ 294 (-19.89%)
Mutual labels:  kubernetes-cluster
Tcp Shaker
💓 Performing TCP handshake without ACK in Go, useful for health checking, that is SYN, SYN-ACK, RST.
Stars: ✭ 289 (-21.25%)
Mutual labels:  haproxy
Kubernetes Workshop
⚙️ A Gentle introduction to Kubernetes with more than just the basics. 🌟 Give it a star if you like it.
Stars: ✭ 3,122 (+750.68%)
Mutual labels:  kubernetes-cluster

HAProxy

HAProxy Kubernetes Ingress Controller

Description

An ingress controller is a Kubernetes resource that routes traffic from outside your cluster to services within the cluster.

Detailed documentation can be found within the Official Documentation.

You can also find in this repository a list of all available Ingress annotations.

Usage

Docker image is available on Docker Hub: haproxytech/kubernetes-ingress

If you prefer to build it from source use

docker build -t haproxytech/kubernetes-ingress -f build/Dockerfile .

Example environment can be created with

make example

Please see controller.md for all available arguments of controler image.

Available customisations are described in doc

Basic setup to to run controller is described in yaml file.

kubectl apply -f deploy/haproxy-ingress.yaml

HAProxy Helm Charts

Official HAProxy Technologies Helm Charts for deploying on Kubernetes are available in haproxytech/helm-charts repository

Contributing

Thanks for your interest in the project and your willing to contribute:

Discussion

A Github issue is the right place to discuss feature requests, bug reports or any other subject that needs tracking.

To ask questions, get some help or even have a little chat, you can join our #ingress-controller channel in HAProxy Community Slack.

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].