上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: Fortio (Φορτίο) 最初是 Istio 的负载测试工具,后来(2018 年)毕业成为自己的项目。 fortio这个名字来自希腊语φορτίο,意思是负荷/负担。 https://gitee.com/mirrors/fortio#command-line-arguments docker 阅读全文
posted @ 2022-10-01 10:49 mingtian是吧 阅读(43) 评论(0) 推荐(0)
摘要: Intle/AMD (x86_64) ARM64 (aarch64) IBM PowerPC (ppc64le) IBM Z (s390x) 阅读全文
posted @ 2022-10-01 09:34 mingtian是吧 阅读(43) 评论(0) 推荐(0)
摘要: 问题1 [root@ceph ~]# kubectl get cs Warning: v1 ComponentStatus is deprecated in v1.19+ NAME STATUS MESSAGE ERROR controller-manager Unhealthy Get "http 阅读全文
posted @ 2022-09-23 10:40 mingtian是吧 阅读(99) 评论(0) 推荐(0)
摘要: import os,threading,requests ip=input('请输入要检测的ip:').strip().split('.')[0:3] ip='.'.join(ip) def detect(i): address=ip+'.%s'%i if os.name == 'nt': res= 阅读全文
posted @ 2022-09-11 22:25 mingtian是吧 阅读(46) 评论(0) 推荐(0)
摘要: 第一章 <html> <!--解释器--> <!DOCTYPE html> <head> <!--字符集--> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <!--刷新跳转--> <meta http-equ 阅读全文
posted @ 2022-09-06 13:50 mingtian是吧 阅读(43) 评论(0) 推荐(0)
摘要: https://raw.githubusercontent.com/zhiwehu/Python-programming-exercises/master/100%2B%20Python%20challenging%20programming%20exercises.txt 100+ Python 阅读全文
posted @ 2022-09-05 17:35 mingtian是吧 阅读(61) 评论(0) 推荐(0)
摘要: import cv2 as cv import sys import time # 指定视屏存储解码格式 fourcc = cv.VideoWriter_fourcc(*'XVID') out = cv.VideoWriter('out.avi', fourcc, 20.0, (640, 480)) 阅读全文
posted @ 2022-09-05 17:11 mingtian是吧 阅读(21) 评论(0) 推荐(0)
摘要: istio1.5后版本包括组件: 控制平面: istiod(pilot,citadel,galley) 数据平面: istio-proxy(envoy开发版) ingress gateway egress gateway addons 部署控制平面 下载地址 https://github.com/i 阅读全文
posted @ 2022-09-02 13:49 mingtian是吧 阅读(75) 评论(0) 推荐(0)
摘要: tracing: 通过元数据span context (traceid spanid 父级spanid span_context )传播达到跟踪链路, 具体来说 【服务调用者】在请求header中注入元数据, 》通过数据序列化传输给被调用者 》被调用者 反序列读取元数据 trace: 一个完整的请求 阅读全文
posted @ 2022-08-23 18:11 mingtian是吧 阅读(183) 评论(0) 推荐(0)
摘要: Envoy **envoy:**是一个7层代理和L3/L4的服务总线,使用c++编写,envoy 单进程,多线程。 envoy 提供了服务网格的数据平面,istio 使用了envoy作为数据平面【istio-proxy】,自身又实现了服务网格的控制平面。 配置文件语法测试 envoy --mode 阅读全文
posted @ 2022-07-26 18:41 mingtian是吧 阅读(593) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页