Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
Prepare Amazon EKS and deploy QuestDB Enterprise with the Kubernetes Operator.
---

# Get Started on Amazon EKS
# Get started on Amazon EKS

By the end of this guide, you'll have QuestDB running on EKS and sending backups
to Amazon S3.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
Prepare Azure AKS and deploy QuestDB Enterprise with the Kubernetes Operator.
---

# Get Started on Azure AKS
# Get started on Azure AKS

By the end of this guide, you'll have QuestDB running on AKS and sending backups
to Azure Blob Storage.
Expand Down
11 changes: 8 additions & 3 deletions documentation/enterprise-kubernetes-operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ import { EnterpriseNote } from "@site/src/components/EnterpriseNote"
chart](/docs/deployment/kubernetes/).
</EnterpriseNote>

:::warning[Supported platforms] The API is `questdb.io/v1alpha1` and may change between
releases. Amazon EKS and Azure AKS are supported on the tested versions in the [support matrix](/docs/enterprise-kubernetes-operator/known-limitations/#supported-platforms-and-versions).
See [Support](/docs/enterprise-kubernetes-operator/support/) for support expectations.
:::warning Supported platforms

The API is `questdb.io/v1alpha1` and may change between releases. Amazon EKS and
Azure AKS are supported on the tested versions in the
[support matrix](/docs/enterprise-kubernetes-operator/known-limitations/#supported-platforms-and-versions).
See [Support](/docs/enterprise-kubernetes-operator/support/) for support
expectations.

:::

The QuestDB Enterprise Operator manages the Kubernetes lifecycle of QuestDB
Expand Down
Loading