aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Converted to latest Yolean/kube-test boilerplateStaffan Olsson2017-10-161-22/+27
* | | | | | Exposes JMX port on brokers, for direct access without serviceStaffan Olsson2017-10-251-0/+2
* | | | | | Merge branch 'outside-services' into kubernetes-1.8-testStaffan Olsson2017-10-251-2/+4
|\ \ \ \ \ \
| * | | | | | Adds port names as documentation in kafka manifestoutside-servicesStaffan Olsson2017-10-251-2/+4
* | | | | | | Merge commit '03ddbf1' into kubernetes-1.8-testStaffan Olsson2017-10-252-0/+38
|\ \ \ \ \ \ \
| * | | | | | | Updates deployment to beta2 workload API, k8s 1.8Staffan Olsson2017-10-251-1/+1
| * | | | | | | Adds Yahoo/kafka-manger, all defaults, and you need to "Add cluster"yahoo-kafka-managerStaffan Olsson2017-10-212-0/+38
| | |/ / / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'origin/metrics-improve-scrape-times' into kuber...Staffan Olsson2017-10-257-0/+263
|\ \ \ \ \ \ \
| * | | | | | | Adds liveness probe for jmx container, long interval ...metrics-improve-scrape-timesStaffan Olsson2017-10-221-0/+5
| * | | | | | | For performance, again thanks to @yacut #49Staffan Olsson2017-10-221-2/+2
| * | | | | | | Scrape less, and improve scrape time further ...Staffan Olsson2017-10-062-1/+23
| * | | | | | | Uses JMX config from config map, so we can experimentStaffan Olsson2017-10-062-1/+23
| * | | | | | | Had 10 OOMKilled/hour with 100Mi so let's increase request,Staffan Olsson2017-08-073-6/+6
| * | | | | | | Uses prometheus/jmx_exporter parent-0.10 tagStaffan Olsson2017-08-054-4/+4
| * | | | | | | Reverse order of containers to benefit from "Defaulting container name to"Staffan Olsson2017-08-013-54/+54
| * | | | | | | Endpont works again, with similar scrape times as Xmx=80m without Metaspace l...Staffan Olsson2017-07-314-7/+7
| * | | | | | | Let's focus on the two numbers that seem to matterStaffan Olsson2017-07-311-1/+0
| * | | | | | | Don't touch Xss as it has <1MB defaults according to docsStaffan Olsson2017-07-313-3/+0
| * | | | | | | Adapts to Java 8+, but still guessing the numbersStaffan Olsson2017-07-314-6/+4
| * | | | | | | interestingStaffan Olsson2017-07-311-1/+1
| * | | | | | | The 1s response time from kafka might be due to ...Staffan Olsson2017-07-313-5/+19
| * | | | | | | zoo is fast now, <0.02s compared to >1s for the othersStaffan Olsson2017-07-312-3/+12
| * | | | | | | Same base image as kafka and latest exporter sourceStaffan Olsson2017-07-314-4/+4
| * | | | | | | Demonstrates OOMKilled with current resource limitsStaffan Olsson2017-07-311-11/+24
| * | | | | | | The test that caught the performance problemStaffan Olsson2017-07-311-0/+85
| * | | | | | | CPU limit on metrics export won't actually save any cyclesStaffan Olsson2017-07-313-3/+0
| * | | | | | | curl image with bash, +3.5MB sizeStaffan Olsson2017-07-311-1/+1
| * | | | | | | Adds pod that can be used to estimate resource limitsStaffan Olsson2017-07-311-0/+41
| * | | | | | | Exposes /metrics endpoints for Prometheus scrapingStaffan Olsson2017-07-313-0/+61
* | | | | | | | Merge branch 'zookeeper-liveness-probes' into kubernetes-1.8-testStaffan Olsson2017-10-252-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Allows a longer timeout for liveness, in case the node is very busy etczookeeper-liveness-probesStaffan Olsson2017-10-142-2/+2
| * | | | | | | | Applies the fix from #74 to liveness as wellStaffan Olsson2017-10-142-2/+2
| * | | | | | | | Reinstates the liveness probes from #65Staffan Olsson2017-10-142-0/+12
* | | | | | | | | Draft scopeStaffan Olsson2017-10-251-1/+45
* | | | | | | | | Merge branch 'kafka-readiness-tcp' into kubernetes-1.8-testStaffan Olsson2017-10-251-5/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | More lightweight kafka probe, essentially the same thingStaffan Olsson2017-10-161-5/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'outside-services' into kubernetes-1.8-testStaffan Olsson2017-10-255-0/+68
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Keeps internal listener first in protocol map, as ...Staffan Olsson2017-10-251-1/+1
| * | | | | | | Revert "Uses pod name for broker id"; keep doing like before and like zooStaffan Olsson2017-10-151-1/+1
| * | | | | | | Exemplifies external access using host lookup that works with minikubeStaffan Olsson2017-10-155-0/+58
| * | | | | | | Labels each statefulset pod with the index, to allow individual servicesStaffan Olsson2017-10-151-0/+2
| * | | | | | | Uses pod name for broker id, instead of the host=pod assumptionStaffan Olsson2017-10-151-1/+1
| * | | | | | | Gives init container access to pod name and namespaceStaffan Olsson2017-10-151-0/+8
| |/ / / / / /
* | | | | | | Merge branch 'storage-classes-1.8' into kubernetes-1.8-testStaffan Olsson2017-10-257-9/+35
|\ \ \ \ \ \ \
| * | | | | | | Uses the new storage class field, requires 1.8Staffan Olsson2017-10-255-12/+4
| * | | | | | | Suggests a single configuration/, as a collection of examplesStaffan Olsson2017-10-253-1/+1
| * | | | | | | Adds storage class for kafka brokersaddon-storage-classesStaffan Olsson2017-08-083-0/+14
| * | | | | | | Adds storage class for Zookeeper, with sample manifestsStaffan Olsson2017-08-084-1/+21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Updates statefulset to beta2 workload API, k8s 1.8Staffan Olsson2017-10-253-3/+16
| |/ / / / / |/| | | | |
* | | | | | kafkacat, too, based on debian:stretch-slim 20171009Staffan Olsson2017-10-151-1/+1