This example shows how to build and deploy a containerized Go web server application using Kubernetes.
Visit https://cloud.google.com/container-engine/docs/tutorials/hello-app to follow the tutorial and deploy this application on Google Container Engine.
This directory contains:
main.gocontains the HTTP server implementation. It responds to all HTTP requests with a "Hello, world!" response.Dockerfileis used to build the Docker image for the application.