Skip to content

Commit ecf2bbc

Browse files
authored
Merge pull request #709 from aws/master
feat: Adding EKS Auto Mode Security Section and update on detective.adoc
2 parents 370adc9 + 8fd8230 commit ecf2bbc

File tree

6 files changed

+454
-6
lines changed

6 files changed

+454
-6
lines changed

governance/steering.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ The working groups are led by chairs (semi-permanent) and maintainers (6 month t
1515
| :-------------------- | :------------------------------------------------------- | :--------------------------------------------------- |
1616
| Infrastructure | | |
1717
| Security | [Rodrigo Bersa](https://github.com/rodrigobersa) | |
18-
| Autoscaling | Rajdeep Saha | [Robert Northard](https://github.com/robertnorthard) |
18+
| Autoscaling | TBD | [Robert Northard](https://github.com/robertnorthard) |
1919
| Resiliency | [Sheetal Joshi](https://github.com/sheetaljoshi) | |
2020
| Windows Containers | | |
21-
| Networking | [Tim Dormer](https://github.com/Tim-AWS) | [Ikenna Izugbokwe](https://github.com/izugbokwe) |
21+
| Networking | [Dumlu Timuralp](https://github.com/dumlutimuralp) | [Ikenna Izugbokwe](https://github.com/izugbokwe) |
2222
| Cost Optimization | | |
23-
| Storage (upcoming) | [Eric Heinrichs](https://github.com/heinrichse) | |
23+
| AI/ML | [Leah Tucker](github.com/tucktuck9) | |
24+
2425

2526
## Contact
2627

832 KB
Loading

latest/bpg/scalability/cluster-services.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ CoreDNS instances can scale by adding additional replicas to the deployment. It'
4646

4747
NodeLocal DNS will require run one instance per node--as a DaemonSet--which requires more compute resources in the cluster, but it will avoid failed DNS requests and decrease the response time for DNS queries in the cluster. The cluster proportional autoscaler will scale CoreDNS based on the number of nodes or cores in the cluster. This isn't a direct correlation to request queries, but can be useful depending on your workloads and cluster size. The default proportional scale is to add an additional replica for every 256 cores or 16 nodes in the cluster--whichever happens first.
4848

49+
If using the https://docs.aws.amazon.com/eks/latest/userguide/managing-coredns.html[CoreDNS EKS add-on], consider enabling the https://docs.aws.amazon.com/eks/latest/userguide/coredns-autoscaling.html[autoscaling] option. The CoreDNS autoscaler dynamically adjusts the number of CoreDNS replicas by monitoring node count and CPU cores, using a formula that takes the maximum of (nodes÷16) or (CPU cores÷256), scaling up immediately when needed and down gradually to maintain stability.
50+
4951
== Scale Kubernetes Metrics Server Vertically
5052

5153
The Kubernetes Metrics Server supports horizontal and vertical scaling. By horizontally scaling the Metrics Server it will be highly available, but it will not scale horizontally to handle more cluster metrics. You will need to vertically scale the Metrics Server based on https://kubernetes-sigs.github.io/metrics-server/#scaling[their recommendations] as nodes and collected metrics are added to the cluster.

0 commit comments

Comments
 (0)