Skip to content

Commit

Permalink
Update eks.mdx (#320)
Browse files Browse the repository at this point in the history
naming of the AWS services consistent with how aws names their services
  • Loading branch information
sohanmaheshwar authored Mar 3, 2025
1 parent 15e1c0f commit 4eb0022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/spicedb/getting-started/install/eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import YouTube from 'react-youtube';

# Installing SpiceDB on AWS EKS

[AWS EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS.
Amazon Elastic Kubernetes Service or [Amazon EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS.

This guide walks through creating a highly-available SpiceDB deployment on an existing EKS cluster.
TLS configuration is managed by [cert-manager] and [AWS Route53].
TLS configuration is managed by [cert-manager] and [Amazon Route53].

[AWS EKS]: https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html
[Amazon EKS]: https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html
[cert-manager]: https://cert-manager.io
[AWS Route53]: https://aws.amazon.com/route53/
[Amazon Route53]: https://aws.amazon.com/route53/

## Steps

Expand Down

0 comments on commit 4eb0022

Please sign in to comment.