Artur Faizullin

Results 10 comments of Artur Faizullin

@hsimon-hashicorp I thought that it is possible to reuse previous one. But it seems that after a force push, it is not possible.

> * static binaries is a no-go. They are not really static after all, they just link the modules statically, not the required libraries (i.e. glib, gmime, zdb, mhash) --...

[Here](https://kubernetes.io/docs/concepts/configuration/secret/) is a general information about k8s secrets.

I saw from you Dockerfile that you use configuration file to provide settings to Kanidm. Although it is possible to use config-maps to mount configuration file in k8s, the recommended...

The second point is about the support of clusterisation. Since main points of using k8s are: scaling in/out, rolling new releases or rolling back. And again from Dockerfile I see...

I think each of these points is worthy a dedicated issue. Should I open them?

so #290 is here.

> https://github.com/kanidm/kanidm/blob/master/FAQ.md > > I hope this explains why we can't use raft :) I checked that. I may be wrong, but is there a way to provide a full...

Actually the easiest way to check readiness of an application for dynamic environments such as k8s or similar is to check how well(good?) do it align with [12 factor app...