diff --git a/docs/private-ddn/architecture/byoc.mdx b/docs/private-ddn/architecture/byoc.mdx index bc916daf5..cf0f7be8d 100644 --- a/docs/private-ddn/architecture/byoc.mdx +++ b/docs/private-ddn/architecture/byoc.mdx @@ -37,7 +37,7 @@ requests. Even if the Control Plane becomes unavailable, the Data Plane continue ::: - + ## Data Flow and security diff --git a/docs/private-ddn/architecture/dedicated.mdx b/docs/private-ddn/architecture/dedicated.mdx index 6d2296248..16896936d 100644 --- a/docs/private-ddn/architecture/dedicated.mdx +++ b/docs/private-ddn/architecture/dedicated.mdx @@ -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. - + + +## Upgrade Process + +Regular software upgrades are rolled out to the Data Plane automatically. This includes: + +- 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 + +##### Which cloud providers are supported for dedicated deployment? + +AWS, GCP and Azure are supported. + +##### Which regions are supported for dedicated deployment? + +Any region on AWS, GCP, Azure are supported, provided there is enough quota available for the workloads. ## Get started diff --git a/docs/private-ddn/ddn-workspace.mdx b/docs/private-ddn/ddn-workspace.mdx index 2ed7e6496..60b356cea 100644 --- a/docs/private-ddn/ddn-workspace.mdx +++ b/docs/private-ddn/ddn-workspace.mdx @@ -1,7 +1,7 @@ --- sidebar_position: 6 -sidebar_label: DDN workspace -description: "Learn how to develop with DDN workspace" +sidebar_label: DDN Workspace +description: "Learn how to develop with DDN Workspace" keywords: - hasura ddn - private ddn @@ -14,7 +14,7 @@ seoFrontMatterUpdated: false import Thumbnail from "@site/src/components/Thumbnail"; -# Developing with DDN workspace +# Developing with DDN Workspace ## Introduction @@ -22,7 +22,7 @@ DDN Workspace provides a browser-based development environment for working with 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. -This guide will walk you through the steps for using DDN workspace to develop your API on a Data Plane in +This guide will walk you through the steps for using DDN Workspace to develop your API on a Data Plane in [Private Hasura DDN](/private-ddn/overview.mdx). Before proceeding, you'll first need to be [invited](/private-ddn/data-plane-collaboration.mdx) to a Data Plane. @@ -52,7 +52,7 @@ been provisioned, it can be launched from the [Private DDN page](https://console - Click on the `Copy Password` button to copy the password to your clipboard. Use this password to login to the workspace. - + ## Step 2. Create a `` @@ -168,7 +168,7 @@ Metadata files will be generated for each entity in your data source. You can le :::info Note -`ddn supergraph build local`, `ddn run docker-start` and `ddn console --local` are not supported in DDN workspace. Once +`ddn supergraph build local`, `ddn run docker-start` and `ddn console --local` are not supported in DDN Workspace. Once the metadata is generated, create a cloud project and deploy your supergraph to your Private DDN to query the API. ::: diff --git a/docs/private-ddn/overview.mdx b/docs/private-ddn/overview.mdx index 6b533ecbe..ec68f761b 100644 --- a/docs/private-ddn/overview.mdx +++ b/docs/private-ddn/overview.mdx @@ -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) -- [DDN workspace](/private-ddn/ddn-workspace.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) \ No newline at end of file diff --git a/static/img/deployment/private_ddn_byoc_expanded.png b/static/img/deployment/private_ddn_byoc_expanded.png new file mode 100644 index 000000000..1ec553abb Binary files /dev/null and b/static/img/deployment/private_ddn_byoc_expanded.png differ diff --git a/static/img/deployment/private_ddn_hasura_hosted_expanded.png b/static/img/deployment/private_ddn_hasura_hosted_expanded.png new file mode 100644 index 000000000..bab36f273 Binary files /dev/null and b/static/img/deployment/private_ddn_hasura_hosted_expanded.png differ