davidmirror-ops / flyte-the-hard-way

Prepare requirements and deploy Flyte using Helm
Creative Commons Zero v1.0 Universal
56 stars 12 forks source link

Add on premise microk8s deployment guide #5

Closed fiedlerNr9 closed 8 months ago

fiedlerNr9 commented 8 months ago

This PR adds a tutorial which showcases an on-premise deployment of Flyte using microk8s.

The tutorial covers steps from setting up a on-premise device(raspberry pi) in a local network to submitting workflows from another development machine against the healthy Flyte deployment. To keep the overview on docs, a infra level directory structure was added as well.

Open To Do's:

fiedlerNr9 commented 8 months ago

Thank you so much @davidmirror-ops! I incorporated your suggestions and updated some READMEs according to the new repo structure. I also went through all the steps again with a fresh raspberry and added some missing notes. For the future i might add chapters for auth and logs (microk8s observability addon) :)

Are you able to resolve the conflict on this PR? Not sure if i can do it with the permissions i have on this repo