Hybrid Multi Cloud — Task 6
Task:
1. Write an Infrastructure as code using terraform, which automatically deploy the Wordpress application
2. On AWS, use RDS service for the relational database for Wordpress application.
3. Deploy the Wordpress as a container either on top of Minikube or EKS or Fargate service on AWS
4. The Wordpress application should be accessible from the public world if deployed on AWS or through workstation if deployed on Minikube.
Create RDS service
Terraform apply
Launching WordPress on K8s
terraform apply — auto-approve
After done with the launching of RDS and k8s
TASK-6 COMPLETED