简体   繁体   English

Akamai GTM 是否支持 GRPC 服务器健康检查?

[英]Does Akamai GTM support GRPC server health check?

I have set up a GCP GLB behind which I have GRPC service as a backend, I can only hit the back with ip:port to create a connection to the GRPC backend.我已经设置了一个 GCP GLB,在它后面我有 GRPC 服务作为后端,我只能用 ip:port 来创建到 GRPC 后端的连接。 So i want to be able to set up a health check in Akamai GTM to test the service for auto failover between regions.所以我希望能够在 Akamai GTM 中设置健康检查来测试区域之间的自动故障转移服务。 Akamai GTM health checks support only http/REST client but not sure if they do grpc as well so anyone has ever set up something like this? Akamai GTM 健康检查仅支持 http/REST 客户端,但不确定他们是否也支持 grpc,所以有人设置过这样的东西吗?

Liveness tests supported by GTM are documented on techdocs: https://techdocs.akamai.com/gtm/docs/managing-liveness-tests GTM 支持的活性测试记录在技术文档中: https://techdocs.akamai.com/gtm/docs/managing-liveness-tests

Currently:现在:

  • DNS (port 53) DNS(53端口)
  • DoH - DNS over HTTPS (port 443) DoH - DNS 超过 HTTPS(端口 443)
  • DoT - DNS over TLS (port 853) DoT - DNS 通过 TLS(端口 853)
  • FTP (port 21) FTP(端口 21)
  • HTTP (the default; port 80) HTTP(默认;端口 80)
  • HTTPS (port 443) HTTPS(443端口)
  • POP (port 110) POP(端口 110)
  • POPS (port 995)持久性有机污染物(端口 995)
  • SMTP (port 25) SMTP(25端口)
  • SMTPS (port 465) SMTPS(端口 465)
  • TCP (port default not specified) TCP(未指定默认端口)
  • TCPS (port default not specified) TCPS(未指定默认端口)

There is no out of the box GRPC option but maybe you can achieve what you want with HTTPS or TCP?没有开箱即用的 GRPC 选项,但也许您可以使用 HTTPS 或 TCP 实现您想要的?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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