Deploying WordPress web server on Kubernetes and integrating it with Amazon RDS using Terraform | by Shashi Kant | Jan, 2021 | Medium medium.com
➡ Write an Infrastructure as code using terraform, which automatically deploy the WordPress application➡ On AWS, use RDS service for the relational database for WordPress application.➡ Deploy the WordPress as a container either on top of Minikube or EKS or Fargate service on AWS➡ The WordPress application should be accessible from the public world if deployed on AWS or through workstation if deployed on Minikube. Here I’m using Minikube to deploy WordPress container. Let’s Get Started Add Provider in your “.tf” file. Here we have to add two providers, one is for Kubernetes and another is for AWS. Add VPC
Report Story