Monday 11 September 2017

How to Run WordPress on a Kubernetes Cluster from Scratch


Learning about Kubernetes, in the beginning, would feel like drinking from a fire-hose. They have a number of various abstractions to solve various problems, all related to one essential goal – Running containerized applications across multiple hosts. If you are unfamiliar with what containers are, take a few minutes to read our post on Docker and containers in general. Containers are tied down to usually one physical machine or a VM (which again runs on a single physical machine). You can have multiple containers on one machine, but not the other way round. This is where Kubernetes comes into the picture. What Kubernetes tries to do, is allow us to aggregate multiple numbers of these VMs and physical machines and enable us to deploy applications (inside containers) that would seamlessly run over these multiple interconnected computers as if it were one system.
The best approach to learning anything new, like Kubernetes is to get a hands on experience by doing something productive with it. As such, we are going to go through the process of setting up a Kubernetes cluster from scratch and install a WordPress website on it.
Prerequisites
At least two VPS or VMs, most cloud platforms
Source: https://managewp.org/articles/16082/how-to-run-wordpress-on-a-kubernetes-cluster-from-scratch




source https://williechiu40.wordpress.com/2017/09/11/how-to-run-wordpress-on-a-kubernetes-cluster-from-scratch/

No comments:

Post a Comment