ribbon.mode SERVICE doesn't work
See original GitHub issueDescribe the bug
I sets a ribbon property spring.cloud.kubernetes.ribbon.mode: SERVICE to my application.yml, but my client sends request by Pod IP address. After that I downloads this project and don’t find KubernetesRibbonMode in the code. Also I don’t find in the code SERVICE and POD rules.
I looked at examples from the documentation but I didn’t find the use of these setting.
Please, explain how it work or give a link to the code with KubernetesRibbonMode
springCloudVersion = ‘Greenwich.SR2’ springBootVersion = ‘2.1.6.RELEASE’
Thanks.
Sample
spring:
profiles:
active: dev
application:
name: otp
cloud:
kubernetes:
ribbon:
mode: SERVICE
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Troubleshooting ribbon issues in Power Apps - Microsoft Learn
These issues are often caused by missing or incorrect ribbon metadata. Typically, this situation can be resolved by regenerating all ribbon ...
Read more >spring cloud kubernetes ribbon mode - Stack Overflow
The POD mode is to achieve load balancing by obtaining the Pod IP address of Kubernetes and using Ribbon. · the SERVICE mode...
Read more >Video: Resolving Ribbon Related Issues on ZM Series
The printer is detecting ribbon but configured for Direct Thermal (no ribbon mode). Change the LCD Print Mode to Thermal Transfer if using...
Read more >Ribbon or toolbars are missing, blank, or disappear in ...
"The Ribbon does not have any tabs or panels currently loaded" is displayed in AutoCAD · "Customization file load failed. File not found"...
Read more >Smart View Ribbon Fails to Display After Non-Admin Installation
Reinstall Smart View by right-clicking SmartView.exe and selecting Run as administrator. See Installing from My Oracle Support or Oracle Technical Resources for ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
when using spring-cloud-starter-loadbalancer,how to use SERVICE mode?
Thanks. Now I’m updating my spring cloud version and try it. I want to understand how it work. but I can’t find source code for POD or SERVICE mode. I was looking in this project and spring-cloud-commons and kubernetes-client-project, but nothing. Can you help me find these sources?