Questions tagged [micronaut-kubernetes]
4 questions
2
votes
1 answer
In micronaut-kafka, How can I use JAAS config to two different consumers from one application?
I have tried the approach mentioned on official documentations to override the bootstrap servers in kafka client config.
https://micronaut-projects.github.io/micronaut-kafka/latest/guide/#kafkaClient
However, in my case, I am getting one JaaS config…

Dharmendra Vishwakarma
- 484
- 2
- 12
2
votes
0 answers
Micronaut: k8s operator for all namespaces
I'm trying to create a Kubernetes Operator in Micronaut using micronaut-kubernetes-operator that listens to Pod events in all namespaces on my cluster.
However I can't get my code to work for any / all namespaces.
Listening to a defined namespace…

Michael
- 1,347
- 1
- 13
- 27
0
votes
1 answer
Micronaut Application on Kubernetes not able to pick up a property from yml
Running a micronaut application on kubernetes where configs are loaded from configMap.
Firstly, my configmap.yml looks like this:
apiVersion: v1
kind: ConfigMap
metadata:
name: data-loader-service-config
data:
application-devcloud.yml: |-
…

user1189332
- 1,773
- 4
- 26
- 46
0
votes
1 answer
Micronaut app fails to access values from Kubernetes config map
I'm using Micronaut 3.2.3 with the Kubernetes integration to inject configuration values from config maps and secrets.
Dependencies:
implementation("io.micronaut.kubernetes:micronaut-kubernetes-client")
…

codependent
- 23,193
- 31
- 166
- 308