https://github.com/ardikabs/ha-wordpress-k8s
High-Availability Wordpress on Kubernetes Cluster
https://github.com/ardikabs/ha-wordpress-k8s
high-availability kubernetes wordpress
Last synced: about 2 months ago
JSON representation
High-Availability Wordpress on Kubernetes Cluster
- Host: GitHub
- URL: https://github.com/ardikabs/ha-wordpress-k8s
- Owner: ardikabs
- Created: 2020-10-18T11:03:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T14:41:30.000Z (over 5 years ago)
- Last Synced: 2025-04-02T04:27:51.240Z (about 1 year ago)
- Topics: high-availability, kubernetes, wordpress
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# High-Availability Wordpress hosted on Kubernetes
## Architecture
1. NFS Server as StatefulSet with PersistentVolume from an existing GCE Persistent Disk
2. Multiple replicas of Wordpress with PersistentVolume from NFS using ReadWriteMany access mode
## Prerequisites
1. Kustomize v3.8.4
2. Google Kubernetes Engine v1.16.13-gke.401
## How-To
```bash
$ git clone https://github.com/ardikabs/ha-k8s-wordpress
$ kustomize build ha-k8s-wordpress | kubectl apply -n wordpress -f -
```