<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>xawei</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <id>https://xawei.xyz/</id>
  <link href="https://xawei.xyz/" rel="alternate"/>
  <link href="https://xawei.xyz/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, xawei</rights>
  <subtitle>hello world</subtitle>
  <title>MyCatalog</title>
  <updated>2026-06-05T09:31:59.354Z</updated>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="AWS" scheme="https://xawei.xyz/categories/AWS/"/>
    <category term="Kubernetes" scheme="https://xawei.xyz/tags/Kubernetes/"/>
    <category term="AWS" scheme="https://xawei.xyz/tags/AWS/"/>
    <category term="EFS" scheme="https://xawei.xyz/tags/EFS/"/>
    <category term="CSI" scheme="https://xawei.xyz/tags/CSI/"/>
    <id>https://xawei.xyz/2026/06/05/aws-efs-csi-driver-deep-dive/</id>
    <link href="https://xawei.xyz/2026/06/05/aws-efs-csi-driver-deep-dive/"/>
    <published>2026-06-05T02:00:00.000Z</published>
    <summary>
      <![CDATA[<p>A deep dive into the AWS EFS CSI Driver architecture, explaining the complete workflow when a Kubernetes PVC is created—from filesystem and mount targets to access points and dynamic provisioning.</p>]]>
    </summary>
    <title>Inside the AWS EFS CSI Driver: What Really Happens When a PVC Is Created?</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Web Development" scheme="https://xawei.xyz/categories/Web-Development/"/>
    <category term="Web Development" scheme="https://xawei.xyz/tags/Web-Development/"/>
    <id>https://xawei.xyz/2025/05/15/understanding-cross-origin-resource-sharing/</id>
    <link href="https://xawei.xyz/2025/05/15/understanding-cross-origin-resource-sharing/"/>
    <published>2025-05-15T01:30:00.000Z</published>
    <summary>
      <![CDATA[<p>A concise guide to understanding and resolving Cross-Origin Resource Sharing (CORS) issues in modern web applications.</p>]]>
    </summary>
    <title>Understanding Cross-Origin Resource Sharing (CORS): Problems and Solutions</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Go" scheme="https://xawei.xyz/categories/Go/"/>
    <category term="Go" scheme="https://xawei.xyz/tags/Go/"/>
    <id>https://xawei.xyz/2025/05/12/mastering-go-again/</id>
    <link href="https://xawei.xyz/2025/05/12/mastering-go-again/"/>
    <published>2025-05-12T00:10:00.000Z</published>
    <summary>
      <![CDATA[<p>A concise, fast-paced Go refresher tailored for experienced backend developers returning to the language.</p>]]>
    </summary>
    <title>Mastering Go Again: A Refresher for Developers with Prior Experience</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="AWS" scheme="https://xawei.xyz/categories/AWS/"/>
    <category term="AWS" scheme="https://xawei.xyz/tags/AWS/"/>
    <category term="TGW" scheme="https://xawei.xyz/tags/TGW/"/>
    <id>https://xawei.xyz/2025/02/12/Simplifying_Multi-VPC_Networking_with_AWS_Transit_Gateway/</id>
    <link href="https://xawei.xyz/2025/02/12/Simplifying_Multi-VPC_Networking_with_AWS_Transit_Gateway/"/>
    <published>2025-02-12T12:30:09.000Z</published>
    <summary>
      <![CDATA[<p>Discover how AWS Transit Gateway streamlines complex multi-VPC networking architectures compared to traditional VPC peering.</p>]]>
    </summary>
    <title>Simplifying Multi-VPC Networking with AWS Transit Gateway</title>
    <updated>2026-06-05T09:31:59.346Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="AWS" scheme="https://xawei.xyz/categories/AWS/"/>
    <category term="AWS" scheme="https://xawei.xyz/tags/AWS/"/>
    <category term="NLB" scheme="https://xawei.xyz/tags/NLB/"/>
    <id>https://xawei.xyz/2025/02/09/AWS-NLB%E5%90%8E%E7%AB%AF%E6%9C%8D%E5%8A%A1%E9%97%B4%E6%AD%87%E6%80%A7%E8%B6%85%E6%97%B6%E9%97%AE%E9%A2%98/</id>
    <link href="https://xawei.xyz/2025/02/09/AWS-NLB%E5%90%8E%E7%AB%AF%E6%9C%8D%E5%8A%A1%E9%97%B4%E6%AD%87%E6%80%A7%E8%B6%85%E6%97%B6%E9%97%AE%E9%A2%98/"/>
    <published>2025-02-09T02:26:02.000Z</published>
    <summary>
      <![CDATA[<p>最近在AWS上遇到一个问题：两个EKS集群（ClusterA与ClusterB）跨3个可用区部署，均部署了Istio，但在通过Route53访问服务时，突然出现了间歇性连接超时和<code>connection reset</code>。经排查，发现问题出现在NLB与后端服务之间，也和网络配置有关。</p>]]>
    </summary>
    <title>AWS NLB后端服务间歇性超时问题</title>
    <updated>2026-06-05T09:31:59.346Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Istio" scheme="https://xawei.xyz/categories/Istio/"/>
    <category term="Istio" scheme="https://xawei.xyz/tags/Istio/"/>
    <category term="Kubernetes" scheme="https://xawei.xyz/tags/Kubernetes/"/>
    <category term="Service Mesh" scheme="https://xawei.xyz/tags/Service-Mesh/"/>
    <id>https://xawei.xyz/2025/01/21/Introduction%20to%20Istio%20resources/</id>
    <link href="https://xawei.xyz/2025/01/21/Introduction%20to%20Istio%20resources/"/>
    <published>2025-01-21T04:55:00.000Z</published>
    <summary>
      <![CDATA[<p>Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. It supports managing traffic, enforcing access policies, and aggregating telemetry data, all without requiring changes to the actual services. This article will introduce the basic resources of Istio, including <code>Gateway</code>, <code>VirtualService</code>, <code>DestinationRule</code>, <code>ServiceEntry</code>, <code>Sidecar</code>, and <code>AuthorizationPolicy</code>.</p>]]>
    </summary>
    <title>Introduction to Istio Resources</title>
    <updated>2026-06-05T09:31:59.346Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Kubernetes" scheme="https://xawei.xyz/categories/Kubernetes/"/>
    <category term="Kubernetes" scheme="https://xawei.xyz/tags/Kubernetes/"/>
    <id>https://xawei.xyz/2024/05/08/Kubernetes%20Service/</id>
    <link href="https://xawei.xyz/2024/05/08/Kubernetes%20Service/"/>
    <published>2024-05-08T15:53:21.000Z</published>
    <summary>
      <![CDATA[<p>本文深入解析 Kubernetes 中各类 Service（ClusterIP、NodePort、LoadBalancer 等）的核心机制及适用场景，带你掌握容器网络访问的最佳实践。</p>]]>
    </summary>
    <title>Kubernetes Service</title>
    <updated>2026-06-05T09:31:59.346Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="AWS" scheme="https://xawei.xyz/categories/AWS/"/>
    <id>https://xawei.xyz/2024/05/01/Use%20VPC%20Endpoint%20to%20Keep%20Your%20Network%20Traffic%20in%20AWS/</id>
    <link href="https://xawei.xyz/2024/05/01/Use%20VPC%20Endpoint%20to%20Keep%20Your%20Network%20Traffic%20in%20AWS/"/>
    <published>2024-05-01T16:00:00.000Z</published>
    <summary>
      <![CDATA[<p>AWS VPC Endpoints enhance security and performance by keeping network traffic within the AWS cloud.<br>This article covers what VPC Endpoints are, their types, and how to set them up to improve your AWS infrastructure.</p>]]>
    </summary>
    <title>Use VPC Endpoint to Keep Your Network Traffic in AWS</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Virtualization" scheme="https://xawei.xyz/categories/Virtualization/"/>
    <id>https://xawei.xyz/2022/03/10/hypervisor%E4%BB%8B%E7%BB%8D/</id>
    <link href="https://xawei.xyz/2022/03/10/hypervisor%E4%BB%8B%E7%BB%8D/"/>
    <published>2022-03-10T03:48:03.000Z</published>
    <summary>
      <![CDATA[<p>hypervisor作用、类型和实现简介。</p>]]>
    </summary>
    <title>Hypervisor介绍</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Kubernetes" scheme="https://xawei.xyz/categories/Kubernetes/"/>
    <id>https://xawei.xyz/2021/06/22/Kubernetes%E4%B8%AD%E7%9A%84static%20pod%E5%AE%9E%E7%8E%B0%E4%B8%8E%E4%BD%BF%E7%94%A8%E5%9C%BA%E6%99%AF%E5%88%86%E6%9E%90/</id>
    <link href="https://xawei.xyz/2021/06/22/Kubernetes%E4%B8%AD%E7%9A%84static%20pod%E5%AE%9E%E7%8E%B0%E4%B8%8E%E4%BD%BF%E7%94%A8%E5%9C%BA%E6%99%AF%E5%88%86%E6%9E%90/"/>
    <published>2021-06-22T04:00:00.000Z</published>
    <summary>
      <![CDATA[<p>介绍Kubernetes中的staic pod具体的实现逻辑，以及可能的使用场景。</p>]]>
    </summary>
    <title>Kubernetes中的Static pod实现与使用场景分析</title>
    <updated>2026-06-05T09:31:59.346Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Open Source" scheme="https://xawei.xyz/categories/Open-Source/"/>
    <id>https://xawei.xyz/2021/04/13/ploto-quick-start/</id>
    <link href="https://xawei.xyz/2021/04/13/ploto-quick-start/"/>
    <published>2021-04-13T06:52:41.000Z</published>
    <summary>
      <![CDATA[<p>介绍任务调度与执行框架Ploto的quick start. 目前可部署使用，源码待整理后开源。</p>]]>
    </summary>
    <title>Ploto quick start</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Kubernetes" scheme="https://xawei.xyz/categories/Kubernetes/"/>
    <id>https://xawei.xyz/2021/03/05/%E4%BD%BF%E7%94%A8CRD%E5%92%8CAggregated%20Server%E6%89%A9%E5%B1%95Kubernetes/</id>
    <link href="https://xawei.xyz/2021/03/05/%E4%BD%BF%E7%94%A8CRD%E5%92%8CAggregated%20Server%E6%89%A9%E5%B1%95Kubernetes/"/>
    <published>2021-03-05T02:01:00.000Z</published>
    <summary>
      <![CDATA[<p>详解 Kubernetes 官方提供的两大扩展利器：CRD (Custom Resource Definition) 与 Aggregation Layer，深度剖析其工作原理与最佳适用场景。</p>]]>
    </summary>
    <title>使用CRD和Aggregated Server扩展Kubernetes</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Kubernetes" scheme="https://xawei.xyz/categories/Kubernetes/"/>
    <id>https://xawei.xyz/2021/01/10/pv-pvc-basic-use/</id>
    <link href="https://xawei.xyz/2021/01/10/pv-pvc-basic-use/"/>
    <published>2021-01-10T03:10:00.000Z</published>
    <summary>
      <![CDATA[<p>深入浅出解析 Kubernetes 持久化存储核心概念，带你掌握 PV (PersistentVolume) 与 PVC (PersistentVolumeClaim) 的工作原理与实践操作。</p>]]>
    </summary>
    <title>PV和PVC</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Kubernetes" scheme="https://xawei.xyz/categories/Kubernetes/"/>
    <id>https://xawei.xyz/2020/12/13/%E5%87%A0%E7%A7%8D%E5%B8%B8%E8%A7%81%E7%9A%84%E5%8F%91%E5%B8%83%E7%AD%96%E7%95%A5/</id>
    <link href="https://xawei.xyz/2020/12/13/%E5%87%A0%E7%A7%8D%E5%B8%B8%E8%A7%81%E7%9A%84%E5%8F%91%E5%B8%83%E7%AD%96%E7%95%A5/"/>
    <published>2020-12-13T02:05:03.000Z</published>
    <summary>
      <![CDATA[<p>一文讲透 Kubernetes 中蓝绿、红黑、金丝雀（灰度）及滚动发布等核心策略的原理与实践应用。</p>]]>
    </summary>
    <title>几种常见的发布策略</title>
    <updated>2026-06-05T09:31:59.354Z</updated>
  </entry>
  <entry>
    <author>
      <name>xawei</name>
    </author>
    <category term="Kubernetes" scheme="https://xawei.xyz/categories/Kubernetes/"/>
    <id>https://xawei.xyz/2019/10/17/Kubernetes%E6%9E%B6%E6%9E%84%E5%8F%8A%E6%A0%B8%E5%BF%83%E7%BB%84%E4%BB%B6%E4%BB%8B%E7%BB%8D/</id>
    <link href="https://xawei.xyz/2019/10/17/Kubernetes%E6%9E%B6%E6%9E%84%E5%8F%8A%E6%A0%B8%E5%BF%83%E7%BB%84%E4%BB%B6%E4%BB%8B%E7%BB%8D/"/>
    <published>2019-10-17T11:03:15.000Z</published>
    <summary>
      <![CDATA[<p>Kubernets是一个容器编排平台，本文主要介绍其整体架构，以及各个核心组件之间是如何协作完成容器的各项编排工作。</p>]]>
    </summary>
    <title>Kubernetes架构及核心组件介绍</title>
    <updated>2026-06-05T09:31:59.346Z</updated>
  </entry>
</feed>
