 Developing & Debugging WebAssembly FiltersAdoption with Gloo Mesh Crawl Walk Run Fly Upstream Istio support (24 X 7) LTS (N – 3) FIPS, ARM Tech Advisory Developer portal API Gateway Security (EW) Observability Zero-trust Approval Processes0 码力 | 22 页 | 2.22 MB | 1 年前3 Developing & Debugging WebAssembly FiltersAdoption with Gloo Mesh Crawl Walk Run Fly Upstream Istio support (24 X 7) LTS (N – 3) FIPS, ARM Tech Advisory Developer portal API Gateway Security (EW) Observability Zero-trust Approval Processes0 码力 | 22 页 | 2.22 MB | 1 年前3
 IstioCon 2021 Partner Packagesconference logo in the front, and the organizer’s logo in the back. Option to include sponsor logo on the arm for highlight. ● Only the first 200 registered to the event will receive a t-shirt(*) $20-$250 码力 | 23 页 | 3.18 MB | 1 年前3 IstioCon 2021 Partner Packagesconference logo in the front, and the organizer’s logo in the back. Option to include sponsor logo on the arm for highlight. ● Only the first 200 registered to the event will receive a t-shirt(*) $20-$250 码力 | 23 页 | 3.18 MB | 1 年前3
 Istio is a long wild river: how to navigate it safelymulti-containers pods Stabilizing Istio CPU: 1 Memory: 100MB Pod App container Container requests 23 Define HPA target for multi-containers pods Stabilizing Istio CPU: 1 Pod App container Container Container requests HPA configuration (70% CPU) metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 70 Will trigger when the container more than 700m CPU 24 Define HPA target for multi-containers pods Stabilizing Istio CPU: 1 Pod App container Sidecar container CPU: 100m Container requests HPA configuration (70% CPU) metrics:0 码力 | 69 页 | 1.58 MB | 1 年前3 Istio is a long wild river: how to navigate it safelymulti-containers pods Stabilizing Istio CPU: 1 Memory: 100MB Pod App container Container requests 23 Define HPA target for multi-containers pods Stabilizing Istio CPU: 1 Pod App container Container Container requests HPA configuration (70% CPU) metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 70 Will trigger when the container more than 700m CPU 24 Define HPA target for multi-containers pods Stabilizing Istio CPU: 1 Pod App container Sidecar container CPU: 100m Container requests HPA configuration (70% CPU) metrics:0 码力 | 69 页 | 1.58 MB | 1 年前3
 Performance tuning and best practices in a Knative based, large-scale serverless platform with Istiopilot resolved this issue. • Tune CPU/MEM to ensure enough capacity Leveraged Metrics to monitor Istio & Knative components’ CPU and MEM under workload to avoid CPU throttling and OOM and ensure enough Istio 1.5.4: Istio scalability optimization during Knative Service provisioning Project Component CPU MEM HorizontalPodAutoscaler (HPA) request limit request limit Istio (1.7.3) istio- ingressgateway accelerate the whole debug and fix process: https://github.com/knative-sandbox/kperf ● Get Istio CPU/MEM stats: https://github.com/istio/istio/wiki/Analyzing-Istio- Performance ● Debugging Envoy and0 码力 | 23 页 | 2.51 MB | 1 年前3 Performance tuning and best practices in a Knative based, large-scale serverless platform with Istiopilot resolved this issue. • Tune CPU/MEM to ensure enough capacity Leveraged Metrics to monitor Istio & Knative components’ CPU and MEM under workload to avoid CPU throttling and OOM and ensure enough Istio 1.5.4: Istio scalability optimization during Knative Service provisioning Project Component CPU MEM HorizontalPodAutoscaler (HPA) request limit request limit Istio (1.7.3) istio- ingressgateway accelerate the whole debug and fix process: https://github.com/knative-sandbox/kperf ● Get Istio CPU/MEM stats: https://github.com/istio/istio/wiki/Analyzing-Istio- Performance ● Debugging Envoy and0 码力 | 23 页 | 2.51 MB | 1 年前3
 Envoy原理介绍及线上问题踩坑L4层网络读取及数据发送为全异步读写模式,采用网络事件触发机制完成响应数据的接收和发送。 • 由于Router部分请求处理方向需要进行更多路由选择计算及负载均衡计算工作,因此通常outbound方向处理较复杂,CPU消耗比inbound更高。 Copyright © Huawei Technologies Co., Ltd. All rights reserved. Page 20 生产环境问题分析及解决方法(1) listener3 backend listener3 dst conn1 解析发送 fd2 默认选链接策略:接收线程即为后续连接数据处理线程, 导致连接分配完全凭运气,无法有效发挥所有worker CPU处理 能力。 默认连接处理策略 • virtualoutbound监听器监听在相同的监听端口, 由内核随机挑选一个线程用于处理新连接。 • 当Envoy配置的线程数比较多时(越多越明显), 常观察到新连接被分配到某些线程。 script -i perf.data > out.perf; stackcollapse-perf.pl out.perf > out.folded; flamegraph.pl out.folded > cpu.svg • 镜像修改 • 编译pilot-agent, envoy二进制后替换现有envoy镜像并配置到自定义deployment的image中, • Dockerfile: • From0 码力 | 30 页 | 2.67 MB | 1 年前3 Envoy原理介绍及线上问题踩坑L4层网络读取及数据发送为全异步读写模式,采用网络事件触发机制完成响应数据的接收和发送。 • 由于Router部分请求处理方向需要进行更多路由选择计算及负载均衡计算工作,因此通常outbound方向处理较复杂,CPU消耗比inbound更高。 Copyright © Huawei Technologies Co., Ltd. All rights reserved. Page 20 生产环境问题分析及解决方法(1) listener3 backend listener3 dst conn1 解析发送 fd2 默认选链接策略:接收线程即为后续连接数据处理线程, 导致连接分配完全凭运气,无法有效发挥所有worker CPU处理 能力。 默认连接处理策略 • virtualoutbound监听器监听在相同的监听端口, 由内核随机挑选一个线程用于处理新连接。 • 当Envoy配置的线程数比较多时(越多越明显), 常观察到新连接被分配到某些线程。 script -i perf.data > out.perf; stackcollapse-perf.pl out.perf > out.folded; flamegraph.pl out.folded > cpu.svg • 镜像修改 • 编译pilot-agent, envoy二进制后替换现有envoy镜像并配置到自定义deployment的image中, • Dockerfile: • From0 码力 | 30 页 | 2.67 MB | 1 年前3
 Istio at Scale: How eBay is building a massive Multitenant Service Mesh using Istiosupport eBay scale ■ Proxy config convergence time (CDS, EDS, LDS, RDS push times) ■ Resource usage (CPU, memory, etc.) ○ Secondary Goal ■ Fine-tune configuration params - debounce interval, push concurrency Main Takeaways ○ P99.9 time from single Pilot instance to 0 - 3,000 sidecars < 1 second ○ Pilot CPU & memory within acceptable limits: < 10 cores, 25 GB memory ○ Pilot can scale horizontally ● Need0 码力 | 22 页 | 505.96 KB | 1 年前3 Istio at Scale: How eBay is building a massive Multitenant Service Mesh using Istiosupport eBay scale ■ Proxy config convergence time (CDS, EDS, LDS, RDS push times) ■ Resource usage (CPU, memory, etc.) ○ Secondary Goal ■ Fine-tune configuration params - debounce interval, push concurrency Main Takeaways ○ P99.9 time from single Pilot instance to 0 - 3,000 sidecars < 1 second ○ Pilot CPU & memory within acceptable limits: < 10 cores, 25 GB memory ○ Pilot can scale horizontally ● Need0 码力 | 22 页 | 505.96 KB | 1 年前3
 Istio Security Assessmentcommand: - operator - server imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 256Mi requests: cpu: 50m memory: 128Mi env: - name: WATCH_NAMESPACE value: istio-system - name: L0 码力 | 51 页 | 849.66 KB | 1 年前3 Istio Security Assessmentcommand: - operator - server imagePullPolicy: IfNotPresent resources: limits: cpu: 200m memory: 256Mi requests: cpu: 50m memory: 128Mi env: - name: WATCH_NAMESPACE value: istio-system - name: L0 码力 | 51 页 | 849.66 KB | 1 年前3
 探讨和实践基于Istio的微服务治理事件监控的包括日志、网络数据在内的所 有信息。 宏观下的监控需求 链路总体展示 展示整个服务调用过程中链路上 每一个节点的服务状况,包括延 时、吞吐量等基本信息。 服务器总体展示 展示当前所有服务器的运行状况, 包括CPU、内存、网络、I/O读写 等信息 业务总体展示 展示当前业务相关数据的 从宏观上快速定位问题,在微观上找到问题根因的 监控方案问题二:现有的系统能否完全满足需求 现有系统如何满足运维需求Istio现有的监控体系0 码力 | 29 页 | 8.37 MB | 6 月前3 探讨和实践基于Istio的微服务治理事件监控的包括日志、网络数据在内的所 有信息。 宏观下的监控需求 链路总体展示 展示整个服务调用过程中链路上 每一个节点的服务状况,包括延 时、吞吐量等基本信息。 服务器总体展示 展示当前所有服务器的运行状况, 包括CPU、内存、网络、I/O读写 等信息 业务总体展示 展示当前业务相关数据的 从宏观上快速定位问题,在微观上找到问题根因的 监控方案问题二:现有的系统能否完全满足需求 现有系统如何满足运维需求Istio现有的监控体系0 码力 | 29 页 | 8.37 MB | 6 月前3
 Is Your Virtual Machine Really Ready-to-go with Istio?operation ○ Secure, channel based IO ● Application advantage ○ Low latency ○ High bandwidth ○ Low CPU consumption ● Istio: cross-node Proxy to Proxy kernel bypass w/ HW acceleration #IstioCon Quick0 码力 | 50 页 | 2.19 MB | 1 年前3 Is Your Virtual Machine Really Ready-to-go with Istio?operation ○ Secure, channel based IO ● Application advantage ○ Low latency ○ High bandwidth ○ Low CPU consumption ● Istio: cross-node Proxy to Proxy kernel bypass w/ HW acceleration #IstioCon Quick0 码力 | 50 页 | 2.19 MB | 1 年前3
共 9 条
- 1













