Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvrnv/ingpoint
app to get all unique ingress hosts for current kubernetes context
https://github.com/vvrnv/ingpoint
ingress-nginx kubectl kubectl-plugins kubernetes kubernetes-cluster
Last synced: 2 days ago
JSON representation
app to get all unique ingress hosts for current kubernetes context
- Host: GitHub
- URL: https://github.com/vvrnv/ingpoint
- Owner: vvrnv
- License: mit
- Created: 2022-11-15T14:21:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:01:57.000Z (22 days ago)
- Last Synced: 2024-10-26T09:55:46.511Z (21 days ago)
- Topics: ingress-nginx, kubectl, kubectl-plugins, kubernetes, kubernetes-cluster
- Language: Go
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ingpoint
app to get all unique ingress hosts for current kubernetes context
## Install
### homebrew
```sh
brew install vvrnv/tap/ingpoint
```### go or build from source code
requirements:
- `go` installed
```sh
go install github.com/vvrnv/ingpoint@latest
```or
```sh
git clone https://github.com/vvrnv/ingpoint.git
cd ingpoint
go build -o ingpoint
./ingpoint
```### download a binary from [release page](https://github.com/vvrnv/ingpoint/releases)
## Usage
requirements:
- `kubectl`
```sh
➜ ~ kubectl config use-context dev
Switched to context "dev".➜ ~ ingpoint
jira-666.example.domain.com
test.domain.com
*.example.domain.com
```