Code Monkey home page Code Monkey logo

helm-charts's Introduction

readme

  • kroki chart
    • Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr, PlantUML, SvgBob, UMLet, Vega, Vega-Lite, WaveDrom... and more to come!
## adding helm repo
helm repo add teochenglim https://teochenglim.github.io/helm-charts/

### installing the kroki
helm install kroki teochenglim/kroki

### look for latest version of the app
helm repo update teochenglim

### install default version of the kroki helm charts
helm upgrade --install kroki teochenglim/kroki

### install default version of the kroki helm charts with your custom values
helm upgrade --install kroki teochenglim/kroki -f values.yaml

### ensure all kroki service are running (kroki, blockdiag, bpmn, Excalidraw, mermiad)
helm test kroki

### uninstall kroki
helm delete kroki
  • dummy-nginx chart

    • return hostname and allow you to set env myvar and return, could be useful for any blue-green deployment demo
  • echoserver chart

    • awesome jmalloc/echo-server help to debug http header/body/request and with websocket support
## adding helm repo
helm repo add teochenglim https://teochenglim.github.io/helm-charts/

### installing the app
helm install dummy teochenglim/dummy-nginx

### look for latest version of the app
helm repo update teochenglim

### install specific version of the helm charts
helm upgrade --install dummy teochenglim/dummy-nginx --version 1.0.0
helm upgrade --install echoserver teochenglim/echoserver --version 0.1.0

### Checking if the app is running
kubectl get pod
NAME                              READY   STATUS    RESTARTS   AGE
dummy-dummy-nginx-75c6958c45-hkpr9   1/1     Running   0          19s

$ kubectl get svc
NAME               TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE
kubernetes         ClusterIP   10.96.0.1       <none>        443/TCP        21h
dummy-dummy-nginx  NodePort    10.107.11.133   <none>        80:32387/TCP   24s

$ curl -s http://localhost:32387/
===============================

This is your helm deploy! dummy-dummy-nginx-75c6958c45-hkpr9 myvalue1

===============================

### clean up after test
helm delete dummy
helm delete echoserver

helm-charts's People

Watchers

 avatar  avatar  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.