Skip to content

Commit

Permalink
Merge pull request #280 from authzed/sohanmaheshwar-patch-1
Browse files Browse the repository at this point in the history
Update deploying-spicedb-on-eks.mdx
  • Loading branch information
corkrean authored Oct 30, 2024
2 parents bcb6ef4 + 8ddff4a commit c164b2b
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**: 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 c164b2b

Please sign in to comment.