Skip to content
Open
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
93 changes: 77 additions & 16 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,11 @@
"pages": [
"platform/hosting/hosting-options/self-managed",
"platform/hosting/self-managed/ref-arch",
{
"group": "Run W&B Server on Kubernetes",
"pages": [
"platform/hosting/operator",
"platform/hosting/self-managed/operator-airgapped"
]
},
{
"group": "Install on public cloud",
"pages": [
"platform/hosting/self-managed/aws-tf",
"platform/hosting/self-managed/gcp-tf",
"platform/hosting/self-managed/azure-tf"
]
},
"platform/hosting/self-managed/bare-metal",
"platform/hosting/self-managed/requirements",
"platform/hosting/self-managed/operator",
"platform/hosting/self-managed/cloud-deployments/terraform",
"platform/hosting/self-managed/on-premises-deployments/kubernetes",
"platform/hosting/self-managed/on-premises-deployments/kubernetes-airgapped",
"platform/hosting/server-upgrade-process",
"platform/hosting/self-managed/disable-automatic-app-version-updates"
]
Expand Down Expand Up @@ -2630,6 +2619,78 @@
{
"source": "/weave/guides/tools/limits",
"destination": "/weave/details/limits"
},
{
"source": "/platform/hosting/operator",
"destination": "/platform/hosting/self-managed/operator"
},
{
"source": "/platform/hosting/self-managed/bare-metal",
"destination": "/platform/hosting/self-managed/on-premises-deployments/kubernetes"
},
{
"source": "/platform/hosting/self-managed/operator-airgapped",
"destination": "/platform/hosting/self-managed/on-premises-deployments/kubernetes-airgapped"
},
{
"source": "/platform/hosting/self-managed/aws-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/platform/hosting/self-managed/gcp-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/platform/hosting/self-managed/azure-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/ja/platform/hosting/operator",
"destination": "/platform/hosting/self-managed/operator"
},
{
"source": "/ja/platform/hosting/self-managed/bare-metal",
"destination": "/platform/hosting/self-managed/on-premises-deployments/kubernetes"
},
{
"source": "/ja/platform/hosting/self-managed/operator-airgapped",
"destination": "/platform/hosting/self-managed/on-premises-deployments/kubernetes-airgapped"
},
{
"source": "/ja/platform/hosting/self-managed/aws-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/ja/platform/hosting/self-managed/gcp-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/ja/platform/hosting/self-managed/azure-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/ko/platform/hosting/operator",
"destination": "/platform/hosting/self-managed/operator"
},
{
"source": "/ko/platform/hosting/self-managed/bare-metal",
"destination": "/platform/hosting/self-managed/on-premises-deployments/kubernetes"
},
{
"source": "/ko/platform/hosting/self-managed/operator-airgapped",
"destination": "/platform/hosting/self-managed/on-premises-deployments/kubernetes-airgapped"
},
{
"source": "/ko/platform/hosting/self-managed/aws-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/ko/platform/hosting/self-managed/gcp-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
},
{
"source": "/ko/platform/hosting/self-managed/azure-tf",
"destination": "/platform/hosting/self-managed/cloud-deployments/terraform"
}
],
"baseUrl": "https://docs.wandb.ai"
Expand Down
4 changes: 4 additions & 0 deletions platform/hosting/data-security/secure-storage-connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Bring your own bucket (BYOB)
---

import ByobContextNote from "/snippets/en/_includes/byob-context-note.mdx";

<ByobContextNote/>

## Overview
Bring your own bucket (BYOB) allows you to store W&B artifacts and other related sensitive data in your own cloud or on-prem infrastructure. In case of [Dedicated Cloud](/platform/hosting/hosting-options/dedicated_cloud) or [Multi-tenant Cloud](/platform/hosting/hosting-options/multi_tenant_cloud), data that you store in your bucket is not copied to the W&B managed infrastructure.

Expand Down
Loading