Hi There, I just started with Prefect v2, and tryi...
# prefect-community
m
Hi There, I just started with Prefect v2, and trying to figure out the following: 1. Let’s assume we deployed a new pipeline to Prefect Server, and this new pipeline has new dependencies (external python libraries), How we can automate the installation of these dependencies on the agent execution environment while guaranteeing high availability (assuming that pipelines are running 24/7 on our servers)? 2. In the case of an Agent deployed on Kubernetes, How does the agent mange the workload across the Pods, is it automatically handled by the Agent, or do we need to handle this from our side?