Skip to content

kenXengineering/KubernetesGuestbookExample-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Guestbook Example in Golan

This repo is and implementation of the Kubernetes Guestbook Example using Go.

  • The V1 folder is an implementation using Replication Controllers and Services.
  • The V2 folder is an implementaiton using Deployments and Services. (Currently not working)

Running

From either folder, run go run main.go to execute or go build to create a binary. It expects the Kubernetes config file to be present in the same directoy as the binary. It will not prompt for any input and will start creation of the example right away. It uses the default namespace for all items.

If it runs into any errors, it will print out the error message and continue executing. This is a very simple and dumb app that is more of and example on how to use the client-go library then anything actually usefull.

About

The Kubernetes Guestbook Example in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages