This example shows how to build and deploy a containerized Go web server
application on redis using Kubernetes.
This directory contains:
main.go The HTTP server uses Redis as a cache database, counts the number of requests it receives, and prints out the number on the website. If the Redis service works, the number should keep increasing.
Dockerfile is used to build the Docker image for the application.
The container image for this directory is publicly available at gcr.io/google-samples/hello-app-redis:1.0