You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/faq.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,21 @@ We don't support switching clusters from private to publicly accessible or vice
26
26
27
27
We have a [replication tool](guides/migration.md), which is available now. It has certain limitations, especially with performance. Get in touch, so we can help you to analyse your setup and requirements, before we can recommend using the replication tool.
28
28
29
+
## KurrentDB features unavailable in Kurrent Cloud
30
+
31
+
The following features are available with self-managed KurrentDB server deployments only and are not available in Kurrent Cloud:
32
+
33
+
* Archiving
34
+
* Direct access to configuration
35
+
* Encryption at rest
36
+
* LDAP authentication
37
+
* Logs download
38
+
* OAuth authentication
39
+
* OpenTelemetry exporter
40
+
* Read-only replicas
41
+
* Redaction
42
+
* x.509 user certificates
43
+
29
44
## Performance
30
45
31
46
#### Do you have indicative performance benchmarks for the offered cluster sizes?
@@ -204,6 +219,42 @@ If the cluster DNS name resolves using an external DNS server, but your local DN
204
219
- You can reconfigure your router to configure clients on your network to use public DNS servers like `1.1.1.1` or `8.8.8.8`
205
220
- You can also change the DNS configuration of your local machine to use public DNS servers like `1.1.1.1` or `8.8.8.8`
Your cluster creation failed because Azure returned an error that the specific virtual machine SKU required for the instance size you requested lacks sufficient capacity in that region for your subscription.
227
+
228
+
#### Why This Happens
229
+
230
+
Each Kurrent Cloud customer is assigned a dedicated Azure subscription. Azure VM SKU availability varies based on:
231
+
232
+
-**Subscription-level capacity**: Azure allocates capacity per subscription, and some SKUs may not be available for all subscriptions in all regions.
233
+
-**Regional capacity**: Certain VM sizes may be temporarily or permanently constrained in specific regions due to high demand.
234
+
-**Availability zone constraints**: Some SKUs may be available in a region but not in all availability zones.
235
+
236
+
This is an Azure platform limitation, not a Kurrent Cloud issue.
237
+
238
+
#### Quick Workarounds
239
+
240
+
1.**Try a different instance size**: Select a different instance size when creating the cluster. If you requested a specific size (e.g., `F1`), try an alternative (e.g., `C4`).
241
+
242
+
2.**Try a different topology**: If you requested a three-node cluster, consider whether a single-node cluster would work for development/testing purposes.
243
+
244
+
3.**Try a different region**: Create the cluster in a different Azure region where the desired virtual machine type may have available capacity.
245
+
246
+
#### If You Need a Specific Configuration
247
+
248
+
If your use case requires a specific configuration in a specific region:
249
+
250
+
1.**Contact Kurrent Cloud Support**: Let us know the exact instance type, topology, and region you need.
251
+
2.**We will request capacity from Microsoft**: Our team can submit a capacity request to Azure on your behalf. Note that fulfillment depends on Azure capacity availability and there is no guaranteed timeline.
252
+
3.**Monitor for updates**: We will notify you once the capacity becomes available or if alternative options are recommended.
253
+
254
+
#### Deleting the Failed Cluster
255
+
256
+
The failed cluster will be in a `Defunct` state. You can delete it through the Kurrent Cloud console or CLI to clean up the resource.
257
+
207
258
## Operational characteristics of Kurrent Cloud
208
259
209
260
Kurrent Cloud is a distributed fault-tolerant provisioning system and control plane. It is hosted in Amazon AWS. All data components and processing components are distributed across three availability zones. State is backed up, and the platform can be easily restored to another region in the event of a total region failure.
Copy file name to clipboardExpand all lines: docs/cloud/getting-started/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
dir:
3
3
link: true
4
-
order: 1
4
+
order: 2
5
5
---
6
6
7
7
# Getting started
@@ -14,7 +14,7 @@ Clusters can be provisioned with public access enabled or restrict access to pri
14
14
15
15
### Public access
16
16
17
-
For public access, the provisioning process is straightforward. You can go to the Clusters screen and click on the **New cluster** button. From there, select **Dedicated** as the infrastructure type. A Network and IP Access List will be created and the cluster will be deployed.
17
+
For public access, the provisioning process is straightforward. You can go to the Clusters screen and click on the **New cluster** button. Fill in the form values, then a network and IP Access List will be created and the cluster will be deployed.
18
18
19
19
See the [Public Access Clusters](public.md) guide to get started.
20
20
@@ -29,4 +29,4 @@ The following guides will walk you through the process of creating a Private Acc
29
29
30
30
### Tutorials
31
31
32
-
Once you have a cluster up and running, feel free to review the [tutorial](../../tutorials.md) section.
32
+
Once you have a cluster up and running, feel free to review the [tutorial](../../tutorials.md) section.

@@ -100,4 +94,4 @@ When you click on **Create cluster**, the provisioning process starts. The clust
100
94
101
95
## Next steps
102
96
103
-
You are now ready to start using the new Managed KurrentDB cluster in the cloud. Head over to the [Operations](../ops/README.md#connecting-to-a-cluster) page to learn how to connect to your cluster.
97
+
You are now ready to start using the new Managed KurrentDB cluster in the cloud. Head over to the [Operations](../ops/README.md#connecting-to-a-cluster) page to learn how to connect to your cluster.
Copy file name to clipboardExpand all lines: docs/cloud/introduction.md
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,26 +13,7 @@ Not using Kurrent Cloud and want to learn more? Find more information and sign u
13
13
14
14
As a customer of Kurrent Cloud, you get access to the [Cloud console](https://console.kurrent.cloud), where you can provision and manage KurrentDB clusters, backup and restore your data, and establish the connection between Kurrent Cloud networks and your own cloud infrastructure.
15
15
16
-
Kurrent Cloud operations can be automated using the [Terraform provider](https://github.com/kurrent-io/terraform-provider-eventstorecloud), [Pulumi provider](https://www.pulumi.com/registry/packages/eventstorecloud/), and the [CLI tool](https://github.com/kurrent-io/esc) which is built on top of the same API.
17
-
18
-
## What is dedicated infrastructure?
19
-
20
-
With this option, KurrentDB clusters are hosted on dedicated compute infrastructure, ensuring that all resources are exclusively allocated to you. This setup is ideal for running production workloads that demand consistent performance and guaranteed resource availability.
21
-
22
-
## KurrentDB features unavailable in Kurrent Cloud
23
-
24
-
The following features are available with local KurrentDB server deployments only and are not available in Kurrent Cloud:
25
-
26
-
* Archiving
27
-
* Direct access to configuration
28
-
* Encryption at rest
29
-
* LDAP authentication
30
-
* Logs download
31
-
* OAuth authentication
32
-
* OpenTelemetry exporter
33
-
* Read-only replicas
34
-
* Redaction
35
-
* x.509 user certificates
16
+
Kurrent Cloud operations can be automated using the [Terraform provider](https://github.com/kurrent-io/terraform-provider-kurrentcloud), [Pulumi provider](https://www.pulumi.com/registry/packages/eventstorecloud/), and the [CLI tool](https://github.com/kurrent-io/esc) which is built on top of the same API.
36
17
37
18
## Cloud quick start
38
19
@@ -102,4 +83,4 @@ Within the project context, you can manage project clusters, backups, networks,
102
83
103
84
### Provision a cluster
104
85
105
-
You are now ready to start provisioning cloud resources with Kurrent Cloud. Please proceed to the [Getting Started guide](dedicated/getting-started/README.md) to learn how to provision your first cluster.
86
+
You are now ready to start provisioning cloud resources with Kurrent Cloud. Please proceed to the [Getting Started guide](getting-started/README.md) to learn how to provision your first cluster.
Copy file name to clipboardExpand all lines: docs/dev-center/tutorials/Kafka_Sink.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This step-by-step tutorial guides you through configuring and deploying a **Kafk
10
10
#### Prerequisites:
11
11
12
12
* A KurrentDB cluster with an active license key.
13
-
* This tutorial uses a cluster provisioned on a [Public Network](https://docs.kurrent.io/cloud/dedicated/networking/public-network.html) of [Kurrent Cloud](https://docs.kurrent.io/cloud/introduction.html)
13
+
* This tutorial uses a cluster provisioned on a [Public Network](/cloud/networking/public-network.html) of [Kurrent Cloud](/cloud/introduction.html)
14
14
* A [Confluent Cloud](http://confluent.cloud) Kafka cluster with an API key that can write to a topic (e.g., `loans`).
15
15
* Basic command-line knowledge (e.g., using `curl` for API requests).
16
16
* Access to KurrentDB UI and Confluent Cloud UI to monitor events.
0 commit comments