Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

kubernetes-traefik-ingress-controller

Code required to install a traefik ingress controller in kubernetes 1.24


apply traefik-api.yaml
kubectl apply -f traefik-api.yaml

apply pv and pvc Traefik needs somewhere to store certificates and keys where they will persist on traefik pod recreation.
Below uses longhorn as the storage provider and host path.

kubectl apply -f traefik-pv.yaml
kubectl apply -f traefik-pvc.yaml

About

Code required to install a traefik ingress controller in kubernetes 1.24

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors