Skip to content

slamer59/dagster-argocd-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Thomas PEDOT
Feb 23, 2022
9719e6f · Feb 23, 2022

History

32 Commits
Jan 23, 2022
Feb 21, 2022
Jan 13, 2022
Feb 23, 2022
Feb 23, 2022

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published