app to get all unique ingress hosts for current kubernetes context
brew install vvrnv/tap/ingpoint
requirements:
go
installed
go install github.com/vvrnv/ingpoint@latest
or
git clone https://github.com/vvrnv/ingpoint.git
cd ingpoint
go build -o ingpoint
./ingpoint
download a binary from release page
requirements:
kubectl
➜ ~ kubectl config use-context dev
Switched to context "dev".
➜ ~ ingpoint
jira-666.example.domain.com
test.domain.com
*.example.domain.com