aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use a specific build, ↵metrics-via-jmxStaffan Olsson2017-06-251-1/+1
| | | | github.com/solsson/dockerfiles/commit/81e8e4c20be19835d4036db1c975ff17455fe7e7
* Adds metrics exporter for PrometheusStaffan Olsson2017-06-252-0/+18
|
* Support for generic image results in a verbose startup command, make it git ↵Staffan Olsson2017-06-251-1/+6
| | | | friendly
* Merge branch 'log-dir-inside-volume' into kafka-011Staffan Olsson2017-06-251-1/+1
|\
| * Default log dir is /tmp/kafka-logs so it should be changed to be inside the ↵Staffan Olsson2017-06-251-1/+1
|/ | | | persistent volume mount
* Uses the new small image, with only selected jars from the buildStaffan Olsson2017-06-251-1/+1
|
* Merge branch 'zookeeper-update' into kafka-011Staffan Olsson2017-06-252-6/+3
|\
| * Removes out-of-date zookeeper infoStaffan Olsson2017-06-251-5/+2
| |
| * We do need the bind address sed. This image logs the at start, to reduce the ↵Staffan Olsson2017-06-251-1/+1
| | | | | | | | element of surprise.
| * Uses zookeeper without the bind address sedStaffan Olsson2017-06-251-1/+1
| |
| * Upgrades zookeeper to latestStaffan Olsson2017-06-251-1/+1
|/
* Merge branch 'no-roundrobin-service' into kafka-011Staffan Olsson2017-06-256-16/+9
|\
| * Borrows string trick from https://github.com/kubernetes/charts/Staffan Olsson2017-06-251-1/+1
| |
| * Reuses the statefulset's image in test pods, without tag duplication...Staffan Olsson2017-06-254-4/+8
| | | | | | | | Works when scheduled on the same node(s)
| * Modern kafka clients use a bootstrap servers list to connect...Staffan Olsson2017-06-231-11/+0
|/ | | | | | | which should be resolvable to individual brokers. Thus we should avoid the gotcha with a regular kubernetes service that you need to replicate everything to every broker (#21). See 20dns.yml for how to resolve brokers.
* Upgrade to development build of the latest 0.11 RCStaffan Olsson2017-06-231-1/+1
|
* Merge branch 'use-generic-kafka-image' into kafka-011Staffan Olsson2017-06-233-145/+2
|\
| * Use a generic kafka image and explicitly override "eligible for deletion"Staffan Olsson2017-06-233-145/+2
|/
* 0.10.2 adds to the confusion about consumer args, #21kafka-0.10.2.0Staffan Olsson2017-06-231-2/+2
|
* Makes PV match PVC, avoiding small initial storage becase resize is ↵Staffan Olsson2017-06-233-5/+5
| | | | difficult in GKE
* Adds namespace to kubectl commands, matching that in yamlsStaffan Olsson2017-06-231-3/+3
|
* Upgrades Scala to latest, supported as of Kafka 0.10.2Staffan Olsson2017-06-231-2/+2
|
* Upgrades Kafka to latest releaseStaffan Olsson2017-06-231-1/+1
|
* Uses latest jre imageStaffan Olsson2017-06-231-1/+1
|
* Adds Apache 2.0 license fileStaffan Olsson2017-03-071-0/+177
|
* Merge pull request #19 from Yolean/kafka-0.10.1.1solsson2017-02-143-3/+3
|\ | | | | Bump Kafka to 0.10.1.1
| * Uses the latest docker hub buildkafka-0.10.1.1Staffan Olsson2017-02-142-2/+2
| |
| * Bumps kafka to 0.10.1.1Staffan Olsson2017-02-141-1/+1
|/
* Merge pull request #16 from Yolean/update-testclient-imagesolsson2017-02-131-1/+1
|\ | | | | Use same kafka image for testclient, as its previous one lacked the -…
| * Use same kafka image for testclient, as its previous one lacked the --offset ↵update-testclient-imageAnton Lindgren2017-01-041-1/+1
| | | | | | | | option for the kafka-console-consumer.sh client
* | Removes label that looks misleading on a service, as the selector should ↵Staffan Olsson2017-02-131-2/+0
| | | | | | | | match pods
* | Merge pull request #18 from hoffin/mastersolsson2017-02-131-0/+1
|\ \ | |/ |/| Added missing namespace from zoo service.
| * Added missing namespace from zoo service.David Michael2017-01-311-0/+1
|/
* One more readme fixv1.0.0Staffan Olsson2017-01-021-2/+1
|
* Merge pull request #14 from Yolean/statefulsetsolsson2017-01-0219-612/+90
|\ | | | | Convert PetSet to StatefulSet for k8s 1.5+
| * Updates readme for statefulset and the new zookeeper approachstatefulsetStaffan Olsson2017-01-021-15/+17
| |
| * Use podindex label instead of petindex, because statefulindex sounds weirdStaffan Olsson2017-01-022-6/+6
| |
| * Converts Kafka to a StatefulSet, nothing but ↵Staffan Olsson2016-12-263-16/+8
| | | | | | | | http://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/
| * Adds automatic id through a /docker-entrypoint.sh modification in ↵statefulset-zkStaffan Olsson2016-12-261-15/+1
| | | | | | | | https://github.com/solsson/zookeeper-docker
| * Manages to set zk node id without altering the official image, but ↵Staffan Olsson2016-12-2614-575/+73
|/ | | | leader-election port bind fails when using DNS name instead of 0.0.0.0
* Uses a tag that only exists after the fix to #11. For details see #12.Staffan Olsson2016-11-171-1/+1
|
* Avoids problem with lost+found folder when a volume is mounted at ↵Staffan Olsson2016-11-091-1/+1
| | | | /opt/kafka/data
* Sets a log dir that is more likely to be persistent. Makes retention=-1 more ↵Staffan Olsson2016-11-091-1/+1
| | | | meaningful.
* Merge pull request #10 from Yolean/kafka-imagesolsson2016-10-243-7/+144
|\ | | | | Publish Kafka image geared towards persistent storage
| * Cluster now gets my build of this PRkafka-imageStaffan Olsson2016-10-231-1/+1
| |
| * No reason for an alternative download url hereStaffan Olsson2016-10-231-1/+1
| |
| * With automatic topic creation disabled (#3) we can also disable topic deletionStaffan Olsson2016-10-231-1/+4
| |
| * Custom image replaces PR #2Staffan Olsson2016-10-231-6/+0
| |
| * Keeps logs forever, or do we need more config changes (like ↵Staffan Olsson2016-10-231-1/+1
| | | | | | | | log.cleaner.enable=false?)
| * Moves zookeeper default link name from build to fileStaffan Olsson2016-10-232-2/+1
| |