Hi!! Quick question! Im using flyte cluster on localhost, is thefe any api to trigger a workflow fro...
a
Hi!! Quick question! Im using flyte cluster on localhost, is thefe any api to trigger a workflow from a remote service?
👍 1
g
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
t
Hi, @ancient-magazine-11405! 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
a
Tnx! very helpful!
t
cc: @victorious-park-53030
156 Views