Skip to content

Commit 69c5330

Browse files
committed
minor
1 parent bdf8d71 commit 69c5330

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ it.files.sort((a, b) => {
2727
return `- (${date}) [[${file.basename}]] -- ${file.frontmatter?.description}`;
2828
}).join('\n') %>
2929
```
30-
- (2026-01-24) [[解决 Target Group 中添加内部服务 IP 时遇到 Unsupported IP 的错误]] -- 使用 AWS PrivateLink 实现 DMZ VPC 到内部 VPC 的安全流量转发
30+
- (2026-01-24) [[others/network/use-vpc-endpoint-service-to-expose-non-rfc1918-cidr-cross-vpc]] -- 使用 AWS PrivateLink 实现 DMZ VPC 到内部 VPC 的安全流量转发
3131
- (2026-01-01) [[rancher]] -- Rancher 安装部署指南
3232
- (2025-12-10) [[k8s-gateway-api]] -- K8S Gateway API 配置说明
3333
- (2025-12-02) [[calico-cni-overlay]] -- Using Calico CNI overlay mode on EKS

docs/others/network/解决 Target Group 中添加内部服务 IP 时遇到 Unsupported IP 的错误.md renamed to docs/others/network/use-vpc-endpoint-service-to-expose-non-rfc1918-cidr-cross-vpc.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ last_modified: 2026-01-24
66
tags:
77
- aws/network/privatelink
88
status: myblog
9+
share_link: https://notes-share.aws.panlm.click/poxhzm60
10+
share_updated: 2026-01-25T10:34:42+08:00
911
---
1012

11-
# 跨 VPC 暴露内部服务的 PrivateLink 架构方案
13+
# 解决 Target Group 中添加内部服务 IP 时遇到 Unsupported IP 的错误
1214

1315
## 背景与挑战
1416

0 commit comments

Comments
 (0)