Skip to content

Commit

Permalink
Update deploying-spicedb-on-eks.mdx
Browse files Browse the repository at this point in the history
Made two changes:

1. Added the port number which is mandatory
2. Added a note about the dnsName
  • Loading branch information
sohanmaheshwar authored Oct 30, 2024
1 parent bcb6ef4 commit 65e225e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/spicedb/ops/deploying-spicedb-on-eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@ EOF

- Apply the above configuration with: `kubectl apply -f spicedb-lb.yaml`
- Run the following command to get the External-IP of the load balancer: `kubectl get services spicedb-external-lb -o json | jq '.status.loadBalancer.ingress[0].hostname'`
- Take the output of the command and add it as a C-Name record in your route 53 hosted zone
- Take the output of the command and add it as a C-Name record in your Route 53 Hosted Zone. **Note**: When adding this ensure that it's added to the record containing the `dnsNames` that was specified while creating an Issuer & Certificate in Step 5.

### Test

You can use the Zed CLI tool to make sure everything works as expected:

`zed context set eks-guide demo.example.com averysecretpresharedkey`
`zed context set eks-guide demo.example.com:50051 averysecretpresharedkey`

Write a schema

Expand Down

0 comments on commit 65e225e

Please sign in to comment.