orchestration Questions
3
I am working on a project where in we are trying to use the ANDROID TEST ORCHESTRATOR for it's obvious benefits of isolating crashes. But while executing the test suite, it appears to me that as th...
Greathouse asked 1/1, 2018 at 20:28
3
I am trying to implement an Azure Durable Function workflow.
Every 6 minutes I have an Azure TimerTrigger function calls an Azure Orchestration Function (OrchestrationTrigger), that in turn starts...
Flavopurpurin asked 12/9, 2018 at 6:14
5
Solved
I have a VM with kubernetes installed using kubeadm (NOT minikube). The VM acts a the single node of the cluster, with taints removed to allow it to act as both Master and Worker node (as shown in ...
Synchronism asked 15/11, 2021 at 22:55
4
Solved
Is it possible to pass parameters to Airflow's jobs through UI?
AFAIK, 'params' argument in DAG is defined in python code, therefore it can't be changed at runtime.
Counterglow asked 20/11, 2017 at 16:44
8
Solved
What is the standard pattern of orchestrating microservices?
If a microservice only knows about its own domain, but there is a flow of data that requires that multiple services interact in some ma...
Bakeman asked 18/3, 2015 at 8:52
12
I'm using docker-compose to create my development environment. I want to build a specific image, but I don't know how to set a name for that image.
wildfly:
build: /path/to/dir/Dockerfile
contai...
Lightheaded asked 26/8, 2015 at 15:21
3
I have a few microservices where each microservice has REST endpoints for CRUD operations.
I have to create a workflow that will start from one microservice with some initial input, but later outpu...
Jadda asked 4/11, 2020 at 8:28
0
So I want to create a dag that creates dynamic tasks based on messages passed from the previous dag.
ex:-
I have a master dag and a slave dag.
from master dag, I pass a list of countries ex: [us,uk...
Wellestablished asked 2/7, 2021 at 9:24
3
Solved
Since version 1.3, Ansible has supported role dependencies to encourage reuse of role definitions. To audit and maintain larger orchestrations, it would be nice to have some way to easily generate ...
Sorbose asked 12/2, 2014 at 8:1
3
I'm looking for an orchestration framework/engine/toolkit with which to replace/upgrade an existing software, mainly because of scalability limitations. By orchestration I mean asynchronous and dis...
Homologize asked 23/4, 2018 at 12:44
1
Solved
My dag takes about 50seconds to parse, I only use external triggers to start dag runs, no schedules. I notice airflow wants to fill the dagbag a lot --> On every trigger_dag command AND in the back...
Harlow asked 25/4, 2019 at 15:40
2
Solved
I'm trying to set the environment variables for DB password for MySQL container and spring boot application which is commonly declared in the docker secrets.
echo "db_secured_password" | docker se...
Elmer asked 29/9, 2018 at 9:5
1
We are in the process of streamlining our build/deployment pipelines for airflow codebase.
Does anyone have experience in build and deployment pipelines using CI/CD tools for apache airflow?
How...
Paranoid asked 31/8, 2018 at 1:54
2
Solved
I was reading this article called Variations in event-driven architecture in which they demonstrate both the mediator and broker topologies.
According to the article the mediator topology looks so...
Purvey asked 14/10, 2017 at 8:0
2
Solved
I’m currently trying to use Airflow to orchestrate a process where some operators are defined dynamically and depend on the output of another (earlier) operator.
In the code below t1 updates a te...
Macleod asked 16/2, 2018 at 11:0
1
I have an application that runs as a web service, which submits jobs to Spark on a user request. A job queue needs to be limited per user. I am planning to use Airflow as an orchestration framework...
Odilia asked 10/2, 2018 at 2:29
2
Solved
I am going to implement the orchestration of a set of microservices in my application. Two widely using tools I found Apache Zookeeper and Netflix Eureka.
Can anyone please give a comparison based ...
Heyes asked 6/2, 2018 at 5:0
1
I’m having really hard time trying to construct workflow with k8s that would include:
Having monorepo for multiple microservices
Having single command to start all of them and being able to start ...
Danuloff asked 7/11, 2017 at 17:24
1
Solved
I am currently using Docker Swarm Mode in pipeline and i use massively docker stack deploy -c compose-file.yml name-of-the-stack as a command to update the stack with the latest docker image. It pe...
Prudenceprudent asked 28/2, 2017 at 14:46
1
what is best way to orchestrate micro services in spring boot.
Calica asked 19/5, 2017 at 7:21
2
Solved
I'm an architect in a large scale financial company and we are in the beginning of implementing a new business oriented infosystem across our different countries.
From the very early on the core i...
Turley asked 28/3, 2017 at 12:39
2
Solved
I changed the Python 2 to Python 3. I felt the benefits of Asyncio.
Earlier in my project I used Ansible, but it is not supported with Python 3. Can you recommend to me an alternative to Ansible f...
Dint asked 20/8, 2015 at 8:23
1
Solved
I read on Rancher Official Page
Rancher is an open source software platform that enables organizations
to run containers in production. With Rancher, organizations no longer
have to build a co...
Tengler asked 14/9, 2016 at 19:0
7
Solved
Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, ...
Tace asked 6/12, 2008 at 2:0
4
What are the responsibilities of an Orchestration engine vs a Message Driven System.
If I have to build a system which have to string together different independent components(cross-technology/pla...
Bonine asked 12/8, 2009 at 8:13
1 Next >
© 2022 - 2024 — McMap. All rights reserved.