JB
jbarrick-mesosphere/hello-world
Hello Application example
This example shows how to build and deploy a containerized Go web server
application using Kubernetes.
Visit https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app
to follow the tutorial and deploy this application on Google Kubernetes
Engine.
This directory contains:
main.gocontains the HTTP server implementation. It responds to all HTTP
requests with aHello, world!response.Dockerfileis used to build the Docker image for the application.
This application is available as two Docker images, which respond to requests
with different version numbers:
gcr.io/google-samples/hello-app:1.0gcr.io/google-samples/hello-app:2.0
This example is used in many official/unofficial tutorials, some of them
include:
On this page
Languages
Go83.2%Dockerfile16.8%
Contributors
Apache License 2.0
Created November 14, 2019
Updated November 14, 2019