forked from aws/aws-eks-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
95 lines (95 loc) · 3.63 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: EKS Best Practices Guides
repo_name: "aws/aws-eks-best-practices"
repo_url: "https://github.com/aws/aws-eks-best-practices"
docs_dir: "content"
theme:
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- tabs
- content.code.copy
- announce.dismiss
- header.autohide
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: switch to light mode
nav:
- Guides:
- Introduction: "index.md"
- Security:
- Home: "security/docs/index.md"
- Identity and Access Management: "security/docs/iam.md"
- Pod Security: "security/docs/pods.md"
- Multi-tenancy: "security/docs/multitenancy.md"
- Detective Controls: "security/docs/detective.md"
- Network Security: "security/docs/network.md"
- Data Encryption and Secrets Management: "security/docs/data.md"
- Runtime Security: "security/docs/runtime.md"
- Infrastructure Security: "security/docs/hosts.md"
- Regulatory Compliance: "security/docs/compliance.md"
- Incident Response and Forensics: "security/docs/incidents.md"
- Image Security: "security/docs/image.md"
- Cluster Autoscaling:
- Karpenter: "karpenter/index.md"
- Cluster-Autoscaler: "cluster-autoscaling/index.md"
- Reliability:
- Home: "reliability/docs/index.md"
- Applications: "reliability/docs/application.md"
- Control Plane: "reliability/docs/controlplane.md"
- Data Plane: "reliability/docs/dataplane.md"
- Windows Containers:
- AMI Management: "windows/docs/ami.md"
- gMSA for Windows Containers: "windows/docs/gmsa.md"
- Windows Server Hardening: "windows/docs/hardening.md"
- Scanning Windows Images: "windows/docs/images.md"
- Windows Versions and Licensing: "windows/docs/licensing.md"
- Logging: "windows/docs/logging.md"
- Monitoring Windows Containers: "windows/docs/monitoring.md"
- Windows Networking: "windows/docs/networking.md"
- Memory and Systems Management: "windows/docs/oom.md"
- Infrastructure Management: "windows/docs/patching.md"
- Scheduling: "windows/docs/scheduling.md"
- Pod Security for Windows Containers: "windows/docs/security.md"
- Storage Options: "windows/docs/storage.md"
- Networking:
- Home: "networking/index/index.md"
- VPC and Subnet Considerations: "networking/subnets/index.md"
- Amazon VPC CNI: "networking/vpc-cni/index.md"
- Prefix Mode for Linux: "networking/prefix-mode/index_linux.md"
- Prefix Mode for Windows: "networking/prefix-mode/index_windows.md"
- Running IPv6 Clusters: "networking/ipv6/index.md"
- Security Groups per Pod: "networking/sgpp/index.md"
- Custom Networking: "networking/custom-networking/index.md"
- Load Balancing: "networking/loadbalancing/loadbalancing.md"
- Monitoring for Network performance issues: "networking/monitoring/index.md"
- Scalability:
- Home: "scalability/docs/index.md"
- Control Plane: "scalability/docs/control-plane.md"
- Data Plane: "scalability/docs/data-plane.md"
- Cluster Services: "scalability/docs/cluster-services.md"
- Workloads: "scalability/docs/workloads.md"
- Cluster Upgrades: "upgrades/index.md"
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
extra:
analytics:
provider: google
property: G-VQGL8B2FH8