Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Mar 1, 2019
1 parent d6ae24e commit 2cc2028
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ $aws s3 mb s3://${bucket_name} --region us-west-2
```
### Create domain from free websites dot.tk

```
Create Hosted Zone under AWS Route 53, Hosted Zone name must match with domain you created in previous step
```

```
Takse DNS servers and update them in dot.tk under your domain name servers
```

### Provide a name for the Kubernetes cluster and set the S3 bucket URL in the following environment variables.
```sh
export KOPS_CLUSTER_NAME=sample.com
Expand Down

0 comments on commit 2cc2028

Please sign in to comment.