parsae80 / guestbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guestbook on Red Hat OpenShift

The guestbook 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 the basic guestbook application in go with a Dockerfile. Version 2 (in the v2 directory) extends the guestbook example with additional functionality to call the IBM Watson Tone Analyzer service.

Get Started

This application is used in the Introduction to Containers, Kubernetes, and OpenShift, available on Cognitive Class, Coursera, and edX.

About

License:Apache License 2.0


Languages

Language:Go 48.9%Language:Python 17.8%Language:JavaScript 9.1%Language:HTML 7.9%Language:Dockerfile 7.8%Language:CSS 6.5%Language:Shell 1.9%