Simple http server example written in Go and use Skaffold to build.
-
Start Minikube
-
Configure kubectl current context to
minikube
(kubectl config use-context minikube
) -
Get Skaffold and run
$ skaffold dev --port-forward
The command will build, deploy (to minikube) and port-forward automatically. Browse
http://localhost:12222
.
- 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.