44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
---
|
||
title: "CTP Topic 39 Implementing EKS in the AWS Lab Landing Zone"
|
||
type: source
|
||
tags: [AWS, EKS, Kubernetes, Landing-Zone, CTP]
|
||
date: 2026-04-14
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Cloud & DevOps/Public-Cloud-Learning-Sessions/04_EKS/ctp-topic-39-implementing-eks-in-the-aws-lab-landing-zone.md]]
|
||
|
||
## Summary
|
||
- 核心主题:在 AWS Lab Landing Zone 中实现 EKS(Elastic Kubernetes Service)
|
||
- 问题域:IP 地址有限导致 EKS 部署困难
|
||
- 方法/机制:创建私有子网、使用 Terraform/Terragrunt 模块、配置自定义网络
|
||
- 结论/价值:EKS 模块支持自定义网络配置标志,通过 Terraform 实现 EKS 集群部署
|
||
|
||
## Key Claims
|
||
- EKS 模块提供自定义网络配置标志控制 IP 分配
|
||
- 私有子网方案可解决 IP 地址有限问题
|
||
- Terragrunt 模块用于自动化 EKS 部署
|
||
|
||
## Key Quotes
|
||
> "They utilized Terraform and Terragrunt modules to create the lab, working with SRE to enable EKS to create its own subnet and use its own IPs within each pod."
|
||
|
||
> "Within the spec configuration, we basically have to put host network equals true."
|
||
|
||
## Key Concepts
|
||
- [[EKS]]:AWS 托管 Kubernetes 服务
|
||
- [[Terraform]]:基础设施即代码工具
|
||
- [[Terragrunt]]:Terraform 封装工具
|
||
- [[Landing Zone]]:云基础架构框架
|
||
|
||
## Key Entities
|
||
- [[AWS]]:云平台提供商
|
||
- [[Spencer]]:演讲者
|
||
- [[Guy]]:演讲者
|
||
- [[Octane]]:Microfocus SaaS 应用
|
||
|
||
## Connections
|
||
- [[CTP Topic 70 EKS Deployment using IAC]] ← relates_to ← [[EKS Deployment]]
|
||
- [[Terraform]] ← used_in ← [[EKS Deployment]]
|
||
|
||
## Contradictions
|
||
- (暂无) |