mikkeloscar / kube-ingress-status-controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kube Ingress Status Controller

Build Status

Simple controller to set ingress status field (IP or hostname) based on Pod distribution. E.g. if an ingress points to a service backend where most targeted pods are on node X then the IP of node X will be set on the ingress status field.

Can also be configured to always set a static IP Address on all ingresses with the flag --ingress-ip-address.

About

License:Apache License 2.0


Languages

Language:Go 76.4%Language:Makefile 20.5%Language:Dockerfile 3.1%