Hi all, I'm trying to run prefect open source in an Azure kubernetes cluster (along with Airbyte). Currently in the beginning stages of getting this running and trying to deploy a hello world flow to the prefect server in kubernetes. The code for the flow, and everything else are on my machine and I can't figure out how to get
prefect deployment apply ...
to target the remote instance.
Is this even possible without an API key (open source)? If so, could you please point me to some literature that explains what I need to configure? Thanks!