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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@ Transparent Kafka setup that you can grow with.
6
6
Good for both experiments and production.
7
7
8
8
How to use:
9
+
* Good to know: you'll likely want to fork this repo. It prioritizes clarity over configurability, using plain manifests and .propeties files; no client side logic.
9
10
* Run a Kubernetes cluster, [minikube](https://github.com/kubernetes/minikube) or real.
10
11
* Quickstart: use the `kubectl apply`s below.
11
-
* Kafka for real: fork and have a look at [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
12
+
* Have a look at [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s, or the official forks:
13
+
-[kubernetes-kafka-small](https://github.com/Reposoft/kubernetes-kafka-small) for single-node clusters like Minikube.
14
+
-[StreamingMicroservicesPlatform](https://github.com/StreamingMicroservicesPlatform/kubernetes-kafka) Like Confluent's [platform quickstart](https://docs.confluent.io/current/connect/quickstart.html) but for Kubernetes.
12
15
* Join the discussion in issues and PRs.
13
16
14
17
No readable readme can properly introduce both [Kafka](http://kafka.apache.org/) and [Kubernetes](https://kubernetes.io/),
@@ -71,6 +74,9 @@ at least not [until Kubernetes 1.8](https://github.com/kubernetes/features/issue
71
74
72
75
## Tests
73
76
77
+
Tests are based on the [kube-test](https://github.com/Yolean/kube-test) concept.
78
+
Like the rest of this repo they have `kubectl` as the only local dependency.
0 commit comments