Simple Hello world example using Flask and Skaffold.
Read Deploy Flask app to Kubernetes using Skaffold on Zarvis for more details.
Start minikube and run
skaffold dev --port-forward
And browse http://localhost:8080
- Clone this repository
- Install Zarvis Github App on your cloned repository
- Select project from zarvis.ai, go to Deploy tab, and select branch to deploy.
- Once deployed, http endpoint will be created.
- Try promote to production in 'deploy' tab.
- Try configure access control in 'setting' tab.