https://github.com/timroster/digidevcon-iks
Kubernetes Coder Dojo for IBM Cloud
https://github.com/timroster/digidevcon-iks
ibm-cloud kubernetes
Last synced: 8 months ago
JSON representation
Kubernetes Coder Dojo for IBM Cloud
- Host: GitHub
- URL: https://github.com/timroster/digidevcon-iks
- Owner: timroster
- License: apache-2.0
- Created: 2019-10-24T19:16:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T16:48:37.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T03:08:39.219Z (8 months ago)
- Topics: ibm-cloud, kubernetes
- Language: Go
- Homepage: https://timroster.github.io/digidevcon-iks/
- Size: 3.76 MB
- Stars: 8
- Watchers: 1
- Forks: 110
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Kubernetes with the guestbook application
The guestbook 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 the basic guestbook application in go with deployment files for you to exampine at your convenience. Version 2 (in the `v2` directory) extends the guestbook example with additional functionality to call the IBM Watson Tone Analyzer service.
The `v2` directory contains the application version that will be the focus for the digital developer conference hands-on lab.
## Prerequisites
* An [IBM Cloud account](http://ibm.biz/Bdz3ru) that is either upgraded with a feature code to trial, paid or subscription.
## Time required
The lab flow will take approximately 1 hour
## Getting started
Start off with the lab by going to [the first exercise](workshop/exercise-0/README.md).
## Summary and next steps (WIP)
Visit the IBM Developer [OpenShift on IBM Cloud collection](https://developer.ibm.com/collections/openshift-on-ibm/) to learn more about using OpenShift on IBM Cloud. For additional step-by-step learning activities related to OpenShift check out [learn.openshift.com](https://learn.openshift.com)