OpenLiberty / guides-common

Common Guide files
Other
9 stars 6 forks source link

Guide for reading Kubernetes config in as Liberty config variables #511

Open brenthdaniel opened 3 years ago

brenthdaniel commented 3 years ago

Related to: https://github.com/OpenLiberty/open-liberty/issues/9786

Variable are automatically read from a location on the file system (the default is /bindings.) A guide could either focus on the service binding operator ( which will automatically map kubernetes secrets to /bindings) or show secrets mapped to the files system via a volume mount.

yeekangc commented 3 years ago

This is probably best handled as an enhancement to existing guide on handling Kubernetes Config.

What we should do about service binding operator should be considered in a separate guide.

@gkwan-ibm

griffinhadfield commented 3 years ago

This is planned to be done as an improvement to the existing guide-kubernetes-microprofile-config guide and will be tracked as part of https://github.com/OpenLiberty/guide-kubernetes-microprofile-config/issues/126.

This needs to wait until OpenLiberty/open-liberty#9786 is delivered as the functionality to accomplish this is not currently released.

yeekangc commented 3 years ago

Consider weaving into existing guides first. This has a dependency for the Service Binding spec as part of the https://github.com/OpenLiberty/open-liberty/issues/9786 work.

gkwan-ibm commented 1 year ago

The https://github.com/OpenLiberty/open-liberty/issues/9786 does not relate to MicroProfile Config. It should be a Liberty feature. Suggest create a new guide and not update the kubernetes-microprofile-config guide