美文网首页
Envoy Cluster

Envoy Cluster

作者: clive0x | 来源:发表于2020-02-18 11:22 被阅读0次

    Cluster最重要的一个字段load_assignment(非eds cluster_type下替代老参数hosts)

    load_assignment包括多个LocalityLbEndpoints,后者用于表达localities(如zone/region)

    LocalityLbEndpoints包括多个LbEndpoint,后者用于表达单个endpoint。

    LbEndpoint下endpoint表达具体地址(IP+port),另可配制其它port用于检查health。

    相关文章

      网友评论

          本文标题:Envoy Cluster

          本文链接:https://www.haomeiwen.com/subject/fkfgfhtx.html