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
@@ -48,7 +49,7 @@ While StatefulSets provide unique Broker IDs generated during Pod startup, netwo
48
49
*Koperator takes a different approach by using simple `Pods`, `ConfigMaps`, and `PersistentVolumeClaims` instead of `StatefulSets`. These resources allow us to build an Operator that is better suited to manage Apache Kafka.*
49
50
With Koperator, you can modify the configuration of unique Brokers, remove specific Brokers from clusters, and use multiple Persistent Volumes for each Broker.
50
51
51
-
If you want to learn more about our design motivations and the scenarios that drove us to create Koperator, please continue reading on our documentation page[here](https://banzaicloud.github.io/koperator-docs/docs/scenarios/).
52
+
If you want to learn more about our design motivations and the scenarios that drove us to create Koperator, please continue reading on our [documentation page](https://opensource.adobe.com/koperator/docs/scenarios/).
@@ -104,25 +105,28 @@ You can deploy Koperator using a Helm chart. Complete the following steps.
104
105
105
106
1. Install the Koperator `CustomResourceDefinition` resources (adjust the version number to the Koperator release you want to install). This is performed in a separate step to allow you to uninstall and reinstall Koperator without deleting your already installed custom resources.
3. Create the Kafka cluster using the `KafkaCluster` custom resource. The quick start uses a minimal custom resource, but there are other examples in the same directory.
121
+
1. Create the Kafka cluster using the `KafkaCluster` custom resource. The quick start uses a minimal custom resource, but there are other examples in the same directory.
For detailed documentation on the Koperator project, see the [Koperator documentation website](https://banzaicloud.github.io/koperator-docs/).
179
+
For detailed documentation on the Koperator project, see the [Koperator documentation website](https://opensource.adobe.com/koperator/).
176
180
177
181
## Issues and contributions
178
182
179
183
We use GitHub to track issues and accept contributions.
180
184
If you would like to raise an issue or open a pull request, please refer to our [contribution guide](./CONTRIBUTING.md).
181
185
182
-
If you use Koperator in a production environment, we encourage you to add yourself to the list of production [adopters](https://github.com/banzaicloud/koperator/blob/master/ADOPTERS.md).
186
+
If you use Koperator in a production environment, we encourage you to add yourself to the list of production [adopters](https://github.com/adobe/koperator/blob/master/ADOPTERS.md).
183
187
184
188
## Community
185
189
186
-
Find us on [Slack](https://eti.cisco.com/slack) for more fun about Kafka on Kubernetes!
190
+
Engage with the Adobe OSS maintainers of this repo via Github issues in this repo.
0 commit comments