Deploying WordPress and MySQL with Persistent Volumes
Lab link:
https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/
LAB SCENARIO:
Create the Secret:
echo -n 'administrator' | base64
echo -n 'Admin123@@@' | base64
vim secret.yml
microk8s kubectl apply -f secr...
sheikhkamranmuneer.hashnode.dev1 min read