Why is the internet full of links to <discourse.pr...
# ask-community
e
Why is the internet full of links to discourse.prefect.io and the site is down?
b
Hi Eike, we recently sunsetted our Discourse page in favor of centralizing long-lived discussions in GitHub, and short-form discussions in Slack. More on that here.
It's a good callout though that those broken links are frustrating to encounter. We're working on getting a redirect up to eliminate confusion. In the interim, what were you looking for?
e
I am currently working on programmatically create deployments to get my first flow executed in our k8s worker.
b
Gotcha. LMK if you've already found these resources in the docs, but there are guides for: • Running flows on K8sDeploying flows with Python (since you're using the kubernetes worker, you'll want to use
.deploy()
)
The guide for running flows on K8s uses the CLI and
prefect.yaml
file to deploy flows, which is a more declarative way of deploying. You can swap that out to use
.deploy()
instead.