aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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 ↵Staffan Olsson2017-10-257-0/+263
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | kubernetes-1.8-test
| * | | | | | Adds liveness probe for jmx container, long interval ...metrics-improve-scrape-timesStaffan Olsson2017-10-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because it does a full metrics run regarless of URL path (so /liveness is there in case we'd want special treatment later)
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | through ssl=false and whitelist. Thanks to @yacut, see #49
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and with 150Mi limit I got zero restarts in 48 hours.
| * | | | | | 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 ↵Staffan Olsson2017-07-314-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | limit
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that unlike zoo pods it actually exposes interesting data
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It'll just make the requests slower. Dreadfully slow on Minikube (>30s even when limit is increased to 100m).
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for jmx containers in kafka and zoo pods
| * | | | | | Exposes /metrics endpoints for Prometheus scrapingStaffan Olsson2017-07-313-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 22a314ac161d3d203881eaf4b1a44ea8bf028a27.
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documented in https://cwiki.apache.org/confluence/display/KAFKA/KIP-103%3A+Separation+of+Internal+and+External+traffic#KIP-103:SeparationofInternalandExternaltraffic-Compatibility,Deprecation,andMigrationPlan "ZooKeeper-based consumers will use the first listener with PLAINTEXT as the security protocol, so listener ordering is important in such cases." Confirmed this using kafka-manager (#83)
| * | | | | | | Revert "Uses pod name for broker id"; keep doing like before and like zooStaffan Olsson2017-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit dcdac0fb36a4476f494af419527ba42f279c485b.
| * | | | | | | Exemplifies external access using host lookup that works with minikubeStaffan Olsson2017-10-155-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Listener ports from https://hub.docker.com/r/wurstmeister/kafka/ Config based on KIP-103
| * | | | | | | 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
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | This reverts commit efb1019fd9881f316e0ee355cbafc26e3d146be2.
* | | | | | | 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
| | | | | |
* | | | | | Shares debian with kafka-initutils -> faster first startStaffan Olsson2017-10-155-7/+7
| | | | | |
* | | | | | initutils based on latest debian slimStaffan Olsson2017-10-151-1/+1
| | | | | |