An open API service indexing awesome lists of open source software.

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

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 -
```