AWS Transit Gateway provides a centralized, scalable solution for managing multi-VPC networking, overcoming the limitations of VPC peering. This article explores why Transit Gateway is necessary, how it works, and a real-world example of its benefits.
最近在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
.
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作用、类型和实现简介。