You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster-aws-eks/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ After the cluster and nodegroup are created, you should see one EKS cluster and
45
45
46
46
### Deploy an application to EKS with Ansible
47
47
48
-
There is a `deploy.yml` playbook which deploys a Wordpress website (using MySQL for a database and EBS PVs for persistent storage) into the Kubernetes cluster.
48
+
There is a `deploy.yml` playbook which deploys a WordPress website (using MySQL for a database and EBS PVs for persistent storage) into the Kubernetes cluster.
49
49
50
50
Run the playbook to deploy the website:
51
51
52
52
$ ansible-playbook -i inventory deploy.yml
53
53
54
-
#### Manage DNS for Wordpress with Route53 and Ansible
54
+
#### Manage DNS for WordPress with Route53 and Ansible
55
55
56
-
If you set the following variables inside `vars/main.yml`, the Ansible playbook will also create a DNS A record pointing to the Wordpress Load Balancer for you:
56
+
If you set the following variables inside `vars/main.yml`, the Ansible playbook will also create a DNS A record pointing to the WordPress Load Balancer for you:
57
57
58
58
wordpress_route53_zone: example.com
59
59
wordpress_route53_domain: wordpress.example.com
@@ -62,9 +62,9 @@ Using this feature presumes you already have the hosted zone (e.g. `example.com`
62
62
63
63
> Note: If you don't have a zone configured in Route 53, you can leave these settings blank, and access the load balancer URL via DNS directly. You can find the load balancer's direct URL in the AWS Management Console, in the ELB's details in EC2 > Load Balancers.
64
64
65
-
### Install Wordpress
65
+
### Install WordPress
66
66
67
-
After you run the playbook, you can visit your website URL (e.g. `http://wordpress.example.com/`) in a browser, and you should see the Wordpress installer. Follow the installation instructions, and you'll end up with a new Wordpress site.
67
+
After you run the playbook, you can visit your website URL (e.g. `http://wordpress.example.com/`) in a browser, and you should see the WordPress installer. Follow the installation instructions, and you'll end up with a new WordPress site.
0 commit comments