Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```