Skip to content

omdv/traefik-wireguard-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Using kind to create k8s cluster.

Create cluster, install and test traefik.

kind create cluster --config kind-config.yaml
kubectl ctx kind-kind
helm install traefik traefik/traefik --values=traefik-chart-values.yaml
kubectl apply -k deployment/

Expose the dashboard:

kubectl port-forward (kubectl get pods --selector "app.kubernetes.io/name=traefik" --output=name) 9001:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages