Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/private-ddn/architecture/byoc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requests. Even if the Control Plane becomes unavailable, the Data Plane continue

:::

<Thumbnail src="/img/deployment/private_ddn_byoc.png" alt="Private DDN Architecture BYOC " />
<Thumbnail src="/img/deployment/private_ddn_byoc_expanded.png" alt="Private DDN Architecture BYOC" />

## Data Flow and security

Expand Down
23 changes: 22 additions & 1 deletion docs/private-ddn/architecture/dedicated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,28 @@ Gateway, or any other equivalent connectivity option offered by the cloud provid

Please reach out to us if you need support for another cloud or configuration that is not mentioned here.

<Thumbnail src="/img/deployment/private_ddn_hasura_hosted.png" alt="Private DDN Architecture Hasura Hosted" />
<Thumbnail src="/img/deployment/private_ddn_hasura_hosted_expanded.png" alt="Private DDN Architecture Hasura Hosted" />

## Upgrade Process

Regular software upgrades are rolled out to the Data Plane automatically. This incudes
Comment thread
tomhasura marked this conversation as resolved.
Outdated

- Hasura Engine version upgrades
- Other components on the Data Plane
- Kubernetes and other dependencies

Upgrades are typically seamless, utilizing rolling restarts. However, some upgrades (e.g., Kubernetes node upgrades) may
require customer-specified maintenance windows to minimize disruption.

## FAQ

##### What cloud providers are supported for Dedicated deployment?
Comment thread
tomhasura marked this conversation as resolved.
Outdated

AWS, GCP and Azure are supported.

##### Which regions are supported for Dedicated deployment?
Comment thread
tomhasura marked this conversation as resolved.
Outdated

Any region on AWS, GCP, Azure are supported, provided there is enough quota available for the workloads.

## Get started

Expand Down
2 changes: 1 addition & 1 deletion docs/private-ddn/ddn-workspace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Thumbnail from "@site/src/components/Thumbnail";

## Introduction

DDN Workspace provides a browser-based development environment for working with Private DDN, eliminating the need to
DDN workspace provides a browser-based development environment for working with Private DDN, eliminating the need to
Comment thread
tomhasura marked this conversation as resolved.
Outdated
install DDN CLI and its dependencies locally. It features a familiar VS Code-like UI, runs directly on your data plane,
and includes all necessary dependencies required to work with DDN pre-installed.

Expand Down
10 changes: 8 additions & 2 deletions docs/private-ddn/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ control, and CI/CD integration while keeping runtime operations secure and priva
Ready to get started with Hasura Private DDN? Here's what you can do next:

- [Architecture](/private-ddn/architecture/index.mdx)
- [Create a Data Plane](/private-ddn/creating-a-data-plane/index.mdx)
- [Dedicated](/private-ddn/architecture/dedicated.mdx)
- [BYOC](/private-ddn/architecture/byoc.mdx)
- [Self Hosted](/private-ddn/architecture/self-hosted.mdx)
- [Creating a Data Plane](/private-ddn/creating-a-data-plane/index.mdx)
- [Dedicated](/private-ddn/creating-a-data-plane/dedicated.mdx)
- [BYOC](/private-ddn/creating-a-data-plane/byoc.mdx)
- [Add collaborators to a Data Plane](/private-ddn/data-plane-collaboration.mdx)
- [Create a project on a private Data Plane](/private-ddn/create-a-project-on-a-data-plane.mdx)
- [Connector Deployment Resources](/private-ddn/connector-deployment-resources.mdx)
- [Create a project](/private-ddn/create-a-project-on-a-data-plane.mdx)
- [DDN workspace](/private-ddn/ddn-workspace.mdx)
- [Learn more about the architecture](/reference/ddn-topology-architecture.mdx)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading