Skip to content

Commit 5ce5c0b

Browse files
cchanningChristopher Channing
andauthored
ESCLOUD-718: Added K8S Operator docs (#837)
Co-authored-by: Christopher Channing <chris.channing@kurrent.io>
1 parent 1b3980f commit 5ce5c0b

25 files changed

+1249
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cloud": "Kurrent Cloud",
3-
"server": "KurrentDB"
3+
"server": "KurrentDB",
4+
"kubernetes-operator": "Kubernetes Operator"
45
}
56

docs/.vuepress/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default defineClientConfig({
9898
}
9999
}, 0);
100100
});
101+
addDynamicRoute("/server/kubernetes-operator", to => `/server/kubernetes-operator/getting-started/`);
101102
addDynamicRoute("/server/:version", to => `/server/${to.params.version}/quick-start/`);
102103
addDynamicRoute('/client/:lang',
103104
to => {

docs/.vuepress/components/CloudBanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<VPBanner
33
title="Kurrent Cloud"
4-
content="Spin up a managed instance of EventStoreDB and start building in minutes. Available in AWS, Azure or GCP."
4+
content="Spin up a managed instance of KurrentDB and start building in minutes. Available in AWS, Azure and GCP."
55
logo="/cloud.png"
66
:actions='[
77
{

docs/.vuepress/configs/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const sidebarEn: EsSidebarOptions = {
3737
],
3838
"/clients/grpc/": "structure",
3939
"/cloud/": "structure",
40+
"/server/kubernetes-operator/": "structure",
4041
...ver.getSidebars(),
4142
"/clients/tcp/dotnet/21.2/": "structure",
4243
};
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
title: KurrentDB Kubernetes Operator
2+
order: 1
3+
---
4+
5+
# KurrentDB Kubernetes Operator
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
order: 1
3+
dir:
4+
text: "Getting started"
5+
link: true
6+
order: 1
7+
---
8+
9+
<CloudBanner />
10+
11+
---
12+
Welcome to the **KurrentDB Kubernetes Operator** guide! For the sake of brevity, further references will use the shorter term of Operator.
13+
14+
This guide aims to:
15+
* Detail key features
16+
* Provide comprehensive instructions for installing and utilizing the Operator
17+
18+
## KurrentDB and Kubernetes: The Perfect Match
19+
20+
Kubernetes is the modern Enterprise standard for deploying containerized applications at scale. The Operator has been purpose built to streamline the deployment and management of KurrentDB.
21+
22+
## Features
23+
24+
* Deployment of single-node and multi-node database clusters
25+
* Backup and restore
26+
* Rolling upgrades and configuration changes
27+
28+
## Supported KurrentDB Versions
29+
30+
The Operator supports running the following major versions of KurrentDB:
31+
- v23
32+
- v24
33+
- v25
34+
35+
## Supported Hardware Architectures
36+
37+
The Operator is packaged for the following hardware architectures:
38+
- x86_64
39+
- arm64
40+
41+
## Technical Support
42+
43+
If you have specific questions please [contact us](https://www.kurrent.io/contact).
44+
45+
## First Steps
46+
47+
Head over to the [installation](installation.md) section to get rolling!
144 KB
Loading
324 KB
Loading
182 KB
Loading
148 KB
Loading

0 commit comments

Comments
 (0)