command
Version:
v0.0.0-...-3fcb2fe
Opens a new window with list of versions in this module.
Published: Feb 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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.go
contains the HTTP server implementation. It responds to all HTTP
requests with a Hello, world!
response.
Dockerfile
is 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.0
gcr.io/google-samples/hello-app:2.0
This example is used in many official/unofficial tutorials, some of them
include:
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.