[GitHub] [karaf-minho] jbonofre commented on issue #9: `ConfigService` should look for env variables/system properties automatically

2022-10-27 Thread GitBox
jbonofre commented on issue #9: URL: https://github.com/apache/karaf-minho/issues/9#issuecomment-1293642495 Yup -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [karaf-minho] mattrpav commented on issue #8: Add `minho-k8s` service

2022-10-27 Thread GitBox
mattrpav commented on issue #8: URL: https://github.com/apache/karaf-minho/issues/8#issuecomment-1293636902 > Yeah the one from Fabric8 is pretty good. +1 It has good multi-version support and using the jdk-based http client would cut out a nice chunk of the transitive deps.

[GitHub] [karaf-minho] jbonofre commented on issue #8: Add `minho-k8s` service

2022-10-27 Thread GitBox
jbonofre commented on issue #8: URL: https://github.com/apache/karaf-minho/issues/8#issuecomment-1293629604 Yeah the one from Fabric8 is pretty good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [karaf-minho] mattrpav commented on issue #9: `ConfigService` should look for env variables/system properties automatically

2022-10-27 Thread GitBox
mattrpav commented on issue #9: URL: https://github.com/apache/karaf-minho/issues/9#issuecomment-1293627794 In the 'it would be great that': to include Kubernetes Secrets as well! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [karaf-minho] mattrpav commented on issue #8: Add `minho-k8s` service

2022-10-27 Thread GitBox
mattrpav commented on issue #8: URL: https://github.com/apache/karaf-minho/issues/8#issuecomment-1293625780 Did you have an existing client library in mind? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [karaf-minho] jbonofre opened a new issue, #9: `ConfigService` should look for env variables/system properties automatically

2022-10-27 Thread GitBox
jbonofre opened a new issue, #9: URL: https://github.com/apache/karaf-minho/issues/9 Currently, the ` ConfigService` can only be populated: 1. programmatically 2. json config service 3. properties config service It would be great that: 1. the config properties can look for

[GitHub] [karaf-minho] jbonofre opened a new issue, #8: Add `minho-k8s` service

2022-10-27 Thread GitBox
jbonofre opened a new issue, #8: URL: https://github.com/apache/karaf-minho/issues/8 The idea is to create a Kubernetes client as a service in the registry. Then, other services can get the client from the registry and interact with k8s. -- This is an automated message from the Apa