Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 955 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 955 Bytes

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.