DEV Community

Discussion on: Scaling properly a stateful app like Wordpress with Kubernetes Engine and Cloud SQL in Google Cloud

Collapse
 
yafarisi profile image
Yafar Valverde

Hi Mario!

Thanks for your walkthrough,

I am very interested in doing this setup, but I am kind of new to Kubernetes and I find some steps hard to follow

What do I do with

volumeMounts:
- name: my-pvc-nfs
mountPath: "/var/www/html/wp-content"
volumes:
- name: my-pvc-nfs
nfs:
server: 10.3.240.20
path: "/"

I think is missing the header :/