Marcin Ciszak
Marcin Ciszak
Compose supports [placement](https://docs.docker.com/compose/compose-file/#placement) and converter will take those things into account. Add ability to control `placement` option (see compose deploy.placement.constraint) via config labels.
Consider support for K8s Disruption Budgets to protect application component workloads.
Currently only a set of environments provided at initialisation can be used. There is no simple way to add / remove an environment without manually changing kev manifest. This could...
Create quick walk through docs showing how to extract common bits of configuration and apply them automatically to multiple services. Partials: ```yaml &default-resources cpu: 0.1 max-cpu: 1 memory: 10Mi max-memory:...
Currently kd doesn't seem to respect the order of supplied kubernetes resources. Ensuring the order of execution could help in cases where some of resources depend on other.
This issue is related to https://github.com/logstash-plugins/logstash-output-s3/issues/143 and discussion in https://github.com/logstash-plugins/logstash-output-s3/pull/144. Multiple s3 outputs with `restore` enabled and default `temporary_directory` can lead to a race condition in crash recovery scenario whereby...