eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

Configuration and Secrets Management #101

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

Kanto seems to be missing a facility/feature to manage container secrets (e.g. environment variables, config files, certificates, ..).

Kubernetes has the concept of Secrets which are kept in an encrypted database and could have been updated during runtime via the API.

How is this supposed to be working in Kanto conceptually?

e-grigorov commented 1 year ago

First of all, I would like to emphasize that the Kanto container management doesn't pretend to be a K8s distribution. For that reason, many K8s features are not considered/out of scope. So far, the secrets weren't on the radar because of different OS/platform specific reasons:

How is this supposed to be working in Kanto conceptually?

Depends on the use case, different options can be used/combined:

k-gostev commented 1 year ago

Since the issue is stale for a while I am closing this discussion. Feel free to renew it if there are any follow up topics.