aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* SpeelingDavid Hoover2018-01-311-1/+1
|
* Adding storage class files for AKSLena2018-01-201-1/+1
|
* Revert "Deprecates our own statefulset pod label kafka-broker-id"Staffan Olsson2018-01-081-2/+0
| | | | This reverts commit 096e3bdfba31d2918520011886a6a0d1f1b08c84.
* Deprecates our own statefulset pod label kafka-broker-idyolean-topic-managementStaffan Olsson2017-12-141-0/+2
|
* Removes some "platform" ideas from readme as they need real PRsStaffan Olsson2017-12-011-2/+0
| | | | | | | | | | | | | | | rather than a couple of sentences. In response to #103. Regarding Kafka Streams I no longer think we need examples, because any dockerized streams application can run as a deployment. An example of Kafka Connect would be useful, in particular the combination of a custom image (or one with stock connectors) and a Connect cluster manifest. This is tracked in #69, but not the relation to https://github.com/solsson/dockerfiles/tree/master/connect-* KSQL (#68) is highly interesting.
* Improves placement of temporary noticeStaffan Olsson2017-11-091-4/+2
|
* Makes kafka a feature folder too, consistent with the restStaffan Olsson2017-11-091-7/+7
|
* Merge pull request #79 from Yolean/bootstrap-testsolsson2017-11-091-1/+1
|\ | | | | Update tests to act as long-running consumers
| * Adapts readme to 56aad28bootstrap-testStaffan Olsson2017-11-091-1/+1
| |
* | The configure/ folder is meant as a collection of examples,Staffan Olsson2017-11-091-1/+1
| | | | | | | | for the choices you'll have to make for any kafka cluster.
* | Uses the new storage class field, requires 1.8Staffan Olsson2017-11-091-8/+0
| |
* | Suggests a single configuration/, as a collection of examplesStaffan Olsson2017-11-091-1/+1
| |
* | Adds storage class for Zookeeper, with sample manifestsStaffan Olsson2017-11-091-0/+6
|/ | | | This reverts commit efb1019fd9881f316e0ee355cbafc26e3d146be2.
* Some ideas on how to keep this repo simpleStaffan Olsson2017-10-151-1/+7
|
* _nit : Kubernets -> KubernetesKiran Mova2017-10-061-1/+1
|
* Update README.mdkahwai19842017-08-151-1/+1
| | | fix typo
* Still shortpersistent-volumes-retainStaffan Olsson2017-08-081-4/+6
|
* Shorter, possibly clearerStaffan Olsson2017-08-051-5/+5
|
* The default is Delete, which violates our no-surpises ambitionStaffan Olsson2017-08-051-0/+8
|
* Details will live in the respective policiesStaffan Olsson2017-08-051-9/+0
|
* Shows how to see that you need rbac, but makes readme heavierStaffan Olsson2017-08-051-0/+9
|
* Recommends that you create rbacStaffan Olsson2017-08-051-0/+7
|
* The test concept just caught a mistakekafka-011Staffan Olsson2017-07-291-1/+1
|
* Introduces the test automation concept as briefly as possibleStaffan Olsson2017-07-281-0/+8
|
* Review after github renderStaffan Olsson2017-07-281-8/+8
|
* Where to go from hereStaffan Olsson2017-07-281-2/+9
|
* Metrics intro belongs in ...Staffan Olsson2017-07-281-11/+0
| | | | | https://github.com/Yolean/kubernetes-kafka/pull/49 but maybe with tests instead of talk
* Reworked in https://github.com/Yolean/kubernetes-kafka/pull/51Staffan Olsson2017-07-281-21/+0
|
* If you got this far you don't need Kubernetes introStaffan Olsson2017-07-281-8/+0
|
* Shorter stillStaffan Olsson2017-07-281-4/+3
|
* ShorterStaffan Olsson2017-07-281-9/+5
|
* Could be the motivationStaffan Olsson2017-07-281-6/+21
|
* Could be a pitchStaffan Olsson2017-07-281-0/+4
|
* Limiting metrics' JVM to match resource limits. Still getting OOMKilled ↵Staffan Olsson2017-06-281-0/+1
| | | | though, but maybe half as often.
* Removes volume claims documentation, as we've gone completely dynamicStaffan Olsson2017-06-271-14/+0
|
* Forks can tweak storage classes, but here we want setup to be simple...zookeeper-dataStaffan Olsson2017-06-261-6/+0
| | | | | | and with the mix of PV and emptyDir there's no reason to make PVs faster than host disks. Use 10GB as it is the minimum for standard disks on GKE.
* Enables metrics export to Prometheus, but they look very uninteresting.Staffan Olsson2017-06-251-0/+2
| | | | The selected config is from the jmx_exporter examples.
* Updates the readmeStaffan Olsson2017-06-251-7/+8
|
* Adds metrics exporter for PrometheusStaffan Olsson2017-06-251-0/+8
|
* Removes out-of-date zookeeper infoStaffan Olsson2017-06-251-5/+2
|
* Makes PV match PVC, avoiding small initial storage becase resize is ↵Staffan Olsson2017-06-231-1/+1
| | | | difficult in GKE
* Adds namespace to kubectl commands, matching that in yamlsStaffan Olsson2017-06-231-3/+3
|
* One more readme fixv1.0.0Staffan Olsson2017-01-021-2/+1
|
* Updates readme for statefulset and the new zookeeper approachstatefulsetStaffan Olsson2017-01-021-15/+17
|
* Adds a deployment that consumes messagesStaffan Olsson2016-09-061-0/+5
|
* Spotted an old filenameStaffan Olsson2016-09-061-1/+1
|
* kubectl delete namespace is a command to be scared of in productionStaffan Olsson2016-09-051-4/+4
|
* Merge pull request #1 from Yolean/namespacesolsson2016-09-051-0/+5
|\ | | | | Define a namespace for all resources
| * Using a namespace for easier cleanup and consistent DNS namesnamespaceStaffan Olsson2016-09-051-0/+5
| |
* | A case for namespaceStaffan Olsson2016-09-051-0/+9
|/