Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
/ upgraded-broccoli Public archive

(Archived) End-to-end hello-world webapp in Go with Kubernetes deployment (2019 era).

Notifications You must be signed in to change notification settings

gpoulter/upgraded-broccoli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgraded Broccoli - Minimal Golang Webapp

Let's write some code together - a minimal hello-world webapp using net/http, that deploys to Kubernetes.

Archival

Wrote this during a workshop at Gophercon 2019 in Tenerife - archived and not actively developed.

Running

How to run tests:

`make test`

How to build a binary:

`make build`

How to run a binary:

`PORT=8080 ./bin/tenerife`

About

(Archived) End-to-end hello-world webapp in Go with Kubernetes deployment (2019 era).

Topics

Resources

Stars

Watchers

Forks