Skip to content

This is the incubator for the Traefik v2 helm chart

License

Notifications You must be signed in to change notification settings

getnexar/traefik-helm-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traefik

Traefik is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease.

Introduction

This chart bootstraps Traefik version 2 as a Kubernetes ingress controller, using Custom Resources IngressRoute: https://docs.traefik.io/providers/kubernetes-crd/.

Installing

Prerequisites

With the command helm version, make sure that you have:

Add Traefik's chart repository to Helm:

helm repo add traefik https://containous.github.io/traefik-helm-chart

You can update the chart repository by running:

helm repo update

Deploying Traefik

helm install traefik traefik/traefik

Warning

If you are using Helm v2

You have to deploy CRDs manually with the following command:

kubectl apply -f traefik/crds

Contributing

If you want to contribute to this chart, please read the Contributing Guide.

About

This is the incubator for the Traefik v2 helm chart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 77.9%
  • Smarty 22.1%