Skip to content

Commit 03a4d50

Browse files
Merge pull request #165 from anveshmuppeda/feature/docs_update
Feature/docs update | EKS Storage with Amazon EBS (Elastic Block Storage): Complete Implementation Guide
2 parents 0849f09 + bddea13 commit 03a4d50

File tree

13 files changed

+544
-14
lines changed

13 files changed

+544
-14
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ Kubernetes, also known as K8s, is an open-source container orchestration platfor
198198
#### [5. AWS Load Balancer Controller on EKS: A Comprehensive Guide](./docs/eks-guides/005-alb-controller.md)
199199
#### [6. Amazon EKS Auto Mode: A Hands-On Guide](./docs/eks-guides/006-eks-auto-mode.md)
200200
#### [7. Amazon EKS Kubecost: A Hands-On Guide](./docs/eks-guides/007-kubecost.md)
201-
#### [7. EKS Node Viewer: A Hands-On Guide](./docs/eks-guides/007-eks-node-viewer.md)
201+
#### [8. EKS Node Viewer: A Hands-On Guide](./docs/eks-guides/008-eks-node-viewer.md)
202+
#### [9. EKS Pod Density with Prefix Delegation: A Complete Guide](./docs/eks-guides/009-prefix-delegation.md)
202203

203204
---
204205

docs/eks-guides/009-prefix-delegation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/eks/008-prefix-delegation.md
2+
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/eks/009-prefix-delegation.md
33
sidebar_label: "EKS Prefix Delegation"
44
sidebar_position: 9
55
---
@@ -66,6 +66,8 @@ The system uses three key environment variables to manage the warm pool:
6666
- EKS cluster with VPC CNI version 1.9.0 or later
6767
- Sufficient contiguous IP address space in your subnets
6868

69+
> **Note**: Use the [Prefix Delegation](./cloudformation/eks-prefix-delegation.yaml) CloudFormation Template (CFT) to create an EKS cluster with prefix delegation enabled by default.
70+
6971
### Step 1: Enable Prefix Delegation
7072

7173
First, verify your current VPC CNI setup:
@@ -219,6 +221,12 @@ The implementation is straightforward, the benefits are substantial, and the ope
219221

220222
Ready to supercharge your pod density? Start with a test cluster, run through the implementation steps, and see the difference for yourself. Your infrastructure costs (and your operations team) will thank you.
221223

224+
## Additional Resources
225+
- [EKS Prefix Delegation Documentation](https://docs.aws.amazon.com/eks/latest/best-practices/prefix-mode-linux.html)
226+
- [Amazon VPC CNI GitHub Repository](https://github.com/aws/amazon-vpc-cni-k8s)
227+
- [EKS Prefix Delefation Workshop](https://www.eksworkshop.com/docs/networking/vpc-cni/prefix/)
228+
- [Max Pods Calculator Script](https://github.com/awslabs/amazon-eks-ami/blob/main/templates/al2/runtime/max-pods-calculator.sh)
229+
222230
---
223231

224232
*Have you implemented prefix delegation in your EKS clusters? Share your experiences and results in the comments below!*

0 commit comments

Comments
 (0)