Using RDS instead of mysql containers in kubernetes

5/27/2019

I used this tutorial to install wordpress using kubernetes.

https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/

It is working as expected. But I will prefer to use Amazon RDS instead of mysql pods. I am not sure what changes are required.

-- shantanuo
kubernetes

1 Answer

5/27/2019

In the wordpress deployment you just need to update the host and credentials for your amazon db

enter image description here

you don't need to deploy any of the mysql resources from the tutorial.

-- Eamonn McEvoy
Source: StackOverflow