Skip to content

Code required to install a traefik ingress controller in kubernetes 1.24

Notifications You must be signed in to change notification settings

colliwhopper/kubernetes-traefik-ingress-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published