简体   繁体   English

Kubernetes中的服务网格需求

[英]Need of Service mesh in Kubernetes

When DNS service Discovery in kubernetes helping us in establishing connection between services . 当Kubernetes中的DNS服务发现帮助我们建立服务之间的连接时。 What will be the need to have a service mesh like istio etc in kubernetes. 在kubernetes中需要有一个像istio等的服务网格。

In addition to the service discovery, few other things are available when you use Istio on top of Kubernetes: 除了服务发现之外,当您在Kubernetes上使用Istio时,几乎没有其他可用的东西:

  • Blue green deployments with request routing to new release based on percentage value given by user. 蓝绿色部署,其中请求根据用户给定的百分比值路由到新版本。
  • Rate limiting 限速
  • Integration with grafana and prometheus for monitoring 与grafana和Prometheus集成以进行监控
  • Service graph visualisation with Kiali 使用Kiali进行服务图可视化
  • Circuit breaking 断路
  • Tracing and metrics without having to instrument your applications 跟踪和指标,而无需检测您的应用程序
  • You will be able to secure your connections at mesh level via mTLS 您将能够通过mTLS在网状网络级别保护连接

You can read more about the advantages of having Istio in your cluster here . 您可以在此处详细了解在群集中使用Istio的优势。

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

相关问题 为什么我们需要 Kubernetes 上的服务网格? - Why do we need a service mesh on Kubernetes? Kubernetes - 服务网格是必须的吗? - Kubernetes - is Service Mesh a must? 负载测试 kubernetes 服务(使用 istio 服务网格) - load testing kubernetes service (with istio service mesh) 如何在 kubernetes/服务网格中运行 junit 测试? - How to run junit tests in kubernetes/service mesh? 数据中心内部 kubernetes 集群中的 Istio 服务网格 - Istio service mesh in on premise kubernetes cluster in data center kubernetes使用Service Mesh还需要CNI吗? - Is CNI still needed when service mesh is used in kubernetes? 从 istio 服务网格上的工作节点中的服务连接到 Kubernetes API 服务器 - Connecting to Kubernetes API Server from a service in a worker node on istio Service Mesh 部署istio Service Mesh后Kubernetes Pod无法发出https请求 - Kubernetes pods can not make https request after deploying istio service mesh 如何使用 Istio 服务网格从 Kubernetes 集群内部访问外部 SMTP 服务器 - How to access external SMTP server from within Kubernetes cluster with Istio Service Mesh 需要为Kubernetes中的前端服务的每个新请求创建一个Pod - Need to create a pod for each new request from frontend service in Kubernetes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM