Skip to content

joudaon/argocd

Repository files navigation

argocd

Deploy

  1. Install minikube with argocd
./01_infrastructure/install.sh

Approach 1

In this example we will use applicationset to dinamically create resources.

Approach 2

//TODO

Approach 3

In this approach we will deploy 2 applications. The first application will deploy shared objects like namespace and the other application will deploy application specific resources.

  1. Install minikube
./01_infrastructure/install.sh
  1. Deploy
kubectl apply -f 02_approach_3/argocd/root_app.yaml

CLI deployment

  1. Login into the cluster with argocd cli
argocd login $(minikube ip):$NODEPORT --username admin
  1. Sync your app runing
./03_deployments/deploy_app.sh

Clean up environment

.minikube delete

Usefull links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages