I am using the helm chart to deploy orion and an a...
# prefect-kubernetes
s
I am using the helm chart to deploy orion and an agent. What would be the recommended way to create blocks and deployments, etc? I don't want to use the UI because I don't want any manual steps. Should it all go through the API?
j
You could use Python code or CLI on the client. At the end of the day it all hits the API server.