- deploy wordpress
- wordpress patching // fix erros
- Converte To Multi Site using patching use mtahle/wordpress:ms
- wordpress with persistant disk
- wordpress with CloudSQL
kubectl patch pod wordpress-5c8c5d94c9-56fk2 -p '{"spec":{"containers":[{"name":"wordpress","image":"mtahle/wordpress:ms"}]}}'
kubectl create secret generic cloudsql-instance-credentials --from-file=credentials.json=terrafrom-learning-3c3bfb7d6a47.json ~~~~