Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.08 KB

File metadata and controls

25 lines (16 loc) · 1.08 KB

MySQL_Enterprise_InnoDB_Cluster_Docker_Compose

A MySQL InnoDB Cluster with Enterprise Security Features

This example does not show how to upgrade the base MOS (http://my.oracle.com) to 8.0.17

Installation assumes you are using from "~/Docker/"

RPM's are saved outside of this project so as not to violate Oracle MySQL Enterprise Edition distribution restrictions.

This is the alias "/Docker/SharedSource/" that points to "/DockerSharedSource/"

By design the example uses a shared source for RPM's, BIN files or scripts. This is the alias "/Docker/SharedSource/" that points to "/DockerSharedSource/"

Usefull Things to Do -hint hint

  1. Use intialize secure with Docker Secrets file
  2. Add Data Masking and Firewall
  3. Stub out External Autentication
  4. Configure unattended installation of MySQL Enterprise Monitor (MEM) Agents
  5. Configure a bridge network TUN for remote management of audit log, firewall and backup
  6. Update documentation template
  7. Create housekeeping scripts

Credit where credit is due. Thnaks to Robert Neumayer and his work creation which I heavily relied upon.