Posts

Showing posts from August, 2020

RDS CONNECTED WITH WORDPRESS WHICH IS RUNNING ON MINIKUBE

Image
  Task-6  Deploy the Wordpress application on Kubernetes and AWS using terraform including the following steps; 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. AWS — Amazon Web services is a Public Cloud that provides IaaS, PaaS, and SaaS. TERRAFORM — Terraform is created by HashiCorp.It is an open-source infrastructure as a code service. It has its own language known as HashiCorp Configuration Language. Terraform is used to make an application that is integrated with multiple clouds(like AWS, Azure, Openstack, etc). It provides Standardisation. Terraform file extension is “file_name.tf”. MINIKUBE - Minikube is an