山水情缘

Results 102 issues of 山水情缘

# 应用迁移 1. 云迁移可能涉及的部署图 ![image](https://user-images.githubusercontent.com/9961069/75506753-f471c380-5a19-11ea-9ddc-316220adba0c.png) ## 参考 1. [阿里云开源 image-syncer 工具,容器镜像迁移同步的终极利器](https://yq.aliyun.com/articles/727565?spm=a2c4e.11153940.0.0.f56bb651vXprKJ&type=2)

# Centos 断点进入紧急模式 ## 现象 1. 服务器卡死登不上去,强制重启,系统进入emgency画面 ``` [sda] Assuming drive cache: write through Metadata corruption detected at xfs_agi_read_verify+0x5e/0x110 [xfs], xfs_agi block 0x2 Unmount and run xfs_repair ``` 2. 执行...

# 计算机密码相关 1. [分类:理解计算机 - 阮一峰的网络日志](http://www.ruanyifeng.com/blog/computer/)

博客
文章

# 概念 ## 证书认证 ![image](https://user-images.githubusercontent.com/9961069/115210469-30417e00-a131-11eb-96ce-7e52af798c05.png)

# 应用模型 1. [oam-dev/spec: The Open Application Model (OAM) Specification](https://github.com/oam-dev/spec)

规范
整理

# lstio ## 一、 概念 ### 1.1 什么是lstio Istio是一个开源的服务网格,可为分布式微服务架构提供所需的基础运行和管理要素。。Istio采用一种一致的方式来保护、连接和监控微服务,降低了管理微服务部署的复杂性 ### 1.2 lstio 组成 从架构设计上来看,Istio服务网格在逻辑上分为控制平面和数据平面两部分。其中,控制平面Pilot负责管理和配置代理来路由流量,并配置Mixer以实施策略和收集遥测数据;数据平面由一组以Sidecar方式部署的智能代理(Envoy)组成,这些代理可以调节和控制微服务及Mixer之间所有的网络通信。 ![image](https://user-images.githubusercontent.com/9961069/79705543-aa55e180-82e8-11ea-8f1f-49b4558d55f0.png) ## Mixer架构 ![image](https://user-images.githubusercontent.com/9961069/79705569-bd68b180-82e8-11ea-996f-a76f3209ac2b.png) ## Citadel ![image](https://user-images.githubusercontent.com/9961069/79705605-d83b2600-82e8-11ea-9625-1e7a6b3a7581.png) ## Envoy代理 ![image](https://user-images.githubusercontent.com/9961069/79705626-ee48e680-82e8-11ea-8ebd-9a3ab12dd57b.png) ## xDS ![image](https://user-images.githubusercontent.com/9961069/79705651-fb65d580-82e8-11ea-91b4-367558727b83.png) ## 参考 1....

![image](https://user-images.githubusercontent.com/9961069/102854016-7ffe8a00-445c-11eb-94cf-39834d94dfda.png)

# shell 中的特殊字符 ## 参考 1. [shell 里面的奇葩字符](https://juejin.im/post/5e2565a0f265da3e1d219688?utm_source=gold_browser_extension) 2. [What is “-bash: !”: event not found"](https://serverfault.com/questions/208265/what-is-bash-event-not-found)

# 性能分析学习 ## 性能工具一览表 ![image](https://user-images.githubusercontent.com/9961069/112088408-bae29c00-8bca-11eb-8603-1aec698354f8.png) ## 参考 1. [brendangregg/perf-tools: Performance analysis tools based on Linux perf_events (aka perf) and ftrace](https://github.com/brendangregg/perf-tools) 2. [brendangregg/bpf-perf-tools-book: Official repository for the BPF Performance Tools book](https://github.com/brendangregg/bpf-perf-tools-book)

[ArgoCD内网安装_ruofu15的博客-CSDN博客](https://blog.csdn.net/ruofu15/article/details/106413223/)