Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploying-spicedb-on-eks.mdx #280

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading