https://argo-workflows.readthedocs.io/en/latest/walk-through/argo-cli/
https://argo-workflows.readthedocs.io/en/latest/quick-start/
kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.5.6/quick-start-minimal.yaml
argo submit -n argo --watch https://raw.githubusercontent.com/argoproj/argo-workflows/main/examples/hello-world.yaml
kubectl -n argo port-forward service/argo-server 2746:2746
argo submit -n argo --watch workflow.yml
- Generally impressed with user experience, polish, ease. Took 1 hour to build end-to-end, starting from knowing nothing and Argo not installed, to finishing our seal tags example.
- Submitting and watching jobs is amazing
argo logs @latest
🤩- Next step: dependencies, >1 processing step