thegridman / coherence-k8s-example

0 stars 1 forks source link

Issue in Readme. #1

Closed viju2008 closed 3 years ago

viju2008 commented 3 years ago

Start the Student REST Service The Coherence Operator will have create a K8s Service to expose the Extend proxy, this service will be called student-storage-extend. The DNS name created in Kubernetes for this will be student-storage-extend..svc where is the name of the namespace the storage cluster was created in. We can use this to set the extend.host System property when we run the REST service below. In this example we assume that the storage cluster is in a namespace called sbi so the Extend service name is student-storage-extend.sbi.svc.

To start the Spring Boot REST Service use the following yaml:

k8s/spring-storage-cluster.yaml

It seems it should be rest-service.yaml