Skip to content

zarvis-ai/zarvis-example-go

Repository files navigation

zarvis-example-go

Simple http server example written in Go and use Skaffold to build.

Deploy

Run locally

  1. Start Minikube

  2. Configure kubectl current context to minikube (kubectl config use-context minikube)

  3. Get Skaffold and run

    $ skaffold dev --port-forward
    

    The command will build, deploy (to minikube) and port-forward automatically. Browse http://localhost:12222.

Deploy to Zarvis

  1. Clone this repository
  2. Install Zarvis Github App on your cloned repository
  3. Select project from zarvis.ai, go to Deploy tab, and select branch to deploy.
  4. Once deployed, http endpoint will be created.

Releases

No releases published

Packages

No packages published