September 2019
Intermediate to advanced
668 pages
15h 59m
English
Running the minikube tunnel command also makes it possible to access some other cluster-internal Kubernetes services that may be of interest. Once the environment is up and running as described in the Running commands to create the service mesh section, the following can be achieved:
curl -k http://product-composite.hands-on.svc.cluster.local:4004/actuator/health
Refer to the Observing the service mesh section for an explanation of the use of port 4004.
mysql -umysql-user-dev -pmysql-pwd-dev review-db -e ...