From 65e225e91d5f65578e36c86de9f7df1ed9345f54 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:31:32 +0100 Subject: [PATCH 1/2] Update deploying-spicedb-on-eks.mdx Made two changes: 1. Added the port number which is mandatory 2. Added a note about the dnsName --- pages/spicedb/ops/deploying-spicedb-on-eks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/spicedb/ops/deploying-spicedb-on-eks.mdx b/pages/spicedb/ops/deploying-spicedb-on-eks.mdx index 90c2c09..7c1b7fd 100644 --- a/pages/spicedb/ops/deploying-spicedb-on-eks.mdx +++ b/pages/spicedb/ops/deploying-spicedb-on-eks.mdx @@ -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 From 8ddff4a5edfd61d04e1d9ecfe43a4866f1452231 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:34:40 +0100 Subject: [PATCH 2/2] Update deploying-spicedb-on-eks.mdx --- pages/spicedb/ops/deploying-spicedb-on-eks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spicedb/ops/deploying-spicedb-on-eks.mdx b/pages/spicedb/ops/deploying-spicedb-on-eks.mdx index 7c1b7fd..ef2fee4 100644 --- a/pages/spicedb/ops/deploying-spicedb-on-eks.mdx +++ b/pages/spicedb/ops/deploying-spicedb-on-eks.mdx @@ -290,7 +290,7 @@ 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. **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. +- 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