Skip to content

ajp-io/guestbook

This branch is 33 commits ahead of, 14 commits behind timroster/digidevcon-iks:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f61b058 · Jun 22, 2021

History

75 Commits
May 17, 2021
Jun 22, 2021
Oct 24, 2019
Sep 25, 2020

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 48.9%
  • Python 17.8%
  • JavaScript 9.1%
  • HTML 7.9%
  • Dockerfile 7.8%
  • CSS 6.5%
  • Shell 2.0%