forked from aws-quickstart/cdk-eks-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (76 loc) · 2.9 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
site_name: Amazon EKS Blueprints Quick Start
repo_name: "aws-quickstart/cdk-eks-blueprints"
repo_url: "https://github.com/aws-quickstart/cdk-eks-blueprints"
docs_dir: "docs"
theme:
name: material
features:
- tabs
nav:
- Overview: 'index.md'
- Getting Started: 'getting-started.md'
- Core Concepts: 'core-concepts.md'
- Teams: 'teams.md'
- Pipelines: 'pipelines.md'
- AddOns:
- Overview: 'addons/index.md'
- ADOT: 'addons/adot-addon.md'
- AMP ADOT: 'addons/amp-addon.md'
- AWS App Mesh: 'addons/app-mesh.md'
- ArgoCD: 'addons/argo-cd.md'
- AWS For Fluent Bit: 'addons/aws-for-fluent-bit.md'
- AWS Load Balancer Controller: 'addons/aws-load-balancer-controller.md'
- AWS Node Termination Handler: 'addons/aws-node-termination-handler.md'
- Calico Operator: 'addons/calico-operator.md'
- Certificate Manager: 'addons/cert-manager.md'
- CloudWatch ADOT: 'addons/cloudwatch-adot-addon.md'
- Cluster Autoscaler: 'addons/cluster-autoscaler.md'
- Container Insights: 'addons/container-insights.md'
- CoreDns: 'addons/coredns.md'
- Datadog: 'addons/datadog.md'
- Dynatrace: 'https://github.com/dynatrace-oss/dynatrace-eks-blueprints-addon'
- EBS CSI Driver: 'addons/ebs-csi-driver.md'
- EFS CSI Driver: 'addons/efs-csi-driver.md'
- External DNS: 'addons/external-dns.md'
- External Secrets: 'addons/external-secrets.md'
- JupyterHub: 'addons/jupyterhub.md'
- Karpenter: 'addons/karpenter.md'
- Keptn: 'https://github.com/keptn-sandbox/keptn-eks-blueprints-addon'
- Kube Proxy: 'addons/kube-proxy.md'
- Kubecost: 'addons/kubecost.md'
- Kubevious: 'addons/kubevious.md'
- Metrics Server: 'addons/metrics-server.md'
- New Relic: 'addons/newrelic.md'
- Nginx: 'addons/nginx.md'
- OPA Gatekeeper: 'addons/opa-gatekeeper.md'
- Pixie: 'addons/pixie.md'
- Rafay: 'addons/rafay.md'
- Secrets Store: 'addons/secrets-store.md'
- Snyk: 'https://github.com/snyk-partners/snyk-monitor-eks-blueprints-addon'
- SSM Agent: 'addons/ssm-agent.md'
- Velero: 'addons/velero.md'
- Vpc Cni: 'addons/vpc-cni.md'
- AWS XRay: 'addons/xray.md'
- AWS XRay ADOT: 'addons/xray-adot-addon.md'
- Cluster Providers:
- Overview: 'cluster-providers/index.md'
- Generic Cluster Provider: 'cluster-providers/generic-cluster-provider.md'
- ASG Cluster Provider: 'cluster-providers/asg-cluster-provider.md'
- MNG Cluster Provider: 'cluster-providers/mng-cluster-provider.md'
- Fargate Cluster Provider: 'cluster-providers/fargate-cluster-provider.md'
- Resource Providers:
- Resource Providers: 'resource-providers/index.md'
- Extensibility: 'extensibility.md'
- API Reference: 'api'
markdown_extensions:
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search