Skip to content

didierfranc/k8s-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-hello

A Kubernetes hello world written in Go

Usage

Run your app locally

go run cmd/http-server/main.go

Deploy to your local cluster

make && make push && make rollout