aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Limiting metrics' JVM to match resource limits. Still getting OOMKilled ↵Staffan Olsson2017-06-281-0/+1
| | | | though, but maybe half as often.
* Removes volume claims documentation, as we've gone completely dynamicStaffan Olsson2017-06-271-14/+0
|
* Forks can tweak storage classes, but here we want setup to be simple...zookeeper-dataStaffan Olsson2017-06-261-6/+0
| | | | | | and with the mix of PV and emptyDir there's no reason to make PVs faster than host disks. Use 10GB as it is the minimum for standard disks on GKE.
* Enables metrics export to Prometheus, but they look very uninteresting.Staffan Olsson2017-06-251-0/+2
| | | | The selected config is from the jmx_exporter examples.
* Updates the readmeStaffan Olsson2017-06-251-7/+8
|
* Adds metrics exporter for PrometheusStaffan Olsson2017-06-251-0/+8
|
* Removes out-of-date zookeeper infoStaffan Olsson2017-06-251-5/+2
|
* Makes PV match PVC, avoiding small initial storage becase resize is ↵Staffan Olsson2017-06-231-1/+1
| | | | difficult in GKE
* Adds namespace to kubectl commands, matching that in yamlsStaffan Olsson2017-06-231-3/+3
|
* One more readme fixv1.0.0Staffan Olsson2017-01-021-2/+1
|
* Updates readme for statefulset and the new zookeeper approachstatefulsetStaffan Olsson2017-01-021-15/+17
|
* Adds a deployment that consumes messagesStaffan Olsson2016-09-061-0/+5
|
* Spotted an old filenameStaffan Olsson2016-09-061-1/+1
|
* kubectl delete namespace is a command to be scared of in productionStaffan Olsson2016-09-051-4/+4
|
* Merge pull request #1 from Yolean/namespacesolsson2016-09-051-0/+5
|\ | | | | Define a namespace for all resources
| * Using a namespace for easier cleanup and consistent DNS namesnamespaceStaffan Olsson2016-09-051-0/+5
| |
* | A case for namespaceStaffan Olsson2016-09-051-0/+9
|/
* Towards automated testingStaffan Olsson2016-09-051-1/+24
|
* Describes setup and some manual testingStaffan Olsson2016-09-051-0/+40