Skip to content

cnych/argo-sock-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

HOW TO USE

Repo for example-cd based on sock-shop and workflows

ASSUMPTIONS:

You have a kubectl installed and configured. You have argo2 installed and available

First time run the following:

To be able to create cluster roles in kubernetes you need to run the following:

kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user="user login"  

kubectl create -f example-cd/logging-cr  
kubectl create -f example-cd/monitoring-cr  

To run:

cd workflows  
argo submit logging-workflow.yaml  
argo submit sock-shop-workflow.yaml  
argo submit monitoring-workflow.yaml  

To cleanup:

argo submit monitoring-cleanup-workflow.yaml  
argo submit sock-shop-cleanup-workflow.yaml  
argo submit logging-cleanup-workflow.yaml  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%