Repositori creat per a la demo live del webmentors del Cendrassos. π¨βπβ
k3d cluster create wordpress-cluster-demo
kubectl apply -f ./src/db/01_mysql-pvc.yaml
kubectl apply -f ./src/db/02_mysql-deployment.yaml
kubectl apply -f ./src/db/03_mysql-service.yaml
kubectl apply -f ./src/wordpress/01_wordpress-pvc.yaml
kubectl apply -f ./src/wordpress/02_wordpress-deployment.yaml
kubectl apply -f ./src/wordpress/03_wordpress-service.yaml
kubectl port-forward service/wordpress 8080:80
k3d cluster delete wordpress-cluster-demo