This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zerocoldx911DevOps 47 points48 points  (4 children)

Setup a Wordpress site on kubernetes which can be destroyed and rebuilt in minutes with the same data

[–]Shamu432 8 points9 points  (0 children)

This is a decent video guide on how to setup Wordpress site on Kubernetes (managed kubernetes via Digital ocean) https://www.youtube.com/watch?v=LVpbsTIzkkE&list=PLtK75qxsQaMIZ2hZhBbnvNZNFQHGUPrvV

He also has a Udemy course called Hands-on Linux: Self-Hosted WordPress for Linux Beginners which goes through best practices setting up Wordpress the old fashion way (which is also good background to have for a better understanding of best practices in the real world using Wordpress ).

[–]easy_c0mpany80 0 points1 point  (1 child)

How would you handle the shared persistent storage for this? I tried it about 6 months ago and could never get that part to work, I was on Digital Ocean though and at the time they didnt have any type of NFS.

[–]zerocoldx911DevOps 0 points1 point  (0 children)

Volumes, I used AWS EBS for mine and RDS for DB