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.
A concise guide to understanding and resolving Cross-Origin Resource Sharing (CORS) issues in modern web applications.
A concise, fast-paced Go refresher tailored for experienced backend developers returning to the language.
Discover how AWS Transit Gateway streamlines complex multi-VPC networking architectures compared to traditional VPC peering.
最近在AWS上遇到一个问题:两个EKS集群(ClusterA与ClusterB)跨3个可用区部署,均部署了Istio,但在通过Route53访问服务时,突然出现了间歇性连接超时和connection reset。经排查,发现问题出现在NLB与后端服务之间,也和网络配置有关。
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 Gateway, VirtualService, DestinationRule, ServiceEntry, Sidecar, and AuthorizationPolicy.
本文深入解析 Kubernetes 中各类 Service(ClusterIP、NodePort、LoadBalancer 等)的核心机制及适用场景,带你掌握容器网络访问的最佳实践。
AWS VPC Endpoints enhance security and performance by keeping network traffic within the AWS cloud.
This article covers what VPC Endpoints are, their types, and how to set them up to improve your AWS infrastructure.
hypervisor作用、类型和实现简介。
介绍Kubernetes中的staic pod具体的实现逻辑,以及可能的使用场景。
介绍任务调度与执行框架Ploto的quick start. 目前可部署使用,源码待整理后开源。
详解 Kubernetes 官方提供的两大扩展利器:CRD (Custom Resource Definition) 与 Aggregation Layer,深度剖析其工作原理与最佳适用场景。
深入浅出解析 Kubernetes 持久化存储核心概念,带你掌握 PV (PersistentVolume) 与 PVC (PersistentVolumeClaim) 的工作原理与实践操作。
一文讲透 Kubernetes 中蓝绿、红黑、金丝雀(灰度)及滚动发布等核心策略的原理与实践应用。
Kubernets是一个容器编排平台,本文主要介绍其整体架构,以及各个核心组件之间是如何协作完成容器的各项编排工作。