# guestbook **Repository Path**: mirrors_DataDog/guestbook ## Basic Information - **Project Name**: guestbook - **Description**: ## Auto-archived due to inactivity. ## - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Guestbook Example This example shows how to build a simple multi-tier web application using Kubernetes and Docker. The application consists of a web front end, Redis master for storage, and replicated set of Redis slaves, all for which we will create Kubernetes deployments, pods, and services. There are two versions of this application. Version 1 (in the `v1` directory) is the simple application itself, while version 2 (in the `v2` directory) extends the application by adding additional features that leverage the Watson Tone Analyzer service. It is recommended that if you are new to this example then you look at just the `v1` version of the application. Other IBM demos will make use of the `v2` version, such as [Istio101](https://github.com/IBM/istio101). Please see the corresponding `README.md` files in each directory for more information. ### Notes * As you read the correspoding `README.md` files, you will see `kubectl` commands that describes deployed resources. The output of these commands can be slightly vary depending on the version of your kubectl. * The guestbook applications uses Kubernetes service type `LoadBalancer` to expose the service onto an external IP address. If you are using `Minikube`, keep in mind that no real external load balancer is created. You can still access the service with the node port that is assigned to load balancer on `Minikube`.