Code Monkey home page Code Monkey logo

lifen-charts's Introduction

Lifen Charts

Welcome to the repository of Helm charts maintained by Lifen.

Add the repo

$ helm repo add lifen-charts http://honestica.github.io/lifen-charts/

Install the charts

You can use the usual commands helm fetch/install lifen-charts/kube-iptables-tailer.

Look at the Readme inside each directory :)

Develop charts

Start Minikube

Follow https://kubernetes.io/docs/tasks/tools/install-minikube/

Install kubectl

Follow https://kubernetes.io/docs/tasks/tools/install-kubectl/

You should be able to see minikube node and pods:

$ kubectl get node
NAME       STATUS   ROLES    AGE   VERSION
minikube   Ready    master   63m   v1.15.0

$ kubectl get pod --all-namespaces
NAMESPACE     NAME                               READY   STATUS    RESTARTS   AGE
kube-system   coredns-5c98db65d4-5xshj           1/1     Running   0          63m
kube-system   coredns-5c98db65d4-thf7p           1/1     Running   0          63m
kube-system   etcd-minikube                      1/1     Running   0          62m
kube-system   kube-addon-manager-minikube        1/1     Running   0          62m
kube-system   kube-apiserver-minikube            1/1     Running   0          62m
kube-system   kube-controller-manager-minikube   1/1     Running   0          62m
kube-system   kube-proxy-fcbsl                   1/1     Running   0          63m
kube-system   kube-scheduler-minikube            1/1     Running   0          62m
kube-system   storage-provisioner                1/1     Running   0          63m

Install helm cli

Follow INSTALLING THE HELM CLIENT from https://helm.sh/docs/using_helm/#installing-helm

AWX chart

(imported from https://github.com/arthur-c/ansible-awx-helm-chart )

helm upgrade awx ./awx/ --install --timeout 500 --wait -f examples/awx/values.yaml --kube-context minikube --namespace awx

Start minikube tunnel

Add in /etc/hosts

{{ external ip for private ingress }} http://awx.minikube

Neuvector Chart

Use your credentials before installing

kubectl create secret docker-registry dockerhub -n neuvector --docker-username=<your_user_name> --docker-password=<your-pword> 

lifen-charts's People

Contributors

fpoussin avatar jeanlucmongrain avatar marcmillien avatar ckotzbauer avatar dadicool avatar phibesse avatar robinelfrink 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.