You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@
7
7
This project provides a Kubernetes operator to help applications bind to an [Apache Kafka®](https://kafka.apache.org) cluster that is managed by the [Strimzi](https://strimzi.io) cluster operator.
8
8
9
9
The operator creates a single Kubernetes `Secret` resource containing all the connection details for the Kafka cluster.
10
-
The removes the need for applications to query multiple Kubernetes resources to get connection information.
10
+
This removes the need for applications to query multiple Kubernetes resources to get connection information.
11
11
The `Secret` follows the conventions laid out in the [Service Binding Specification for Kubernetes v1.0.0](https://servicebinding.io/spec/core/1.0.0/).
12
12
13
13
The operator is built using the [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk).
14
14
15
15
## Running the Access Operator
16
16
17
-
The latest release of the Access Operator can be started using the manifests in the `install` directory.
17
+
The latest release of the Access Operator can be deployed using the manifests in the `install` directory.
18
18
The [dev guide](https://github.com/strimzi/kafka-access-operator/blob/main/development-docs/DEV_GUIDE.md) describes how to build and run the Access Operator from source.
19
19
20
-
For the operator to start successfully you need the Strimzi `Kafka` and `KafkaUser` custom resource definitions installed in your Kubernetes cluster.
20
+
For the operator to start successfully, you need the Strimzi `Kafka` and `KafkaUser` custom resource definitions installed in your Kubernetes cluster.
21
21
You can get these from the Strimzi [GitHub repository](https://github.com/strimzi/strimzi-kafka-operator/tree/main/install/cluster-operator),
22
22
or use the [Strimzi quickstart guide](https://strimzi.io/quickstarts/) to also deploy the Strimzi cluster operator and a Kafka instance at the same time.
23
23
@@ -39,7 +39,7 @@ To delete the `strimzi-access-operator` deployment:
39
39
kubectl delete -f install
40
40
```
41
41
42
-
The command removes all the Kubernetes components associated with the Strimzi Access Operator utility and deletes the deployment.
42
+
This command removes all Kubernetes components associated with the Strimzi Access Operator and deletes the deployment.
0 commit comments