aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switches to Deployment so we can use strategy type: Recreate, hopefully to ↵nopetset-kafkaStaffan Olsson2016-11-093-3/+9
| | | | avoid issues with persistent volumes not being available to the new pod at restarts or node upgrades
* Upgrades to the image with log.dirs inside /opt/kafka/data, current ↵Staffan Olsson2016-11-093-3/+3
| | | | docker-kafka-persistent in master
* With the new preconfigured image we don't intend to mount confStaffan Olsson2016-10-253-15/+0
|
* No need to wrap regular startup with args in bash -c. It might even affect ↵Staffan Olsson2016-10-253-9/+18
| | | | signal handling.
* Oops. Brokers must of course use the same image.Staffan Olsson2016-10-252-2/+2
|
* Kafka needs bootstrapping because it has persistent voluemesStaffan Olsson2016-10-251-0/+7
|
* Updates test commands for nopetsetStaffan Olsson2016-10-251-5/+8
|
* Advertises a service, so consumers can get the kafka endpoint through zookeeperStaffan Olsson2016-10-253-3/+3
|
* test/21consumer-test1.yml failed to connect to kafka because it got the ↵Staffan Olsson2016-10-253-3/+3
| | | | hostnames (broker-0-xxxxx) as DNS name
* Adds two new instances that differ only in broker idStaffan Olsson2016-10-253-0/+100
|
* Hostnames are random without PetSetStaffan Olsson2016-10-251-1/+1
|
* First shot at Kafka as noPetSetStaffan Olsson2016-10-253-41/+35
|
* Merge branch 'zookeeper-5-nodes' into nopetset-zknopetset-zkStaffan Olsson2016-10-2512-200/+120
|\
| * Without PetSet and 3.5+ dynamic config you definitely want to avoid scaling, ↵Staffan Olsson2016-10-2511-200/+115
| | | | | | | | so do https://github.com/Yolean/kubernetes-kafka/issues/4 now
| * Keeps a namespace file in zookeeper too, because bootstrapping starts thereStaffan Olsson2016-10-251-0/+5
|/
* We probably don't need longer timeouts so the current official build is OKStaffan Olsson2016-10-253-15/+3
|
* Can't have a readiness probe until tolereate-unready-endpoints goes beta, ↵Staffan Olsson2016-10-254-24/+6
| | | | because that blocks use of the services
* Back to zookeeper 3.4, built from https://github.com/solsson/zookeeper-dockerStaffan Olsson2016-10-254-18/+6
|
* Zookeeper 3.5+ exposes an admin service, for dynamic configuration, which we ↵Staffan Olsson2016-10-254-3/+12
| | | | don't use yet
* Using 0.0.0.0 for "my" server solves bind 3888 issue at startStaffan Olsson2016-10-253-6/+18
|
* Tries to configure more like the petset example, though there we have ↵Staffan Olsson2016-10-253-6/+6
| | | | https://zookeeper.apache.org/doc/trunk/zookeeperReconfig.html#sc_reconfig_file
* No need to have zookeeper data persistent, when clusteredStaffan Olsson2016-10-253-6/+3
|
* Manages to get a single instance readyStaffan Olsson2016-10-253-15/+15
|
* Labels have changed a bit here in nopetsetStaffan Olsson2016-10-251-3/+6
|
* Tree pods, and before we scale that up we probably want PetSet backStaffan Olsson2016-10-254-2/+142
|
* Single pod zookeeper, now that PetSet is de-supported in GKEStaffan Olsson2016-10-259-384/+48
|
* 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
| |
| * Adds current config as locally versioned fileStaffan Olsson2016-10-232-0/+123
| |
| * Switch from deprecated java image to equivalent, current latest tagStaffan Olsson2016-10-231-1/+1
| |
| * Current (bcf7277) from https://github.com/solsson/dockerfilesStaffan Olsson2016-10-231-0/+18
| |
* | Merge pull request #8 from Zapadlo/patch-1solsson2016-10-191-6/+6
|\ \ | | | | | | README to reflect namespace changes
| * | README to reflect namespace changesGeorge Angel2016-10-191-6/+6
|/ / | | | | Updating README so that `kubectl` commands reflect the namespace changes
* | Merge pull request #7 from Zapadlo/patch-1solsson2016-10-191-1/+1
|\ \ | |/ |/| Update namespace for the zk service
| * Update namespace for the zk serviceGeorge Angel2016-10-181-1/+1
|/ | | zk URI to reflect namespace change
* Merge pull request #5 from rickypai/patch-1solsson2016-09-161-1/+1
|\ | | | | correct namespace in DNS name
| * correct namespace in DNS nameRicky Pai2016-09-141-1/+1
|/
* Clarifies commands around the second test topic, and what a topic name typo ↵Staffan Olsson2016-09-061-5/+8
| | | | leads to
* Adds a deployment that consumes messagesStaffan Olsson2016-09-062-0/+29
|
* Spotted an old filenameStaffan Olsson2016-09-061-1/+1
|
* Peer review revealed that some test commands were flawed. Only ↵Staffan Olsson2016-09-061-6/+12
| | | | --old-producer producers would post what was piped.
* kubectl delete namespace is a command to be scared of in productionStaffan Olsson2016-09-051-4/+4
|
* We seem to need 3.5.x-alpha for cluster setupStaffan Olsson2016-09-051-1/+1
| | | | This reverts commit 67f148c98ad400a122203d4c5e31b9f882995223.
* Merge pull request #1 from Yolean/namespacesolsson2016-09-0512-1/+29
|\ | | | | Define a namespace for all resources
| * Using a namespace for easier cleanup and consistent DNS namesnamespaceStaffan Olsson2016-09-0512-1/+29
| |