Hello Team !! I am new to prefect . I have install...
# prefect-kubernetes
s
Hello Team !! I am new to prefect . I have installed prefect server on kubernetes . I also want to configure the worker in the same namespace . I am following documentation as https://docs.prefect.io/latest/guides/deployment/kubernetes/ but it refers to prefect cloud . should i just go ahead and install worker with the helm command with the values.yaml unchanged in the same namespace ?
this should help you get setup with a worker for prefect server!
s
thanks @Jamie Zieziula i am not using prefect cloud so follwing instructions in above link for self hosted prefect cloud . "Replace
<base64-encoded-api-key>
with your Prefect Self Hosted Cloud API key encoded in base64." which key is this ?
don't see any option to create api key
if you follow the guide for prefect server, it should explain what you need to do
s
got it !! running it now