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
- Host: GitHub
- URL: https://github.com/simonhammes/k8s-ingress-per-pod-controller
- Owner: simonhammes
- Created: 2024-11-05T20:40:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T23:43:02.000Z (over 1 year ago)
- Last Synced: 2025-01-26T00:29:22.937Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```