AWS eks documentation change
Summary
Corrected URL formatting in traffic flow explanation by removing erroneous spaces and markdown artifacts.
Security assessment
Purely cosmetic fix for URL display in documentation. No impact on security concepts or configurations.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-concepts-traffic-flows.md b/eks/latest/userguide/hybrid-nodes-concepts-traffic-flows.md index 221b916a6..68174961c 100644 --- a//eks/latest/userguide/hybrid-nodes-concepts-traffic-flows.md +++ b//eks/latest/userguide/hybrid-nodes-concepts-traffic-flows.md @@ -42 +42 @@ When the `kubelet` on a hybrid node needs to communicate with the EKS control pl -The `kubelet` performs a DNS lookup for the endpoint (for example, ` [https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gr7.us-west-2.eks.amazonaws.com](https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gr7.us-west-2.eks.amazonaws.com) `). In a public access cluster, this resolves to a public IP address (say `54.239.118.52`) that belongs to the EKS service running in AWS. The `kubelet` then creates a secure HTTPS request to this endpoint. The initial packet looks like this: +The `kubelet` performs a DNS lookup for the endpoint (for example, `https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gr7.us-west-2.eks.amazonaws.com`). In a public access cluster, this resolves to a public IP address (say `54.239.118.52`) that belongs to the EKS service running in AWS. The `kubelet` then creates a secure HTTPS request to this endpoint. The initial packet looks like this: