https://github.com/traefik/nkp-traefiklabs-catalog
Nutanix Kubernetes Platform Traefik Hub
https://github.com/traefik/nkp-traefiklabs-catalog
traefik-hub
Last synced: about 1 year ago
JSON representation
Nutanix Kubernetes Platform Traefik Hub
- Host: GitHub
- URL: https://github.com/traefik/nkp-traefiklabs-catalog
- Owner: traefik
- Created: 2025-03-05T07:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T08:50:26.000Z (about 1 year ago)
- Last Synced: 2025-06-19T05:08:13.008Z (about 1 year ago)
- Topics: traefik-hub
- Homepage: https://hub.traefik.io
- Size: 11.7 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nkp-traefiklabs-catalog
this catalog allows to upgrade default traefik instance to traefik hub.
procedure:
- create a new catalog in your cluster by launching the following command
```
kubectl apply -k https://github.com/traefik/nkp-traefiklabs-catalog/hub
```
- connect to traefik hub dashboard, create a new gateway and retrieve the corresponding token
```
TRAEFIK_HUB_TOKEN=XXXXXXX
```
- create a new secret in your cluster with the token
```
kubectl create secret generic license --namespace kommander --from-literal=token=$TRAEFIK_HUB_TOKEN
```
- install the traefik hub catalog entry