Skip to content

Commit

Permalink
[DOC-6045] Remove stray sentence fragment (cockroachdb#15488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlinville authored Oct 26, 2022
1 parent d7fbcc8 commit 242a529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions v22.1/kubernetes-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ redirect_from: orchestration.html
docs_area: deploy
---

Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services. For a given workload, you provide Kubernetes with a configuration, and Kubernetes applies that configuration to all Kubernetes nodes that are running the application. , that facilitates both declarative configuration and automation.
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services. For a given workload, you provide Kubernetes with a configuration, and Kubernetes applies that configuration to all Kubernetes nodes that are running the application.

CockroachDB can be deployed and managed on Kubernetes using the following methods:

- [CockroachDB Kubernetes Operator](https://github.com/cockroachdb/cockroach-operator)

{{site.data.alerts.callout_info}}
The CockroachDB Kubernetes Operator is also available on platforms such as [Red Hat OpenShift](deploy-cockroachdb-with-kubernetes-openshift.html) and [IBM Cloud Pak for Data](https://www.ibm.com/products/cloud-pak-for-data).
{{site.data.alerts.end}}
Expand All @@ -40,4 +40,4 @@ Feature | Description
[pod](http://kubernetes.io/docs/user-guide/pods/) | A pod is a group of one of more Docker containers. In the [deployment tutorial](deploy-cockroachdb-with-kubernetes.html), each pod will run on a separate Kubernetes worker node and include one Docker container running a single CockroachDB node, reflecting our [topology recommendations](recommended-production-settings.html#topology).
[StatefulSet](http://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/) | A StatefulSet is a group of pods treated as stateful units, where each pod has distinguishable network identity and always binds back to the same persistent storage on restart. StatefulSets are considered stable as of Kubernetes version 1.9 after reaching beta in version 1.5.
[persistent volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) | A persistent volume is a piece of networked storage (Persistent Disk on GCE, Elastic Block Store on AWS) mounted into a pod. The lifetime of a persistent volume is decoupled from the lifetime of the pod that's using it, ensuring that each CockroachDB node binds back to the same storage on restart.<br><br>The [deployment tutorial](deploy-cockroachdb-with-kubernetes.html) assumes that dynamic volume provisioning is available. When that is not the case, [persistent volume claims](http://kubernetes.io/docs/user-guide/persistent-volumes/#persistentvolumeclaims) need to be created manually.
[RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) | RBAC, or Role-Based Access Control, is the system Kubernetes uses to manage permissions within the cluster. In order to take an action (e.g., `get` or `create`) on an API resource (e.g., a `pod`), the client must have a `Role` that allows it to do so. The [deployment tutorial](deploy-cockroachdb-with-kubernetes.html) creates the RBAC resources necessary for CockroachDB to create and access certificates.
[RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) | RBAC, or Role-Based Access Control, is the system Kubernetes uses to manage permissions within the cluster. In order to take an action (e.g., `get` or `create`) on an API resource (e.g., a `pod`), the client must have a `Role` that allows it to do so. The [deployment tutorial](deploy-cockroachdb-with-kubernetes.html) creates the RBAC resources necessary for CockroachDB to create and access certificates.
6 changes: 3 additions & 3 deletions v22.2/kubernetes-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ redirect_from: orchestration.html
docs_area: deploy
---

Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services. For a given workload, you provide Kubernetes with a configuration, and Kubernetes applies that configuration to all Kubernetes nodes that are running the application. , that facilitates both declarative configuration and automation.
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services. For a given workload, you provide Kubernetes with a configuration, and Kubernetes applies that configuration to all Kubernetes nodes that are running the application.

CockroachDB can be deployed and managed on Kubernetes using the following methods:

- [CockroachDB Kubernetes Operator](https://github.com/cockroachdb/cockroach-operator)

{{site.data.alerts.callout_info}}
The CockroachDB Kubernetes Operator is also available on platforms such as [Red Hat OpenShift](deploy-cockroachdb-with-kubernetes-openshift.html) and [IBM Cloud Pak for Data](https://www.ibm.com/products/cloud-pak-for-data).
{{site.data.alerts.end}}
Expand All @@ -40,4 +40,4 @@ Feature | Description
[pod](http://kubernetes.io/docs/user-guide/pods/) | A pod is a group of one of more Docker containers. In the [deployment tutorial](deploy-cockroachdb-with-kubernetes.html), each pod will run on a separate Kubernetes worker node and include one Docker container running a single CockroachDB node, reflecting our [topology recommendations](recommended-production-settings.html#topology).
[StatefulSet](http://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/) | A StatefulSet is a group of pods treated as stateful units, where each pod has distinguishable network identity and always binds back to the same persistent storage on restart. StatefulSets are considered stable as of Kubernetes version 1.9 after reaching beta in version 1.5.
[persistent volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) | A persistent volume is a piece of networked storage (Persistent Disk on GCE, Elastic Block Store on AWS) mounted into a pod. The lifetime of a persistent volume is decoupled from the lifetime of the pod that's using it, ensuring that each CockroachDB node binds back to the same storage on restart.<br><br>The [deployment tutorial](deploy-cockroachdb-with-kubernetes.html) assumes that dynamic volume provisioning is available. When that is not the case, [persistent volume claims](http://kubernetes.io/docs/user-guide/persistent-volumes/#persistentvolumeclaims) need to be created manually.
[RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) | RBAC, or Role-Based Access Control, is the system Kubernetes uses to manage permissions within the cluster. In order to take an action (e.g., `get` or `create`) on an API resource (e.g., a `pod`), the client must have a `Role` that allows it to do so. The [deployment tutorial](deploy-cockroachdb-with-kubernetes.html) creates the RBAC resources necessary for CockroachDB to create and access certificates.
[RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) | RBAC, or Role-Based Access Control, is the system Kubernetes uses to manage permissions within the cluster. In order to take an action (e.g., `get` or `create`) on an API resource (e.g., a `pod`), the client must have a `Role` that allows it to do so. The [deployment tutorial](deploy-cockroachdb-with-kubernetes.html) creates the RBAC resources necessary for CockroachDB to create and access certificates.

0 comments on commit 242a529

Please sign in to comment.