Skip to content

doloresjose/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.

About

Simple http server written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 73.6%
  • Dockerfile 26.4%