Questions tagged [argoproj]

Argoproj is a collection of tools that provide workflows and events for Kubernetes

Argoproj is a collection of tools for getting work done with Kubernetes:

  • Argo Workflows - Container-native Workflow Engine
  • Argo CD - Declarative GitOps Continuous Delivery
  • Argo Events - Event-based Dependency Manager
  • Argo CI - Simple CI based on GitHUb and Argo Workflows
96 questions
0
votes
1 answer

Argo with multiple GCP projects

I've been looking into Argo as a Gitops style CD system. It looks really neat. That said, I am not understanding how to use Argo in across multiple GCP projects. Specifically, the plan is to have environment dependent projects (i.e. prod, stage…
istrau2
  • 337
  • 5
  • 15
0
votes
2 answers

K8S Spark using Argo Workflow

I am exploring argo workflows for my spark usecase. Are there any example YAML which shows how to execute a spark job on k8s using Argo workflow
devnull
  • 161
  • 15
0
votes
3 answers

Triggering steps in argo workflow using argo events

We were poc-ing different wf tools, and argo stands out given wide range of feature and it being k8s native, but we have use cases of long-running steps and we want an event based system to trigger next step or retry previous step based on the…
Sandeep
  • 131
  • 1
  • 9
0
votes
1 answer

Cannot send data to Minio using Argo workflow running on Minikube

I'm testing Argo workflow on Minikube and I'm using Minio to upload/download data created within the workflow. And when I submit the template yaml, I got failed to save outputs error on the pod. I checked the logs using kubectl logs -n air [POD…
user3368526
  • 2,168
  • 10
  • 37
  • 52
0
votes
1 answer

Argo Workflow distribution on KOPS cluster

Using KOPS tool, I deployed a cluster with: 1 Master 2 slaves 1 Load Balancer Now, I am trying to deploy an Argo Workflow, but I don't know the process. Will it install on Node or Master of the k8s cluster I built? How does it work? Basically, if…
user9182249
-1
votes
1 answer

How can a workflow B be triggered from a workflow A after it clompleted?

I have two workflows A and B. How can workflow A trigger workflow B after completion without having to introduce a third workflow chaining A and B (f.x. using steps or dag)?
Raffael
  • 19,547
  • 15
  • 82
  • 160
1 2 3 4 5 6
7