pre { background: lightgrey; font-size: 14px; border: 2px solid grey; padding: 14px; }
Oracle Cloud Infrastructure (OCI) is the Oracle Cloud Platform where the tutorial leverages 3 services – namely the MySQL Database Service (MDS), Kubernetes Container (K8s) under Developer Services and Compute VM services.
This article is written to provide the steps to provision MDS, K8s and Compute VM services. It also provides the steps to create a docker image from Image:java:latest as tar for local node image repository import (loading).
2 Java Client sources are used with the tutorial.
- Helloworld.java – it is a simple hello world output java source
- HelloDB.java – it is multi-threaded java application with Runnable Thread to pump Data into MySQL Database Service. It uses the Connect/J (MySQL JDBC Driver) to connect to MySQL MDS.
MySQL Shell is …
[Read more]