question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ribbon.mode SERVICE doesn't work

See original GitHub issue

Describe 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:open
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
jayzchcommented, Jul 14, 2020

when using spring-cloud-starter-loadbalancer,how to use SERVICE mode?

1reaction
DmitryevichDcommented, Apr 29, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found