https://flyte.org logo
Title
o

Or Itzary

08/16/2022, 6:02 AM
Hi!! Quick question! Im using flyte cluster on localhost, is thefe any api to trigger a workflow from a remote service?
👍 1
s

SeungTaeKim

08/16/2022, 6:15 AM
you can setup remote server using the command below.
flytectl config init --host==your host
here is the link https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_config_init.html
🙏 1
s

Samhita Alla

08/16/2022, 6:54 AM
Hi, @Or Itzary! If you want to set up Flyte on a remote server, then the deployment guide should be helpful. As per my understanding, you want to trigger a workflow that’s on your localhost using an API, for which we have
FlyteRemote
. Here’s the documentation: https://docs.flyte.org/projects/flytekit/en/latest/design/control_plane.html#design-control-plane.
🙏 1
o

Or Itzary

08/16/2022, 8:58 AM
Tnx! very helpful!
s

Samhita Alla

08/16/2022, 1:46 PM
cc: @Shivay Lamba