Kubernetes Bare-Metal: Troubleshooting
Recover MySQL Cluster After Unexpected Shutdown When MySQL Server shutdown unexpectedly there will be possibility the cluster will be broken and MySQL Server becomes read only. Get rid of MySQL read only status kubectl exec -it -n myapp -c mysql mysql-0 — mysql -u root -p show variables like ‘%read_only%’; +———————–+——-+ | Variable_name | Value …