hello! I’m investigating using Prefect and one thi...
# prefect-getting-started
s
hello! I’m investigating using Prefect and one thing I haven’t been able to figure out is whether I can configure everything declaratively? e.g., I want to be able to create a server, workers, and deployments reading config from only a file and not requiring any web requests to add resources to the server
w
Hey Sam - this is a little hard to answer definitively. I do think you can get where you want to go while drawing heavily or completely on one or more configuration files. Deployments in particular are going to feel very declarative to you, but im not quite sure I know what you mean by creating the server. Additionally, by no web requests do you mean no requests originating from the web application or literally no http requests. The former is totally possible but the latter is not as everything goes through the API. Feel free to DM me if you want to chat about your use case and workshop a POC together.
m
@Sam Use Kubernetes for example like this: https://medium.com/p/93ded6af82fa