Skip to content

Commit

Permalink
Update docs/content/en/install/eks/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: annieden <[email protected]>
  • Loading branch information
bradfordcp and annieden authored Sep 1, 2023
1 parent 87ecfac commit c8b3327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/install/eks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Apache Cassandra can be deployed across a variety of [hardware profiles](https:/

## Installation Type

K8ssandra Operator may be deployed in one of two modes. `Control Plane` mode is the default method of installation. In this mode K8ssandra Operator watches for the creation and changes to `K8ssandraCluster` custom resources. When this mode is active it may create Cassandra resources within the local Kubernetes cluster **and / or** remote Kubernetes clusters (in the case of multi-region) deployments. When using K8ssandra Operator you should only have one instance running in `Control Plane` mode. Kubernetes clusters acting as remote regions for Cassandra deployments should be run in `Data Plane` mode. In this mode K8ssandra Operator will not directly reconcile `K8ssandraCluster` resources.
K8ssandra Operator may be deployed in one of two modes. `Control Plane` mode is the default method of installation. A `Control Plane` instance of K8ssandra Operator watches for the creation and changes to `K8ssandraCluster` custom resources. When `Control Plane` is active Cassandra resources may be created within the local Kubernetes cluster **and / or** remote Kubernetes clusters (in the case of multi-region) deployments. When using K8ssandra Operator you should only have one instance running in `Control Plane` mode. Kubernetes clusters acting as remote regions for Cassandra deployments should be run in `Data Plane` mode. In `Data Plane` mode K8ssandra Operator does not directly reconcile `K8ssandraCluster` resources.

For example consider the following scenarios:

Expand Down

0 comments on commit c8b3327

Please sign in to comment.