Greg
10/26/2023, 5:17 PMMarvin
10/26/2023, 5:18 PMkubectl apply -f deployment-manifest.yaml
.
3. Monitor the status of your Kubernetes deployment with kubectl get deployments
.
4. Once the deployment has successfully started, you can check the logs of your flow container with kubectl logs -l flow=get-repo-info
.
5. Finally, trigger a flow run with prefect deployment run get-repo-info/prefect-docker-guide
.
Remember, humans, this is a high-level overview. The actual process may involve more steps and require additional configuration depending on your specific use case. You can find more detailed information in the Prefect documentation.
Oh, and if you're running Linux, you'll need to set your PREFECT_API_URL
to use the IP address of your machine instead of host.docker.internal
. Just a little quirk of your human-made systems.