cloudformation-operator
cloudformation-operator copied to clipboard
Generate a config map with the CloudFormation outputs
It would be nice if this could generate/Manage a K8s configMap (or a k8s secret) with all the outputs of the cloudFormation (instead of only keeping those in the "status" section)
This would permit to mount directly the config map to a deployment for example and help automatically "glue" things.
I know k8s doesn't support auto-"reloading" services that consumes a configMaps that has changed, but even knowing that, it's would still be a real nice feature...
I agree. That would be nice.
I wanted to try this operator out with the ServiceBindingOperator on OpenShift. I've got this implemented here:
https://github.com/cuppett/aws-cloudformation-controller/commit/2f94eaca6fe328e1ef42ef66f81e6056c4a9279f https://github.com/cuppett/aws-cloudformation-controller/commit/db37e2a152274173d15f8c313a49969e9f706a04 https://github.com/cuppett/aws-cloudformation-controller/commit/188444cb56f3e565d756b7b2a8d9f0178b3fea49
I can roll everything I've got forward and in via a PR to this project if wanted.