GithubHelp home page GithubHelp logo

ruiskeeled / k8s Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ory/k8s

0.0 1.0 0.0 3.2 MB

Kubernetes Helm Charts for the ORY ecosystem.

Home Page: https://k8s.ory.sh/helm

License: Apache License 2.0

Shell 4.30% HTML 85.44% Makefile 10.26%

k8s's Introduction

Kubernetes Helm Charts for ORY

CircleCI

This repository contains helm charts for Kubernetes. All charts are in incubation phase and use is at your own risk.

Please go to k8s.ory.sh/helm for a list of helm charts and their configuration options.

Development

You can test and develop charts locally using Minikube.

To test a chart locally without applying it to kubernetes, do:

$ helm install --debug --dry-run .
$ name=<name>
$ helm install --name $name .
$ helm upgrade $name .

Ingress

If you wish to test ingress, run:

$ minikube addons enable ingress

Next you need to set up /etc/hosts to route traffic from domains - in this example for ORY Oathkeeper:

  • api.oathkeeper.localhost
  • proxy.oathkeeper.localhost

to the ingress IP. You can find the ingress IP using:

$ kubectl get ingress
NAME                           HOSTS                        ADDRESS        PORTS     AGE
kilted-ibex-oathkeeper-api     api.oathkeeper.localhost     192.168.64.3   80        1d
kilted-ibex-oathkeeper-proxy   proxy.oathkeeper.localhost   192.168.64.3   80        1d

Then, append the following entries to your host file (/etc/hosts):

192.168.64.3    api.oathkeeper.localhost
192.168.64.3    proxy.oathkeeper.localhost

Testing

To run helm test, to:

$ helm lint .
$ helm install .
$ helm test --cleanup <name>

Remove all releases

To remove all releases (only in test environments), do:

$ helm del $(helm ls --all --short) --purge

k8s's People

Contributors

aeneasr avatar arekkas avatar chriskolenko avatar christian-roggia avatar clement-buchart avatar cpwc avatar dkimprowised avatar ermik avatar ggimes avatar gregdhill avatar gsokol avatar jakkab avatar jbapu avatar jfelten avatar k9ert avatar koenmtb1 avatar kosfist avatar kubadz avatar max-koehler avatar ms42q avatar mugioka avatar paulbdavis avatar phi2039 avatar philippe-boyd-3r avatar pjediny avatar simenandre avatar trecloux avatar venturasr avatar victorboissiere avatar zepatrik avatar

Watchers

 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.