Skip to content

Deploying a WordPress website on local Kubernetes using Minikube and storing the data of WordPress inside Amazon RDS (Amazon Relational Database Service) by using Terraform as Infrastructure-as-a-Code.

License

Notifications You must be signed in to change notification settings

ShirshaDatta/WordPress-on-K8S-and-AWS-using-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress-on-K8S-and-AWS-using-Terraform

You can find a detailed article on the same here =>

https://medium.com/@shirshadatta2000/deploy-the-wordpress-application-on-kubernetes-and-aws-using-terraform-c7833c11e276

USAGE

To initialize with the dependencies

terraform init

To deploy the whole infrastructure on AWS consisting of:

  • RDS and its dependencies
  • WordPress over Kubernetes via Minikube
  • Expose the WordPress pod
terraform apply --auto-approve

To destroy the infrastructure use the command:

terraform destroy --auto-approve

About

Deploying a WordPress website on local Kubernetes using Minikube and storing the data of WordPress inside Amazon RDS (Amazon Relational Database Service) by using Terraform as Infrastructure-as-a-Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages