sample-spring-microservices-kubernetes icon indicating copy to clipboard operation
sample-spring-microservices-kubernetes copied to clipboard

Sample Spring Boot application that uses some features provided by Spring Cloud Kubernetes, Spring Cloud OpenFeign and Spring Cloud Gateway deployed on Kubernetes

Results 9 sample-spring-microservices-kubernetes issues
Sort by recently updated
recently updated
newest added

https://github.com/piomin/sample-spring-microservices-kubernetes/blob/83172de89abbead8fe9b523eb286a1d799ed09af/admin-service/pom.xml#L38 It seems incorrect, it should use `spring-cloud-starter-kubernetes` https://github.com/codecentric/spring-boot-admin/issues/1582

Hello, Thank you for this tutorial. When starting the same on my Kubernetes cluster, I am seeing this: ``` ERROR [,93eaa38a2ce2dd76,93eaa38a2ce2dd76,true] 47 --- [ scheduling-1] o.s.c.k.d.KubernetesCatalogWatch : Error watching Kubernetes...

Your tutorial on [DZone]( https://dzone.com/articles/quick-guide-to-microservices-with-kubernetes-sprin) is very helpful, but it should point to this repo rather than [repo](https://github.com/piomin/sample-spring-microservices-new). Thanks for your great tutorial.

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/piomin/sample-spring-microservices-kubernetes). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.cloud:spring-cloud-dependencies](https://spring.io/projects/spring-cloud) ([source](https://togithub.com/spring-cloud/spring-cloud-release)) | `2022.0.5` -> `2023.0.0` |...

curl to gateway-service (e.g. curl localhost:31441/v3/api-docs) returns empty paths: ``` $sample-spring-microservices-kubernetes % curl localhost:31441/v3/api-docs {"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:31441","description":"Generated server url"}],"paths":{},"components":{}}% ```

bug

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `3.1.5` ->...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.fabric8:kubernetes-server-mock](https://togithub.com/fabric8io/kubernetes-client) | `6.10.0` -> `6.12.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.fabric8:kubernetes-server-mock/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Thanks for the wonderful microservices code, I'm just opening this issue about installation steps which i followed inside my EKS cluster. 1. From the master branch root directory https://github.com/piomin/sample-spring-microservices-kubernetes started...