package
0.0.0-20240710164358-5a4a924f250a
Repository: https://github.com/deepakcdo/gcp-work.git
Documentation: pkg.go.dev

# README

Hello Application example on redis

Open in Cloud Shell

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