Categorygithub.com/mikkeloscar/kube-ingress-status-controller
repositorypackage
0.0.0-20250103131836-6e700c01333b
Repository: https://github.com/mikkeloscar/kube-ingress-status-controller.git
Documentation: pkg.go.dev

# README

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.