Skip to content

rccorrea-zz/golang-example-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run application:

go run main

Make container:

docker build -t ricardocorrea/golang-example-kubernetes:0.3 .

Run container:

docker run -p 8080:8080 ricardocorrea/golang-example-kubernetes:0.3

About

Golang application for use in the examples of articles on Kubernetes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages