cost 148 ms
如何使用安全的 Eureka 服务器注册 Spring Boot 客户端应用程序 - How to register a Spring Boot client application with a secure Eureka server

我需要在安全的 https 模式下运行 Eureka 发现服务器,并运行在 Eureka 服务器上注册的 Spring 引导客户端微服务应用程序(也在 https 模式下)。 客户端和服务器之间的所有通信都必须使用安全的 TLS 加密。 我创建了一个自签名的 SSL 证书并将其添加到 PKCS12 ...

使用 graalvm native-image 构建 Spring eureka 客户端 - Build Spring eureka client with graalvm native-image

很抱歉,因为这是我在堆栈溢出中的第一个问题,所以我希望我能正确解释这个问题...... 我正在使用spring boot 3.0.1和GraalVM CE 22.3.0和spring cloud 2022.0.0 我正在尝试使用 .netflix eureka 客户端构建我的服务的native-im ...

如何创建一个微服务的多个实例:SpringBoot和Spring Cloud - How to create several instances of a Microservice: SpringBoot and Spring Cloud

我是微服务的新手,我遇到了几个概念,如服务注册和负载平衡。 我有以下问题- 如何创建特定微服务的多个实例? 使用Eureka Server的 Service Registry 如何帮助在多个微服务实例上分配负载? 在我的场景中,我创建了 3 个不同的微服务并将它们注册到我的服务注册表中—— 服务注 ...

带有 Netflix Eureka 的 Spring 云网关中的奇怪行为服务器端负载平衡 - Strange behaviour server side load balancing in Spring Cloud Gateway with Netflix Eureka

我正在尝试使用 SpringCloudGateway 和 Eureka 实现服务器端 LB。 我有微服务 ABC (abc.test.com) 和网关 (gateway.test.com) 通过主机名在 eureka (eureka.test.com) 中注册。 如果我从本地机器上的 postman ...

有没有办法用域名 to.netflix eureka 注册微服务? - Is there is a way to register microservice with domain name to netflix eureka?

我正面临尤里卡配置问题 - 是否可以通过域名如“https://www.google.com”(例如通过 ENV 变量传递给属性)而不是 ip 地址(我是在没有 static ip 地址的地方使用 PAAS 或主机名(通常是供应商的名称)? 我试过设置尤里卡 要么 但它并没有达到我想要达到的目的。 ...

spring boot/微服务和尤里卡的问题 - problem with spring boot/microservices and eureka

我在 intellij 中运行了 2 个 spring boot/微服务。 这两项服务启动时都没有错误。 但是,如果第一个微服务尝试从第二个微服务调用服务,我会收到错误消息。 有任何想法吗? 该代码在测试环境中运行良好,但在我的本地计算机上出现以下错误。 我不知道应该从哪里开始寻找错误。 两个微服务 ...

spring-cloud.netflix:无法启用 eureka 客户端? - spring-cloud-netflix: Cannot enable eureka client?

嘿,我正在做一个项目,我试图在服务器上注册 eureka 客户端,我很容易启用服务器,但不知何故无法让客户端启用我还添加了所有需要的依赖项。 我还将在此处包含我的 pom.xml 文件 我已经使用了以前一些类似问题可用的大部分技术,但我无法解决这个问题。 ...

Eureka Discovery Server 未注册客户端 - Eureka Discovery Server not registering client

我们几乎没有使用 Eureka 发现服务器的微服务。 在本地,一切正常,但当我们将它部署在 AWS App Runner 上时,它没有注册任何微服务。 任何建议这里可能有什么问题? 以下是我们微服务中的示例配置文件 - 这是我们的发现服务应用程序的示例配置文件- 我们尝试按照所附示例代码中的说明更新 ...

我在使用 springboot 3.0.0 时遇到问题,它无法识别我的尤里卡服务器和客户端 - I'm having problems with springboot 3.0.0 it doesn't recognize my eureka server and client

我的 springboot 3.0.0 有问题,它无法识别我的 eureka 服务器和客户端,但在 2.7.4 版本中它可以正常工作,有什么变化吗? 跟随我的课程: api网关: 应用程序.properties: 我的路由: 应用程序.properties: 我的分类-产品 我的 controll ...

尤里卡 - 无法使用双向 SSL 自行注册尤里卡服务器 - Eureka - Unable to register eureka server in itself by using Two Way SSL

我一直在尝试制作两个 ssl 来保护微服务之间的通信。 当服务 A 想要注册到 EurekaServer 时,它实际上正在工作。 但是,当我尝试将 eureka 注册到同一个 eureka 服务器或其他 eureka 实例时,我总是遇到错误的证书异常。 这是我来自尤里卡服务器的 applicatio ...

为什么在不在云端使用 Kubernetes 时,我们需要 Eureka 和 Spring 引导负载均衡器? - Why do we need Eureka and Spring boot load balancer when using Kubernetes not in the cloud?

对于不在云端的微服务架构: Kubernetes的负载均衡器和spring云的负载均衡器有什么区别? what are the advantages of implementing Eureka and spring boot load balancer when using Kubernet ...

禁用对微服务的直接访问并仅允许通过 api 网关 - To disable direct access to microservice & allow only though api gateway

我目前正在使用 Spring Boot 微服务。 为了访问这些服务,我使用带有 Eureka 客户端的 api 网关,但我有一个问题来保护我的服务。 考虑我在本地托管了以下 4 个微服务项目。 用户:- 托管在 http://localhost:8080/user 所有者:- 托管在 h ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM