Is it possible to run Wordpress site using IBM Cloud Free Tier account? If so what is overall technical plan i should follow?
Asked
Active
Viewed 420 times
-1
-
General networking and server admin questions are off-topic for Stack Overflow, unless they directly involve programming or tools used for programming. You may be able to get some help on [Server Fault](https://serverfault.com), but please keep in mind [what topics you can post about there](https://serverfault.com/help/on-topic). – Hoppeduppeanut May 07 '19 at 02:26
-
The question is too broad. What does mean "run", just start and not crash or serve thousands of users? – data_henrik May 07 '19 at 04:34
1 Answers
1
Yes you can but you will be limited in the architecture you can use. Here is an example of running wordpress on an IBM Cloud Kubernetes Service cluster: https://github.com/IBM/Scalable-WordPress-deployment-on-Kubernetes. This should be able to be deployed on a free tier cluster.

Lucas
- 11
- 2