aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds port names as documentation in kafka manifestoutside-servicesStaffan Olsson2017-10-251-2/+4
|
* 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
|
* 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
|
* Some ideas on how to keep this repo simpleStaffan Olsson2017-10-151-1/+7
|
* Merge pull request #74 from elm-/mastersolsson2017-10-142-2/+2
|\ | | | | - fix #65: wait for reply
| * - fix #65: wait for replyElmar Weber2017-10-132-2/+2
|/
* Merge pull request #71 from kmova/patch-1solsson2017-10-061-1/+1
|\ | | | | _nit : Kubernets -> Kubernetes
| * _nit : Kubernets -> KubernetesKiran Mova2017-10-061-1/+1
|/
* ./update-kafka-image.sh to 0.11.0.1Staffan Olsson2017-10-025-7/+7
|
* Merge pull request #62 from kahwai1984/patch-1solsson2017-08-161-1/+1
|\ | | | | Update README.md
| * Update README.mdkahwai19842017-08-151-1/+1
|/ | | fix typo
* Merge branch 'persistent-volumes-retain', the readme ...v2.0.0Staffan Olsson2017-08-081-4/+14
|\ | | | | | | part that recommends manual intervention
| * Still shortpersistent-volumes-retainStaffan Olsson2017-08-081-4/+6
| |
| * Shorter, possibly clearerStaffan Olsson2017-08-051-5/+5
| |
| * The default is Delete, which violates our no-surpises ambitionStaffan Olsson2017-08-051-0/+8
| |
* | I think Schema Registry + REST Proxy is ok for production nowStaffan Olsson2017-08-081-0/+1
| |
* | Don't look like env var interpolation, when it's notStaffan Olsson2017-08-071-3/+3
| |
* | We prefer Ready:False status instead of restarted pods,Staffan Olsson2017-08-053-13/+1
|/ | | | | | at least for now, as it allows exec into the pods to investigate. We've been having frequent restarts that are not due to OOMKilled (i.e. not #49). Now failed probes will lead to unready pods, which we can monitor for using #60.
* got mergedStaffan Olsson2017-08-051-1/+0
|
* Merge pull request #41 from Yolean/multizone-rack-awarenesssolsson2017-08-053-1/+58
|\ | | | | Multizone rack awareness
| * Adds RBAC policy for kubectl to look up node's zonemultizone-rack-awarenessStaffan Olsson2017-08-051-0/+37
| |
| * I suppose most init scripts will do fine with curl+kubectl+bashStaffan Olsson2017-08-051-1/+1
| |
| * Uses an image with kubectl based on the same debian tag as kafkaStaffan Olsson2017-08-051-1/+1
| |
| * Looks up zone if kubectl is found, tries to not break config otherwiseStaffan Olsson2017-08-052-12/+17
| |
| * Starts scripting, but the API call gets 403 for anonymous userStaffan Olsson2017-08-051-0/+13
| |
| * Temp commit so that github allows a PR to be created, where I can keep notesStaffan Olsson2017-08-051-0/+2
|/
* Merge pull request #59 from Yolean/rbac-namespace-defaultsolsson2017-08-051-0/+7
|\ | | | | RBAC policies through kubectl apply -f rbac-namespace-default/
| * Moved to its PR, multizone-rack-awarenessrbac-namespace-defaultStaffan Olsson2017-08-051-37/+0
| |
| * Details will live in the respective policiesStaffan Olsson2017-08-052-10/+8
| |
| * Addons can maintain their policies, so moving this toStaffan Olsson2017-08-051-30/+0
| | | | | | | | https://github.com/Yolean/kubernetes-kafka/pull/39
| * Shows how to see that you need rbac, but makes readme heavierStaffan Olsson2017-08-051-0/+9
| |
| * Recommends that you create rbacStaffan Olsson2017-08-051-0/+7
| |
| * Got the feeling from kubectl get clusterrole ...Staffan Olsson2017-08-052-0/+8
| | | | | | | | | | | | that having access control rules, in particular cluster scoped, lying around without knowing where they come from will be unmaintainable over time. Labels show up nicely in describe.
| * With default service account curl works againStaffan Olsson2017-08-051-0/+26
| | | | | | | | fixes https://github.com/Yolean/kubernetes-kafka/pull/39
| * I don't really care, but which yaml indentation is winning?Staffan Olsson2017-08-051-6/+6
| |
| * RBAC rights are purely additive so ...Staffan Olsson2017-08-051-0/+26
|/ | | | | a project like kubernetes-kafka should keep them minimal. To access nodes we do need ClusterRole instead of Role.
* Rack awareness is candidate for mergeStaffan Olsson2017-08-031-2/+3
|
* Let's postpone merge of RollingUpdate but evaluate it in QAStaffan Olsson2017-08-021-0/+1
| | | | https://github.com/Yolean/kubernetes-kafka/pull/55
* Merge pull request #53 from Yolean/delete-topics-enabled-by-defaultsolsson2017-07-311-1/+1
|\ | | | | Enable topic deletion option by default
| * Topic deletion will be enabled by default in Kafka 1.0delete-topics-enabled-by-defaultStaffan Olsson2017-07-311-1/+1
|/
* addon-rest isn't quite ready for the world yet. And ...Staffan Olsson2017-07-312-2/+1
| | | | avoid log to file in containers.
* There's probably a tool out there for combining branchesStaffan Olsson2017-07-291-9/+11
|
* Fixes the sed on OSXStaffan Olsson2017-07-291-1/+10
|