Coder Social home page Coder Social logo

dagster-argocd-configuration's Introduction

dagster-argocd-configuration

dagster-io/dagster#3099

https://blog.filador.fr/argo-cd-la-gestion-simplifiee-de-vos-deploiements-sur-kubernetes/

sudo snap install microk8s --classic 
sudo usermod -a -G microk8s thomas
sudo chown -f -R thomas ~/.kube
newgrp microk8s
microk8s enable dashboard dns registry istio 

Changement port 16443 -> 8443 Change port

ArgoCD

Installation

cd charts\argocd
kubectl create namespace argocd
helm dependency update
helm install --version 2.2.2 argocd . -f .\values.yaml

or

bash helm repo add argo-cd https://argoproj.github.io/argo-helm helm dep update charts/argo-cd/

First password

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

Add helm repo to argoCD

First login argocd login localhost:8080 --username admin --password somepassword argocd repo add https://charts.bitnami.com/bitnami --type helm --name bitnami --server "localhost:8080" --insecure

Helm repos

https://argo-cd.readthedocs.io/en/latest/user-guide/commands/argocd_repo_add/

Dagster with helm

https://docs.dagster.io/deployment/guides/kubernetes/deploying-with-helm

Jupyterhub

Si effectué sans argocd:

helm upgrade --cleanup-on-fail --install jupyterhub jupyterhub/jupyterhub --namespace jupyterhub --create-namespace -f values.yaml

(Zero to Jupyterhub)[https://zero-to-jupyterhub.readthedocs.io/en/latest/jupyterhub/installation.html]

Extendable workflow automation with all plugins.

dagster-argocd-configuration's People

Contributors

slamer59 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.