Skip to content

A repository that contains small POCs that utilise ArgoCD to demonstrate Workflow, ML, Distributed Systems, and Cloud Native use cases.

Notifications You must be signed in to change notification settings

Rubix982/argo-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ArgoCD Web App

Setup

  • Create namespace for workflows,
kubectl create namespace argocd
  • Install argo workflows,
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  • Expose Argo Workflows UI Via Port-Fowarding.
    • Do this after the container argo-server is in the Running state,
kubectl port-forward svc/argocd-server -n argocd 8080:80

About

A repository that contains small POCs that utilise ArgoCD to demonstrate Workflow, ML, Distributed Systems, and Cloud Native use cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published