GithubHelp home page GithubHelp logo

ingress-traefik's Introduction

Installer treafik chart

Comme d'habitude.. j'utilise helm comme moteur de template sans tiller...

# chercher la chart
helm fetch stable/traefik --untar
# au même niveau où la chart a été untar.
cp traefik/values.yaml .
# modifier le fichier values.yaml
helm template traefik -f values.yaml

Le nom du release est très sensible lors de la validation. Ce qui a fonctionné:

helm template traefik -f values.yaml --name tr0-0-1 \
 |tee traefik-0.0.1.yaml

kubectl -n kube-system create -f traefik-0.0.1.yaml

Le ingress doit être dans le ns kube-system. Pour voir fonctionnement, on utilise les manifests de https://docs.traefik.io/user-guide/kubernetes/

kubectl apply -n siad-moodle-dev-01 -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/cheese-services.yaml
service "stilton" created
service "cheddar" created
service "wensleydale" created

kubectl apply -n siad-moodle-dev-01 -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/cheese-deployments.yaml

deployment "stilton" created
deployment "cheddar" created
deployment "wensleydale" created

# Modifier pour utiliser [name].nmoller.io à la place de [name].minikube
kubectl apply -n siad-moodle-dev-01 -f https://raw.githubusercontent.com/containous/traefik/v1.7/examples/k8s/cheese-ingress.yaml
ingress "cheese" created

ingress-traefik's People

Contributors

nmoller avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.