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-2
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,13 @@ How to use:
11
11
* Kafka for real: fork and have a look at [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
12
12
* Join the discussion in issues and PRs.
13
13
14
-
Why?
15
-
See for yourself, but we think this project gives you better adaptability than [helm](https://github.com/kubernetes/helm)[chart](https://github.com/kubernetes/charts/tree/master/incubator/kafka)s. No single readable readme or template can properly introduce both Kafka and Kubernets.
14
+
No readable readme can properly introduce both [Kafka](http://kafka.apache.org/) and [Kubernets](https://kubernetes.io/),
15
+
but we think the combination of the two is a great backbone for microservices.
16
16
Back when we read [Newman](http://samnewman.io/books/building_microservices/) we were beginners with both.
17
17
Now we've read [Kleppmann](http://dataintensive.net/), [Confluent](https://www.confluent.io/blog/) and [SRE](https://landing.google.com/sre/book.html) and enjoy this "Streaming Platform" lock-in :smile:.
18
18
19
+
We also think the plain-yaml approach of this project is easier to understand and evolve than [helm](https://github.com/kubernetes/helm)[chart](https://github.com/kubernetes/charts/tree/master/incubator/kafka)s.
20
+
19
21
## What you get
20
22
21
23
Keep an eye on `kubectl --namespace kafka get pods -w`.
0 commit comments