Hi!! Quick question! Im using flyte cluster on loc...
# announcements
o
Hi!! Quick question! Im using flyte cluster on localhost, is thefe any api to trigger a workflow from a remote service?
👍 1
s
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
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
Tnx! very helpful!
s
cc: @Shivay Lamba
157 Views