Skip to content

vvrnv/ingpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 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

About

app to get all unique ingress hosts for current kubernetes context

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages