File tree 7 files changed +27
-18
lines changed
7 files changed +27
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"schedule" : {
3
3
"title" : " Schedule a Call" ,
4
- "href" : " https://authzed.com/call?utm_source=docs"
4
+ "href" : " https://authzed.com/call?utm_source=docs" ,
5
+ "newWindow" : true
6
+ },
7
+ "changelog" : {
8
+ "title" : " Changelog" ,
9
+ "href" : " https://changelog.authzed.cloud?utm_source=docs" ,
10
+ "newWindow" : true
5
11
},
6
12
"security-policies" : {
7
13
"title" : " Security Policies" ,
8
- "href" : " https://security.authzed.com" ,
14
+ "href" : " https://security.authzed.com?utm_source=docs " ,
9
15
"newWindow" : true
10
16
},
11
17
"status" : {
12
18
"title" : " Serverless Status Page" ,
13
- "href" : " https://status.authzed.com" ,
19
+ "href" : " https://status.authzed.com?utm_source=docs " ,
14
20
"newWindow" : true
15
21
}
16
22
}
Original file line number Diff line number Diff line change 2
2
"discovering-spicedb" : " Discovering SpiceDB" ,
3
3
"install" : " Installing SpiceDB" ,
4
4
"installing-spicedb" : { "display" : " hidden" },
5
+ "client-libraries" : " Client Libraries" ,
5
6
"installing-zed" : " Installing Zed" ,
6
7
"coming-from" : " Coming From" ,
7
8
"protecting-a-blog" : " Protecting a Blog Application" ,
8
- "client-libraries" : " Client Libraries" ,
9
+ "awesome-list" : {
10
+ "title" : " SpiceDB Awesome List" ,
11
+ "href" : " https://github.com/authzed/awesome-spicedb#user-content-awesome-spicedb" ,
12
+ "newWindow" : true
13
+ },
14
+ "examples" : {
15
+ "title" : " Community Examples" ,
16
+ "href" : " https://github.com/authzed/examples" ,
17
+ "newWindow" : true
18
+ },
9
19
"faq" : " FAQ"
10
20
}
Original file line number Diff line number Diff line change 2
2
"macos" : " macOS" ,
3
3
"docker" : " Docker" ,
4
4
"kubernetes" : " Kubernetes" ,
5
+ "eks" : " AWS EKS" ,
5
6
"debian" : " Ubuntu/Debian" ,
6
7
"rhel" : " RHEL/CentOS" ,
7
8
"windows" : " Windows"
Original file line number Diff line number Diff line change 1
1
import { Callout , Steps } from ' nextra/components'
2
2
3
- # Deploying SpiceDB on AWS EKS
3
+ # Installing SpiceDB on AWS EKS
4
4
5
5
[ AWS EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS.
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ import { Callout } from 'nextra/components'
4
4
5
5
This document outlines how to install SpiceDB for systems running Kubernetes.
6
6
7
- SpiceDB is designed to run on Kubernetes and is our recommendation for production deployments.
7
+ SpiceDB runs great in many environments, but our recommendation is to use Kubernetes in production deployments.
8
+ The SpiceDB developers have deep experience with Kubernetes and can offer the best support in this environment.
9
+ Additionally, SpiceDB has some additional logic for things such as peer discovery that make the experience a bit more seamless when using Kubernetes.
8
10
9
11
<Callout type = " info" >
10
12
** Did You Know?**
Original file line number Diff line number Diff line change 9
9
"href" : " https://github.com/orgs/authzed/discussions/new?category=q-a" ,
10
10
"newWindow" : true
11
11
},
12
- "awesome-list" : {
13
- "title" : " SpiceDB Awesome List" ,
14
- "href" : " https://github.com/authzed/awesome-spicedb#user-content-awesome-spicedb" ,
15
- "newWindow" : true
16
- },
17
- "examples" : {
18
- "title" : " Community Examples" ,
19
- "href" : " https://github.com/authzed/examples" ,
20
- "newWindow" : true
21
- },
22
12
"zanzibar-paper" : {
23
- "title" : " Zanzibar Paper" ,
13
+ "title" : " Annotated Zanzibar Paper" ,
24
14
"href" : " https://authzed.com/zanzibar" ,
25
15
"newWindow" : true
26
16
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const config: DocsThemeConfig = {
62
62
} ,
63
63
sidebar : {
64
64
toggleButton : true ,
65
- defaultMenuCollapseLevel : 2 ,
65
+ defaultMenuCollapseLevel : 1 ,
66
66
} ,
67
67
feedback : {
68
68
content : (
You can’t perform that action at this time.
0 commit comments