IBM / GameOn-Java-Microservices-on-Kubernetes

This code demonstrates deployment of a Microservices based application Game On! on to Kubernetes cluster. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts.
https://developer.ibm.com/patterns/deploy-java-microservices-on-kubernetes-with-polyglot-support/
Apache License 2.0
95 stars 72 forks source link

Updated images used #15

Closed AnthonyAmanse closed 7 years ago

AnthonyAmanse commented 7 years ago
  1. keystore image is using the Dockerfile in /containers/setup. It pulls from ibmjava and uses a script for generating a certificate.
  2. couchdb.yaml is now using the official couchdb image (version 1.6.1).
paulczar commented 7 years ago

:+1: looks like a great start!

animeshsingh commented 7 years ago

Thanks @AnthonyAmanse for updating the images - can we follow up on why we need to explicitly give ip:port on the slack channel - that should be a temporary bug IMHO

animeshsingh commented 7 years ago

Merging this for now, and will open an issue to dig why ip:port combination is needed