WordPress and MySql setup
Samarth Pant
Information Technology Analyst @ TCS | Contextual Master | OpenTofu | Terraform |
- Terraform code for deploying WordPress setup on minikube.
- Used LoadBalancer for managing and using the WordPress pods.
- Deploying Database on AWS using AWS Relational DataBase Service.
- Connecting WordPress running on minikube with the database running on AWWS RDS service.
Some Screenshots from Project:
- Code for deploying WordPress setup on Minikube:
2. Code for creating MySQL DB setup on AWS RDS:
3. Once the infrastructure is deployed we can check the available pods using minikube:
4. Retrieving the LoadBalacker URL to access the deployed WordPress pod:
5. The Database also gets deployed on AWS:
6. When we open the URL in Browser the first screen is :
7. Now we have to setup WordPress:
8. After this screen we have to enter a few more details and finally we land to the HomePage :