IBM/guestbook

Name: guestbook

Owner: International Business Machines

Description: null

Created: 2018-03-16 01:31:28.0

Updated: 2018-05-09 11:32:51.0

Pushed: 2018-05-11 21:10:32.0

Homepage: null

Size: 93

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

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.

Please see the corresponding README.md files in each directory for more information.

Notes

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.