From 044a74aad8df1d1ad34cc28b6a6f7cf26e573a6a Mon Sep 17 00:00:00 2001 From: upward4 <77325055+upward4@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:35:21 +0200 Subject: [PATCH] Grammar Correct "it's" to "its". Reference: https://www.merriam-webster.com/words-at-play/when-to-use-its-vs-its. --- .../version-3.3.x/concepts/container-attached-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-3.3.x/concepts/container-attached-storage.md b/docs/versioned_docs/version-3.3.x/concepts/container-attached-storage.md index 8bd56ca7e..d43e2f5f0 100644 --- a/docs/versioned_docs/version-3.3.x/concepts/container-attached-storage.md +++ b/docs/versioned_docs/version-3.3.x/concepts/container-attached-storage.md @@ -36,7 +36,7 @@ Avoiding cloud vendor lock-in is a common goal for many Kubernetes users. Howeve CAS containerizes the storage software and uses Kubernetes Custom Resource Definitions (CRDs) to represent low-level storage resources, such as disks and storage pools. This model enables storage to be integrated into other cloud-native tools seamlessly. The storage resources can be provisioned, monitored, and managed using cloud-native tools such as Prometheus, Grafana, Fluentd, Weavescope, Jaeger, and others. -Similar to hyperconverged systems, storage and performance of a volume in CAS are scalable. As each volume has it's own storage controller, the storage can scale up within the permissible limits of a storage capacity of a node. As the number of container applications increases in a given Kubernetes cluster, more nodes are added, which increases the overall availability of storage capacity and performance, thereby making the storage available to the new application containers. This process of scalability is similar to successful hyperconverged systems like Nutanix. +Similar to hyperconverged systems, storage and performance of a volume in CAS are scalable. As each volume has its own storage controller, the storage can scale up within the permissible limits of a storage capacity of a node. As the number of container applications increases in a given Kubernetes cluster, more nodes are added, which increases the overall availability of storage capacity and performance, thereby making the storage available to the new application containers. This process of scalability is similar to successful hyperconverged systems like Nutanix. ### Lower blast radius