Prefect runs the tasks and flows in my own infrast...
# ask-community
z
Prefect runs the tasks and flows in my own infrastructure. If my infrastructure is not my local Pycharm, but need to be an env that runs 24X7, like a kubernetes cluster on any cloud, I have seen example like this Deploy Code to AWS Kubernetes with Prefect: a Step-by-Step ... But it isn’t written in a way that I can adapt to another cloud, for example, a Kuberentes cluster on IBM cloud. Does someone here have an example for me to follow?
k
Responded to you in the thread, but for anyone who comes across this, this doc will run the agent on the cluster, and then the agent will be able to deploy the flows. Just make sure that
kubectl
is pointed to your cluster when you run this
I guess this is how you log in