Hacker News new | ask | show | jobs
by GordonS 3014 days ago
Do you know if there are any good tools for migrating your manifest/compose yaml files to k8s, especially using more recent features such as configs and secrets?
1 comments

There is kompose with a k: https://github.com/kubernetes/kompose
Doesn't seem to support some of the more recent features, such as secrets and configs :(