Hi there! Has anyone already set up prefect server...
# prefect-server
g
Hi there! Has anyone already set up prefect server on k8s?
k
Hi @Gabriel Milan, the helm chart and README of that can be found here
g
awesome!! I wasn't able to find it before, thank you very much!
is there anything on setting up agents for my server deployment?
the k8s agent, i mean
a
@Gabriel Milan agents work the same way, e.g. following this documentation page you’ll get a YAML template for the agent pod https://docs.prefect.io/orchestration/agents/kubernetes.html#running-in-cluster
g
just another small thing: how do I set secrets on my server?
k
Server doesn’t have support for secrets so you would set your secrets locally like this
g
got it
thanks!