山水情缘
山水情缘
Devops拾慧
# 应用迁移 1. 云迁移可能涉及的部署图  ## 参考 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. 执行...
CA 认证
# 概念 ## 证书认证 
# 应用模型 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之间所有的网络通信。  ## Mixer架构  ## Citadel  ## Envoy代理  ## xDS  ## 参考 1....
思考人生

Shell
# 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)
# 性能分析学习 ## 性能工具一览表  ## 参考 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/)