Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 5b0a0de

Browse files
authored
Update README.md
1 parent caa84c2 commit 5b0a0de

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/IBM/kubernetes-container-service-gameon-java-microservices.svg?branch=master)](https://travis-ci.org/IBM/kubernetes-container-service-gameon-java-microservices)
22

3-
# kubernetes-container-service-gameon-java-microservice
3+
# GameOn! - Java microservices on Kubernetes Cluster
44

55
This project demonstrates deployment of a Microservices based application Game On! on to Kubernetes cluster service from Bluemix. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts. GameOn! users start by creating a simple room, the building block of any adventure game. With the tutorials available at the [GameOn! website](https://book.gameontext.org), a user can create in text a simple room in any one of various languages in just a few minutes.
66

@@ -10,12 +10,10 @@ There are several microservices used in this app ranging from **couchdb, redis,
1010

1111
## Prerequisite
1212

13-
Create a Kubernetes cluster with IBM Bluemix Container Service.
13+
Create a Kubernetes cluster with either [Minikube](https://kubernetes.io/docs/getting-started-guides/minikube) for local testing, or with [IBM Bluemix Container Service](https://github.com/IBM/container-journey-template) to deploy in cloud. The code here is regularly tested against [Kubernetes Cluster from Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/cs_ov.html#cs_ov) using Travis.
1414

15-
If you have not setup the Kubernetes cluster, please follow the [Creating a Kubernetes cluster](https://github.com/IBM/container-journey-template) tutorial.
16-
17-
## Deploy to Bluemix
18-
If you want to deploy Cassandra nodes directly to Bluemix, click on 'Deploy to Bluemix' button below to create a Bluemix DevOps service toolchain and pipeline for deploying the sample, else jump to [Steps](#steps)
15+
## Deploy to Kubernetes Cluster on Bluemix
16+
If you want to deploy GameOn! directly to Bluemix, click on 'Deploy to Bluemix' button below to create a Bluemix DevOps service toolchain and pipeline for deploying the sample, else jump to [Steps](#steps)
1917

2018
> You will need to create your Kubernetes cluster first and make sure it is fully deployed in your Bluemix account.
2119

0 commit comments

Comments
 (0)