-
- | Feature |
- Local SSD storage |
- Remote SSD storage |
-
-
- | Provision large disk capacity per node |
- Depends on cloud-provider |
- Yes |
-
-
- | Disk storage resilient to failures or pod movement |
- No |
- Yes |
-
-
- | Performance - latency |
- Lower |
- Higher |
-
-
- | Performance - throughput |
- Higher |
- Lower |
-
-
- | Typical cost characteristics |
- Lower |
- Higher |
-
-
- | Kubernetes provisioning scheme |
- Pre-provisioned |
- Dynamic provisioning |
-
-
-
-While local storage offers higher throughput and lower latency at a lower cost, it comes with significant limitations. Maintenance operations like cluster node pool upgrades, or rolling operations to upgrade software or set flags can cause a pod to lose its local copy and require a full remote bootstrap of all local tablets from its peers. This can be time consuming for large databases. Further, for large clusters, there is always a non-zero risk of another pod movement happening during these maintenance operations, which would cause data loss for a subset of tablets. Therefore, using local storage is not recommended for most production use cases.
-
-
diff --git a/docs/content/preview/deploy/kubernetes/clients.md b/docs/content/preview/deploy/kubernetes/clients.md
deleted file mode 100644
index d57c327cbe8f..000000000000
--- a/docs/content/preview/deploy/kubernetes/clients.md
+++ /dev/null
@@ -1,275 +0,0 @@
----
-title: Connect Remote Clients to Kubernetes Clusters
-headerTitle: Connect Clients to Kubernetes Clusters
-linkTitle: Connect Clients
-description: Connect remote clients to YugabyteDB clusters deployed within Kubernetes.
-menu:
- preview:
- identifier: clients-kubernetes
- parent: deploy-kubernetes
- weight: 626
-type: docs
----
-
-## Prerequisites
-
-You must have a YugabyteDB cluster set up according to the [Kubernetes deployment instructions](../../kubernetes/).
-
-## Connect from within the Kubernetes cluster
-
-An application that is deployed within the Kubernetes cluster should use the Service DNS name `yb-tservers.