Hi All, I am new to Prefect and our team just star...
# ask-community
n
Hi All, I am new to Prefect and our team just started using it. I am working on a POC to integrate our Prefect Cloud to GCP Kubernetes Engine, Can you direct me to appropriate documentation or any suggestions to help me get started?
n
Hi @Nayeentara and welcome to Prefect! To get started, we have a number of tasks in the Task library specifically for interacting with Kubernetes. You can find those here: https://docs.prefect.io/core/task_library/kubernetes.html#kubernetes You can find information on running a Kubernetes Agent (for deploying flow runs as Kubernetes jobs) here: https://docs.prefect.io/api/latest/agent/kubernetes.html#kubernetes-agent Finally, we have a deployment recipe for a flow deployed to Kubernetes using a static Dask cluster. You can find that here: https://docs.prefect.io/cloud/recipes/k8s_dask.html#dask-cluster-on-kubernetes I hope these are helpful!
n
Thank you, this is great! I will look through it and let you know if I have more questions.
😄 3