This is the coffee shop example project for TODO
It comprises two applications, coffee-shop and barista, built by Java EE and MicroProfile, which can be deployed to a Kubernetes and Istio cluster.
docker run -p 9080:9080 -p 9445:9443 --network=ocn-book-net --name=coffee-shop -e default_barista_base_url='http://barista:9081' -e default_http_port=9080 -e default_https_port=9443 ocn-book:coffee-shop