<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>东风微鸣</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <icon>https://ewhisper.cn/icon.png</icon>
  <id>https://ewhisper.cn/</id>
  <link href="https://ewhisper.cn/" rel="alternate"/>
  <link href="https://ewhisper.cn/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, 东风微鸣</rights>
  <title>东风微鸣技术博客</title>
  <updated>2026-07-10T06:49:47.329Z</updated>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="DevOps" scheme="https://ewhisper.cn/categories/DevOps/"/>
    <category term="安全" scheme="https://ewhisper.cn/tags/%E5%AE%89%E5%85%A8/"/>
    <category term="依赖管理" scheme="https://ewhisper.cn/tags/%E4%BE%9D%E8%B5%96%E7%AE%A1%E7%90%86/"/>
    <category term="零信任" scheme="https://ewhisper.cn/tags/%E9%9B%B6%E4%BF%A1%E4%BB%BB/"/>
    <category term="Dependabot" scheme="https://ewhisper.cn/tags/Dependabot/"/>
    <category term="Renovate" scheme="https://ewhisper.cn/tags/Renovate/"/>
    <id>https://ewhisper.cn/posts/42200/</id>
    <link href="https://ewhisper.cn/posts/42200/"/>
    <published>2026-06-17T07:38:08.000Z</published>
    <summary>在AI项目快速迭代中，依赖安全是致命风险。本文介绍如何利用npm、pnpm、uv以及Dependabot/Renovate配置，构建一套带“冷却期”和“脚本拦截”的零信任依赖更新流水线，有效降低供应链攻击风险。</summary>
    <title>构建 AI 项目的零信任依赖更新流水线</title>
    <updated>2026-07-10T06:49:47.329Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="CloudNative" scheme="https://ewhisper.cn/categories/CloudNative/"/>
    <category term="GitOps" scheme="https://ewhisper.cn/tags/GitOps/"/>
    <category term="Kubernetes" scheme="https://ewhisper.cn/tags/Kubernetes/"/>
    <category term="Helm" scheme="https://ewhisper.cn/tags/Helm/"/>
    <category term="ArgoCD" scheme="https://ewhisper.cn/tags/ArgoCD/"/>
    <category term="多租户" scheme="https://ewhisper.cn/tags/%E5%A4%9A%E7%A7%9F%E6%88%B7/"/>
    <category term="AppProject" scheme="https://ewhisper.cn/tags/AppProject/"/>
    <id>https://ewhisper.cn/posts/9039/</id>
    <link href="https://ewhisper.cn/posts/9039/"/>
    <published>2026-06-09T07:01:22.000Z</published>
    <summary>分享 ArgoCD 在生产级多租户 Kubernetes 平台中的实战经验，包括资源限制、工具选择、仓库分离、实例隔离、配置陷阱、AppProject 权限管理和按需调整 7 个要点，帮助 GitOps 落地更稳。</summary>
    <title>记一次 ArgoCD 实战复盘：7 个让 GitOps 更稳的实战要点</title>
    <updated>2026-06-09T07:27:24.985Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="CloudNative" scheme="https://ewhisper.cn/categories/CloudNative/"/>
    <category term="GitOps" scheme="https://ewhisper.cn/tags/GitOps/"/>
    <category term="Kubernetes" scheme="https://ewhisper.cn/tags/Kubernetes/"/>
    <category term="Argo CD" scheme="https://ewhisper.cn/tags/Argo-CD/"/>
    <category term="用户管理" scheme="https://ewhisper.cn/tags/%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86/"/>
    <category term="RBAC" scheme="https://ewhisper.cn/tags/RBAC/"/>
    <category term="权限分离" scheme="https://ewhisper.cn/tags/%E6%9D%83%E9%99%90%E5%88%86%E7%A6%BB/"/>
    <id>https://ewhisper.cn/posts/50053/</id>
    <link href="https://ewhisper.cn/posts/50053/"/>
    <published>2026-06-04T03:18:00.000Z</published>
    <summary>Argo CD 本地用户配置与权限分离实践，避免共享 admin 账号，为不同角色创建独立用户并赋予最小权限，通过 ConfigMap 和 RBAC 实现用户安全控制。</summary>
    <title>Argo CD 用户管理：本地用户配置与权限分离实践</title>
    <updated>2026-06-04T03:44:51.134Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="CloudNative" scheme="https://ewhisper.cn/categories/CloudNative/"/>
    <category term="GitOps" scheme="https://ewhisper.cn/tags/GitOps/"/>
    <category term="Kubernetes" scheme="https://ewhisper.cn/tags/Kubernetes/"/>
    <category term="Argo CD" scheme="https://ewhisper.cn/tags/Argo-CD/"/>
    <category term="rook-ceph" scheme="https://ewhisper.cn/tags/rook-ceph/"/>
    <category term="csi" scheme="https://ewhisper.cn/tags/csi/"/>
    <id>https://ewhisper.cn/posts/51444/</id>
    <link href="https://ewhisper.cn/posts/51444/"/>
    <published>2026-06-03T07:00:20.000Z</published>
    <summary>从 rook-ceph v1.19.6 升级到 v1.20.0 后，Ceph mon 数据被升级为 Tentacle ondisk format (v20)，无法降级回 v19.x。同时 v1.20.0 的 CSI operator 存在 ServiceAccount 命名不一致的 bug。</summary>
    <title>Rook-Ceph v1.20.0 CSI ServiceAccount 命名不匹配 Bug 及修复方案</title>
    <updated>2026-06-03T07:19:49.038Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="CloudNative" scheme="https://ewhisper.cn/categories/CloudNative/"/>
    <category term="GitOps" scheme="https://ewhisper.cn/tags/GitOps/"/>
    <category term="Kubernetes" scheme="https://ewhisper.cn/tags/Kubernetes/"/>
    <category term="Argo CD" scheme="https://ewhisper.cn/tags/Argo-CD/"/>
    <category term="Flux" scheme="https://ewhisper.cn/tags/Flux/"/>
    <category term="CI/CD" scheme="https://ewhisper.cn/tags/CI-CD/"/>
    <category term="声明式配置" scheme="https://ewhisper.cn/tags/%E5%A3%B0%E6%98%8E%E5%BC%8F%E9%85%8D%E7%BD%AE/"/>
    <id>https://ewhisper.cn/posts/16737/</id>
    <link href="https://ewhisper.cn/posts/16737/"/>
    <published>2026-06-02T08:17:00.000Z</published>
    <summary>虽然GitOps概念火爆，但仅有约40%的组织真正实现声明式期望状态管理。本文结合实战踩坑经历，剖析GitOps Gap的成因（误认为CI/CD即GitOps、生产环境救火心态、工具选型困难），并总结5条真正有效的实践：配置分层、自动回滚、渐进式交付、持续验证、不迷信Git。适合希望深入落地GitOps的云原生团队。</summary>
    <title>🤔 GitOps 喊了这么多年，为什么只有 40% 真正落地？</title>
    <updated>2026-06-02T08:20:41.914Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="云计算" scheme="https://ewhisper.cn/categories/%E4%BA%91%E8%AE%A1%E7%AE%97/"/>
    <category term="腾讯云" scheme="https://ewhisper.cn/tags/%E8%85%BE%E8%AE%AF%E4%BA%91/"/>
    <category term="云服务" scheme="https://ewhisper.cn/tags/%E4%BA%91%E6%9C%8D%E5%8A%A1/"/>
    <category term="SDK" scheme="https://ewhisper.cn/tags/SDK/"/>
    <category term="数据丢失" scheme="https://ewhisper.cn/tags/%E6%95%B0%E6%8D%AE%E4%B8%A2%E5%A4%B1/"/>
    <category term="技术稳定性" scheme="https://ewhisper.cn/tags/%E6%8A%80%E6%9C%AF%E7%A8%B3%E5%AE%9A%E6%80%A7/"/>
    <category term="产品策略" scheme="https://ewhisper.cn/tags/%E4%BA%A7%E5%93%81%E7%AD%96%E7%95%A5/"/>
    <id>https://ewhisper.cn/posts/13863/</id>
    <link href="https://ewhisper.cn/posts/13863/"/>
    <published>2026-05-23T03:15:00.000Z</published>
    <summary>一位前腾讯云员工从内部视角剖析腾讯云的两面性：服务态度细致的7分钱催收与频繁的技术故障、数据丢失形成鲜明对比。文章指出，云服务的核心是可靠性与技术能力，而非表面的服务精细化。</summary>
    <title>前腾讯云员工为腾讯云说‘公道话’：7 分钱催收与产品溃败的两极分化</title>
    <updated>2026-05-23T03:16:19.732Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="其他" scheme="https://ewhisper.cn/categories/%E5%85%B6%E4%BB%96/"/>
    <category term="心学" scheme="https://ewhisper.cn/tags/%E5%BF%83%E5%AD%A6/"/>
    <category term="人生感悟" scheme="https://ewhisper.cn/tags/%E4%BA%BA%E7%94%9F%E6%84%9F%E6%82%9F/"/>
    <category term="适应力" scheme="https://ewhisper.cn/tags/%E9%80%82%E5%BA%94%E5%8A%9B/"/>
    <category term="城市生存" scheme="https://ewhisper.cn/tags/%E5%9F%8E%E5%B8%82%E7%94%9F%E5%AD%98/"/>
    <category term="中年焦虑" scheme="https://ewhisper.cn/tags/%E4%B8%AD%E5%B9%B4%E7%84%A6%E8%99%91/"/>
    <id>https://ewhisper.cn/posts/9526/</id>
    <link href="https://ewhisper.cn/posts/9526/"/>
    <published>2026-05-19T10:25:43.000Z</published>
    <summary>观察城市里的珠颈斑鸠，发现其“去敏感化”、“低能耗策略”、“强适应力”、“持续输出”的生存智慧，与中年人城市生存法则如出一辙，结合心学知行合一，给出实用建议。</summary>
    <title>从惊弓之鸟到珠颈斑鸠：中年人城市生存法则 🕊️</title>
    <updated>2026-05-19T11:03:37.300Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="云计算" scheme="https://ewhisper.cn/categories/%E4%BA%91%E8%AE%A1%E7%AE%97/"/>
    <category term="AWS" scheme="https://ewhisper.cn/tags/AWS/"/>
    <category term="Grafana" scheme="https://ewhisper.cn/tags/Grafana/"/>
    <category term="Prometheus" scheme="https://ewhisper.cn/tags/Prometheus/"/>
    <category term="性能排查" scheme="https://ewhisper.cn/tags/%E6%80%A7%E8%83%BD%E6%8E%92%E6%9F%A5/"/>
    <category term="磁盘IO" scheme="https://ewhisper.cn/tags/%E7%A3%81%E7%9B%98IO/"/>
    <category term="ECS" scheme="https://ewhisper.cn/tags/ECS/"/>
    <category term="排障日记" scheme="https://ewhisper.cn/tags/%E6%8E%92%E9%9A%9C%E6%97%A5%E8%AE%B0/"/>
    <id>https://ewhisper.cn/posts/7542/</id>
    <link href="https://ewhisper.cn/posts/7542/"/>
    <published>2026-05-18T02:36:33.000Z</published>
    <summary>本文记录了一次应用性能问题的排查过程，从常规指标正常到发现磁盘IO利用率100%，揭示了gp3卷的吞吐量限制问题，并总结了实用的EBS性能排查清单。</summary>
    <title>凌晨告警排查记：一次 AWS EBS 磁盘 IO 利用率 100% 的真相</title>
    <updated>2026-05-18T03:26:23.321Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="Thoughts" scheme="https://ewhisper.cn/categories/Thoughts/"/>
    <category term="AI" scheme="https://ewhisper.cn/tags/AI/"/>
    <category term="DevOps" scheme="https://ewhisper.cn/tags/DevOps/"/>
    <category term="GitOps" scheme="https://ewhisper.cn/tags/GitOps/"/>
    <category term="Helm" scheme="https://ewhisper.cn/tags/Helm/"/>
    <category term="自动化" scheme="https://ewhisper.cn/tags/%E8%87%AA%E5%8A%A8%E5%8C%96/"/>
    <category term="工作生活平衡" scheme="https://ewhisper.cn/tags/%E5%B7%A5%E4%BD%9C%E7%94%9F%E6%B4%BB%E5%B9%B3%E8%A1%A1/"/>
    <id>https://ewhisper.cn/posts/28130/</id>
    <link href="https://ewhisper.cn/posts/28130/"/>
    <published>2026-05-17T06:18:01.000Z</published>
    <summary>在AI时代，自动化工具反而让我们更加忙碌。本文从保罗·拉法格的《闲散颂》出发，探讨技术进步与闲暇的矛盾，分析为何我们明明可以松弛却偏要过劳，并结合DevOps实践分享如何利用AI释放时间，重新定义努力与闲暇的关系。</summary>
    <title>AI 时代，闲暇为何比忙碌更重要</title>
    <updated>2026-05-17T06:52:42.309Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="Observability" scheme="https://ewhisper.cn/categories/Observability/"/>
    <category term="Grafana" scheme="https://ewhisper.cn/tags/Grafana/"/>
    <category term="SRE" scheme="https://ewhisper.cn/tags/SRE/"/>
    <category term="SLO" scheme="https://ewhisper.cn/tags/SLO/"/>
    <category term="团队协作" scheme="https://ewhisper.cn/tags/%E5%9B%A2%E9%98%9F%E5%8D%8F%E4%BD%9C/"/>
    <category term="可观测性" scheme="https://ewhisper.cn/tags/%E5%8F%AF%E8%A7%82%E6%B5%8B%E6%80%A7/"/>
    <category term="平台工程" scheme="https://ewhisper.cn/tags/%E5%B9%B3%E5%8F%B0%E5%B7%A5%E7%A8%8B/"/>
    <id>https://ewhisper.cn/posts/26761/</id>
    <link href="https://ewhisper.cn/posts/26761/"/>
    <published>2026-05-16T03:23:29.000Z</published>
    <summary>可观测性的本质不是“有一个团队能做监控”，而是“每个团队都能理解自己服务的健康状态”。本文结合SpotOn实战案例，探讨集中式团队的陷阱、平台工程+约定优先配置的解药，以及文化变革的三步走路径。</summary>
    <title>可观测性不是孤岛：团队协作与文化变革</title>
    <updated>2026-05-16T03:33:04.026Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="云计算" scheme="https://ewhisper.cn/categories/%E4%BA%91%E8%AE%A1%E7%AE%97/"/>
    <category term="Cloudflare" scheme="https://ewhisper.cn/tags/Cloudflare/"/>
    <category term="危机公关" scheme="https://ewhisper.cn/tags/%E5%8D%B1%E6%9C%BA%E5%85%AC%E5%85%B3/"/>
    <category term="透明度" scheme="https://ewhisper.cn/tags/%E9%80%8F%E6%98%8E%E5%BA%A6/"/>
    <category term="信任" scheme="https://ewhisper.cn/tags/%E4%BF%A1%E4%BB%BB/"/>
    <id>https://ewhisper.cn/posts/65183/</id>
    <link href="https://ewhisper.cn/posts/65183/"/>
    <published>2026-05-13T02:16:55.000Z</published>
    <summary>本文结合Cloudflare官方博客的详实报告，提炼出透明沟通、快速响应、持续改进三大支柱，并探讨如何将这些原则应用到日常运维与危机管理之中。</summary>
    <title>失败不丢人，隐瞒才丢人：Cloudflare 的危机公关启示录</title>
    <updated>2026-05-13T02:31:58.816Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="AI" scheme="https://ewhisper.cn/categories/AI/"/>
    <category term="AI" scheme="https://ewhisper.cn/tags/AI/"/>
    <category term="认知债务" scheme="https://ewhisper.cn/tags/%E8%AE%A4%E7%9F%A5%E5%80%BA%E5%8A%A1/"/>
    <category term="技能退化" scheme="https://ewhisper.cn/tags/%E6%8A%80%E8%83%BD%E9%80%80%E5%8C%96/"/>
    <category term="代理编码" scheme="https://ewhisper.cn/tags/%E4%BB%A3%E7%90%86%E7%BC%96%E7%A0%81/"/>
    <category term="开发效率" scheme="https://ewhisper.cn/tags/%E5%BC%80%E5%8F%91%E6%95%88%E7%8E%87/"/>
    <category term="技术债务" scheme="https://ewhisper.cn/tags/%E6%8A%80%E6%9C%AF%E5%80%BA%E5%8A%A1/"/>
    <id>https://ewhisper.cn/posts/3343/</id>
    <link href="https://ewhisper.cn/posts/3343/"/>
    <published>2026-05-12T01:55:40.000Z</published>
    <summary>本文探讨了AI辅助开发中产生的“认知债务”与技能退化问题，分析了代理编码的陷阱，并提供了如何避免被AI架空的实践建议。</summary>
    <title>当 AI 成为依赖：认知债务与技能退化的隐忧</title>
    <updated>2026-05-12T02:24:51.799Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="云计算" scheme="https://ewhisper.cn/categories/%E4%BA%91%E8%AE%A1%E7%AE%97/"/>
    <category term="AWS" scheme="https://ewhisper.cn/tags/AWS/"/>
    <category term="高可用" scheme="https://ewhisper.cn/tags/%E9%AB%98%E5%8F%AF%E7%94%A8/"/>
    <category term="Well-Architected" scheme="https://ewhisper.cn/tags/Well-Architected/"/>
    <category term="可靠性" scheme="https://ewhisper.cn/tags/%E5%8F%AF%E9%9D%A0%E6%80%A7/"/>
    <category term="故障恢复" scheme="https://ewhisper.cn/tags/%E6%95%85%E9%9A%9C%E6%81%A2%E5%A4%8D/"/>
    <id>https://ewhisper.cn/posts/26483/</id>
    <link href="https://ewhisper.cn/posts/26483/"/>
    <published>2026-05-11T03:22:11.000Z</published>
    <summary>从架构设计到故障恢复，结合 AWS Well-Architected Framework 的可靠性支柱，详解自动恢复、水平扩展、冗余部署、可观察性和灾难恢复五大原则，助你构建高可用云上应用。</summary>
    <title>AWS 可靠性最佳实践：从架构设计到故障恢复一把梭</title>
    <updated>2026-05-11T03:45:48.348Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="游戏配置" scheme="https://ewhisper.cn/categories/%E6%B8%B8%E6%88%8F%E9%85%8D%E7%BD%AE/"/>
    <category term="Ubuntu" scheme="https://ewhisper.cn/tags/Ubuntu/"/>
    <category term="Wine" scheme="https://ewhisper.cn/tags/Wine/"/>
    <category term="DXVK" scheme="https://ewhisper.cn/tags/DXVK/"/>
    <category term="魔兽争霸3" scheme="https://ewhisper.cn/tags/%E9%AD%94%E5%85%BD%E4%BA%89%E9%9C%B83/"/>
    <category term="Dota1" scheme="https://ewhisper.cn/tags/Dota1/"/>
    <id>https://ewhisper.cn/posts/8281/</id>
    <link href="https://ewhisper.cn/posts/8281/"/>
    <published>2026-05-08T08:17:57.000Z</published>
    <summary>本文详细介绍了在 Ubuntu 26.04 上配置魔兽争霸3和11对战平台的方法，包括NVIDIA驱动安装、Vulkan库、Wine环境搭建、DXVK优化及常见问题解决。</summary>
    <title>Ubuntu 26.04 游戏配置指南：魔兽争霸 3 Dota1</title>
    <updated>2026-05-08T08:58:06.997Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="HomeServer" scheme="https://ewhisper.cn/categories/HomeServer/"/>
    <category term="Ubuntu" scheme="https://ewhisper.cn/tags/Ubuntu/"/>
    <category term="Linux" scheme="https://ewhisper.cn/tags/Linux/"/>
    <category term="迁移" scheme="https://ewhisper.cn/tags/%E8%BF%81%E7%A7%BB/"/>
    <category term="双系统" scheme="https://ewhisper.cn/tags/%E5%8F%8C%E7%B3%BB%E7%BB%9F/"/>
    <category term="驱动" scheme="https://ewhisper.cn/tags/%E9%A9%B1%E5%8A%A8/"/>
    <category term="安装" scheme="https://ewhisper.cn/tags/%E5%AE%89%E8%A3%85/"/>
    <id>https://ewhisper.cn/posts/14789/</id>
    <link href="https://ewhisper.cn/posts/14789/"/>
    <published>2026-05-08T03:08:33.000Z</published>
    <summary>本文记录了从 Windows 11 迁移到 Ubuntu 26.04 的双系统安装过程，包括手动分区、驱动配置、常用软件测试以及实际使用体验，为有意迁移的用户提供参考。</summary>
    <title>从 Windows 11 迁移到 Ubuntu 26.04：双系统安装与体验记录</title>
    <updated>2026-05-08T03:40:12.287Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="HomeServer" scheme="https://ewhisper.cn/categories/HomeServer/"/>
    <category term="Ubuntu" scheme="https://ewhisper.cn/tags/Ubuntu/"/>
    <category term="LTS" scheme="https://ewhisper.cn/tags/LTS/"/>
    <category term="系统升级" scheme="https://ewhisper.cn/tags/%E7%B3%BB%E7%BB%9F%E5%8D%87%E7%BA%A7/"/>
    <category term="Linux内核" scheme="https://ewhisper.cn/tags/Linux%E5%86%85%E6%A0%B8/"/>
    <category term="Rust" scheme="https://ewhisper.cn/tags/Rust/"/>
    <category term="Wayland" scheme="https://ewhisper.cn/tags/Wayland/"/>
    <id>https://ewhisper.cn/posts/27443/</id>
    <link href="https://ewhisper.cn/posts/27443/"/>
    <published>2026-05-05T02:57:52.000Z</published>
    <summary>详细介绍从 Ubuntu 24.04 LTS 升级到 26.04 LTS 的完整流程，涵盖备份、系统更新、升级执行、新特性核心价值（Linux 7.0内核、Rust、Wayland、TPM全盘加密）以及企业级应用建议。</summary>
    <title>拥抱未来十年：Ubuntu 26.04 LTS 升级实践</title>
    <updated>2026-05-05T03:04:01.219Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="随笔" scheme="https://ewhisper.cn/categories/%E9%9A%8F%E7%AC%94/"/>
    <category term="装机" scheme="https://ewhisper.cn/tags/%E8%A3%85%E6%9C%BA/"/>
    <category term="硬件升级" scheme="https://ewhisper.cn/tags/%E7%A1%AC%E4%BB%B6%E5%8D%87%E7%BA%A7/"/>
    <category term="SSD" scheme="https://ewhisper.cn/tags/SSD/"/>
    <category term="中年" scheme="https://ewhisper.cn/tags/%E4%B8%AD%E5%B9%B4/"/>
    <category term="IT生活" scheme="https://ewhisper.cn/tags/IT%E7%94%9F%E6%B4%BB/"/>
    <id>https://ewhisper.cn/posts/19337/</id>
    <link href="https://ewhisper.cn/posts/19337/"/>
    <published>2026-05-04T09:13:15.000Z</published>
    <summary>周末装SATA SSD为双系统 Ubuntu 26.04 作准备，却因身体机能下降、记忆模糊和心理落差折腾一小时。从螺丝刀到少年游，感慨中年人的能力衰减与自我和解，最终收获SSD丝滑体验。</summary>
    <title>装个硬盘，方知中年：从螺丝刀到少年游</title>
    <updated>2026-05-04T10:21:26.533Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="CloudNative" scheme="https://ewhisper.cn/categories/CloudNative/"/>
    <category term="CloudNative" scheme="https://ewhisper.cn/tags/CloudNative/"/>
    <category term="DevOps" scheme="https://ewhisper.cn/tags/DevOps/"/>
    <category term="Kubernetes" scheme="https://ewhisper.cn/tags/Kubernetes/"/>
    <category term="HPA" scheme="https://ewhisper.cn/tags/HPA/"/>
    <category term="AutoScaling" scheme="https://ewhisper.cn/tags/AutoScaling/"/>
    <category term="Performance" scheme="https://ewhisper.cn/tags/Performance/"/>
    <id>https://ewhisper.cn/posts/9541/</id>
    <link href="https://ewhisper.cn/posts/9541/"/>
    <published>2026-05-01T00:18:49.000Z</published>
    <summary>本文分享了10个实用技巧，帮助你在Kubernetes中配置稳定的HPA，避免Pod扩缩容时的抖动问题。涵盖了targetAverageUtilization设置、自定义指标使用、PodDisruptionBudget配置、与Cluster Autoscaler配合等关键技术要点。</summary>
    <title>告别 HPA 抖动：十个技巧让你的 Pod 扩缩容稳定到哭</title>
    <updated>2026-05-01T00:22:01.626Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="其他" scheme="https://ewhisper.cn/categories/%E5%85%B6%E4%BB%96/"/>
    <category term="中年危机" scheme="https://ewhisper.cn/tags/%E4%B8%AD%E5%B9%B4%E5%8D%B1%E6%9C%BA/"/>
    <category term="职业焦虑" scheme="https://ewhisper.cn/tags/%E8%81%8C%E4%B8%9A%E7%84%A6%E8%99%91/"/>
    <category term="技术迭代" scheme="https://ewhisper.cn/tags/%E6%8A%80%E6%9C%AF%E8%BF%AD%E4%BB%A3/"/>
    <category term="个人成长" scheme="https://ewhisper.cn/tags/%E4%B8%AA%E4%BA%BA%E6%88%90%E9%95%BF/"/>
    <category term="职场感悟" scheme="https://ewhisper.cn/tags/%E8%81%8C%E5%9C%BA%E6%84%9F%E6%82%9F/"/>
    <category term="程序员" scheme="https://ewhisper.cn/tags/%E7%A8%8B%E5%BA%8F%E5%91%98/"/>
    <category term="生活思考" scheme="https://ewhisper.cn/tags/%E7%94%9F%E6%B4%BB%E6%80%9D%E8%80%83/"/>
    <id>https://ewhisper.cn/posts/48655/</id>
    <link href="https://ewhisper.cn/posts/48655/"/>
    <published>2026-05-01T00:01:01.000Z</published>
    <summary>一个噩梦，把中年男人最怕的三件事——房产缩水、技术淘汰、至亲离去——打包塞进了同一个夜晚。醒来后，我把这场梦和这些年对职业、资产、家庭的思考一起写了下来。</summary>
    <title>中年男人的梦魇：房产缩水、失业危机与痛失至亲</title>
    <updated>2026-05-01T00:14:16.610Z</updated>
  </entry>
  <entry>
    <author>
      <name>东风微鸣</name>
    </author>
    <category term="AI" scheme="https://ewhisper.cn/categories/AI/"/>
    <category term="AI" scheme="https://ewhisper.cn/tags/AI/"/>
    <category term="职业发展" scheme="https://ewhisper.cn/tags/%E8%81%8C%E4%B8%9A%E5%8F%91%E5%B1%95/"/>
    <category term="技术成长" scheme="https://ewhisper.cn/tags/%E6%8A%80%E6%9C%AF%E6%88%90%E9%95%BF/"/>
    <category term="心学" scheme="https://ewhisper.cn/tags/%E5%BF%83%E5%AD%A6/"/>
    <category term="架构师" scheme="https://ewhisper.cn/tags/%E6%9E%B6%E6%9E%84%E5%B8%88/"/>
    <id>https://ewhisper.cn/posts/59819/</id>
    <link href="https://ewhisper.cn/posts/59819/"/>
    <published>2026-04-07T06:33:42.000Z</published>
    <summary>在AI时代，知识变得触手可及，但技术人却感到目标虚无。本文从心学角度探讨知行合一的重要性，以及如何从知识容器转变为架构心智。</summary>
    <title>AI 时代的技术人困境：当知识触手可及时，我们为何感到虚无？</title>
    <updated>2026-04-07T06:42:38.855Z</updated>
  </entry>
</feed>
