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

https://github.com/simonhammes/k8s-ingress-per-pod-controller


https://github.com/simonhammes/k8s-ingress-per-pod-controller

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# k8s-ingress-per-pod-controller

## Development

```bash
kind create cluster
kind export kubeconfig --kubeconfig kubeconfig.yaml
export KUBECONFIG="${PWD}/kubeconfig.yml"

kubectl apply -f manifests/

NAMESPACE=default LABEL_SELECTOR=app=nginx go run main.go
```