Skip to content

kelseyhightower/devnation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devnation app

Demo

kubectl run devnation --image=kelseyhightower/devnation:1.0.0 --port=8080
kubectl scale deployments devnation --replicas=3
kubectl expose deployments devnation

Build Guide

Edit main.go to update HTML.

Build the go binary

The following command will output a static binary that will be used with the Dockerfile.

GOOS=linux bash build

You should now have the devnation binary.

Build the Docker image

The following command requires that the devnation binary exist first.

docker build -t <username>/devnation:1.0.0 .

About

Dev Nation demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages