aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tries https://github.com/Landoop/kafka-connect-ui but ...rest-topics-uiStaffan Olsson2017-07-273-0/+43
* Tests rest-proxy, but hangs on GET /consumers/.../recordsStaffan Olsson2017-07-271-0/+39
* Adds kafka-rest proxy as rest:80Staffan Olsson2017-07-272-0/+36
* This is http so there's no reason to not use port 80Staffan Olsson2017-07-272-2/+4
* Avoids the schema-registry service name, becuase it interferes ...Staffan Olsson2017-07-272-4/+4
* Adds schema registryStaffan Olsson2017-07-272-0/+32
* Belongs in the github.com/yolean/kubernetes-monitoring projectStaffan Olsson2017-07-271-35/+0
* UnimportantStaffan Olsson2017-07-271-1/+1
* Merge pull request #46 from Yolean/switch-to-debian-imagesolsson2017-07-2711-40/+333
|\
| * Merge pull request #47 from Yolean/config-initswitch-to-debian-imagesolsson2017-07-275-34/+70
| |\
| | * Stops logs from growing when zookeeper is idleconfig-initStaffan Olsson2017-07-271-0/+4
| | * Places the myid magic number where replicas areStaffan Olsson2017-07-272-5/+5
| | * Employs the init script concept for zookeeper too, reducing duplcationStaffan Olsson2017-07-263-21/+39
| | * With no bash tricks in command we can use the actual bin ...Staffan Olsson2017-07-261-9/+10
| | * Moves broker.id config into init scriptStaffan Olsson2017-07-262-5/+7
| | * Demonstrates how an init script can be used to ...Staffan Olsson2017-07-262-0/+11
| | * Default shell on Debian shows the same symptom ...Staffan Olsson2017-07-263-3/+3
| | * With explicit log4j path we can change config mount ...Staffan Olsson2017-07-261-3/+3
| |/
| * Tagged with the policy from https://github.com/solsson/dockerfiles/pull/11Staffan Olsson2017-07-268-8/+8
| * Clarifies a gotcha: to mount config with log4j.properties ...Staffan Olsson2017-07-263-1/+7
| * New build at commit 0314080Staffan Olsson2017-07-268-8/+8
| * New build with https://github.com/solsson/dockerfiles/pull/9Staffan Olsson2017-07-258-8/+8
| * I think time saved by auto-creating topics will be lost ...Staffan Olsson2017-07-251-0/+1
| * As recommended by https://www.confluent.io/blog/apache-kafka-for-service-arch...Staffan Olsson2017-07-251-0/+2
| * Merge pull request #43 from Yolean/kafka-011-config-mapsolsson2017-07-253-0/+248
| |\
| | * With stock config we have to change zookeeper lookup from the default localhostkafka-011-config-mapStaffan Olsson2017-07-251-0/+1
| | * Validates against a gotchaStaffan Olsson2017-07-251-0/+2
| | * Use config map's config instead of image'sStaffan Olsson2017-07-251-0/+6
| | * Adds yaml with the default .properties from 0.11.0.0Staffan Olsson2017-07-231-0/+239
| |/
| * Default shell on debian should forward signals properlyStaffan Olsson2017-07-233-3/+3
| * solsson/kafka on debian restores installation path to /opt/kafkaStaffan Olsson2017-07-232-2/+2
| * Upgrades to current https://github.com/solsson/dockerfiles/pull/5Staffan Olsson2017-07-239-9/+9
| * Fixes posix compatibility for probesStaffan Olsson2017-07-232-4/+4
|/
* Same startup as 51zooStaffan Olsson2017-06-281-2/+1
* Applies the limit to persistent zookeeper pods too. They seem more prone to r...Staffan Olsson2017-06-281-0/+2
* shell script is now osx, but no longer gnu :)Staffan Olsson2017-06-281-1/+1
* Upgrades to latest build from https://github.com/solsson/dockerfiles/pull/4, ...Staffan Olsson2017-06-288-8/+8
* Limiting metrics' JVM to match resource limits. Still getting OOMKilled thoug...Staffan Olsson2017-06-282-2/+4
* Raises memory limit for metrics; got 10 OOMKilled per pod in the last 3 hoursStaffan Olsson2017-06-273-3/+3
* Reduces termination grace period for zookeeper because I fail to trigger term...Staffan Olsson2017-06-272-2/+2
* Adds probes, but for Kafka I don't think it indicates readiness...Staffan Olsson2017-06-273-0/+30
* Reverts to default termination period, and uses bash for "shell form"...Staffan Olsson2017-06-273-6/+6
* Merge pull request #35 from Yolean/resource-limitssolsson2017-06-275-20/+74
|\
| * Got quite repeatable OOMKilled on pzoo pods, so I figured it must be...resource-limitsStaffan Olsson2017-06-273-3/+3
| * sStaffan Olsson2017-06-271-3/+3
| * A monitoring-only pod uses 0m / ~32Mi resourcesStaffan Olsson2017-06-274-6/+62
| * Removes volume claims documentation, as we've gone completely dynamicStaffan Olsson2017-06-271-14/+0
| * Adds tentative resource requests, based on what idle pods use (though this in...Staffan Olsson2017-06-273-0/+12
|/
* Adds a test that produces a message that you can see in the logs of 21consume...Staffan Olsson2017-06-271-0/+24
* Adds utility to update the kafka image, which we keep the same to minimize pu...Staffan Olsson2017-06-275-8/+12