Skip to content
/ ingpoint Public

app to get all unique ingress hosts for current kubernetes context

License

Notifications You must be signed in to change notification settings

vvrnv/ingpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ingpoint

app to get all unique ingress hosts for current kubernetes context

Install

homebrew

brew install vvrnv/tap/ingpoint

go or build from source code

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

Usage

requirements:

  • kubectl
~ kubectl config use-context dev
Switched to context "dev".

➜  ~ ingpoint
jira-666.example.domain.com
test.domain.com
*.example.domain.com