Skip to content

codemowers/lab-09-mysql-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MySQL lab

In this example:

  • MySQL standalone server is deployed

Tasks:

  1. Adjust username laurivosandi as necessary for your deployment
  2. Provision MySQL root password secret either manually, with kubectl create secret generic -n sandbox-name-goes-here mysql-standalone-secrets --from-literal=rootPassword=$(cat /dev/urandom | base64 | head -c 30)
  3. Using kubectl forward the router instance port to your local laptop and attempt to connect using MySQL command line utilities
  4. Attempt to load employees.sql from https://github.com/datacharmer/test_db using the forwarded port or using a Job
  5. Verify using included phpMyAdmin that the content got loaded into MySQL server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published