Skip to main content
3 votes
1 answer
82 views

I have a Gradle project with the following configuration: plugins { id 'org.springframework.boot' version '3.5.0' id 'io.spring.dependency-management' version '1.1.7' id 'java' } ext { ...
Peter Penzov's user avatar
0 votes
0 answers
53 views

I have a Spring Boot + Spring Cloud application that I'd like to build as a native image for faster startup time and smaller image size. I understand that Spring Cloud is not yet providing official ...
Giovanni Lovato's user avatar
0 votes
1 answer
63 views

I have an application using the Spring Cloud Kubernetes leader election mechanism. When shutting down the pod, I would like to revoke leadership before the Spring graceful shutdown starts to ensure ...
alb3rtobr's user avatar
  • 356
2 votes
1 answer
1k views

My goal was to achieve that only 1 pod of my application executes a scheduled job. I have implemented a following simple example using kubernetes election leader functionality and it works: 1.Maven ...
Georgii Lvov's user avatar
  • 3,860
0 votes
0 answers
170 views

I'm running multiple Spring Boot applications in two different Kubernetes namespaces. Here’s my configuration for all services: SPRING_CLOUD_KUBERNETES_DISCOVERY_NAMESPACES_0: welcoming ...
Tarun Bharti's user avatar
1 vote
0 answers
66 views

I have an Sprint Boot 3 application, and I use property placeholders in bootstrap.yml, like: spring: cloud: service-registry: auto-registration: enabled: ${my-spring-cloud.enabled} ...
Gennadiy Kartashevskyy's user avatar
0 votes
0 answers
385 views

I am trying to upgrade my current springboot application from version 2.2.2.RELEASE to 3.1.6. Since my application is deployed in kubernetes cluster, i had to upgrade associated spring boot kubernetes ...
Jin's's user avatar
  • 1
1 vote
1 answer
242 views

I want to implement Spring Cloud Kubernetes. I created this test project: https://github.com/rcbandit111/mockup/tree/master configuration: spring: application: name: mockup cloud: ...
Peter Penzov's user avatar
1 vote
2 answers
758 views

Help me please with a problem. My spring app doesn't load properties from Kubernetes config map. My spring code: MyConfig.class @Configuration @ConfigurationProperties(prefix = "my") @Getter ...
Антон Итунин's user avatar
2 votes
0 answers
384 views

Edited: I'm comparing Spring Cloud Config with Spring Cloud Kubernetes PropertySource of ConfigMaps. I've managed to do a quick POC with Spring Cloud Config, but I have not done a POC for the Spring ...
skinnydan72's user avatar
3 votes
1 answer
1k views

I'm trying to add leader election to a Spring Boot 3.2 service running on a local Kubernetes cluster. The manual advises to add the spring-cloud-kubernetes-fabric8-leader dependency, so now I have ...
Martin Schröder's user avatar
1 vote
2 answers
954 views

I have an simple app with spring boot EKS with kubernetes JDK17 spring-boot-starter-parent 3.1.3 spring-cloud-dependencies spring-cloud-starter-kubernetes-fabric8-config spring-cloud-starter-bootstrap ...
user3332207's user avatar
0 votes
2 answers
2k views

I have a minimalist app with spring boot 3.1.1 and spring cloud 2022.0.4, on EKS with kubernetes 1.27, but unfortunately the config is never loaded from the ConfigMap ... The app is made of a single ...
Geoffrey's user avatar
  • 524
0 votes
0 answers
470 views

So I've been struggling with this few days. I'm trying to hot reload a spring boot app after configmap changes. The change is detected but it doesn't seem to refresh. I did what exactly what was done ...
user2137817's user avatar
  • 1,851
0 votes
1 answer
2k views

I'm trying to setup spring boot application with cloud kubernetes to read configmap with the following configuration. Pod service account: serviceAccount: default serviceAccountName: default Role: ...
pri05's user avatar
  • 99

15 30 50 per page
1
2 3 4 5
8