-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
143 lines (143 loc) · 5.23 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: NAIS
repo_url: https://github.com/nais/doc
site_url: https://doc.nais.io/
theme:
name: material
language: 'en'
logo: assets/logo.png
favicon: assets/logo.png
custom_dir: custom_theme_overrides
palette:
scheme: preference
primary: blue grey
accent: deep purple
features:
- navigation.instant
- navigation.tabs
extra:
search:
language: 'en'
extra_javascript:
- amplitude_javascript/events.js
extra_css:
- material_theme_stylesheet_overrides/uu.css
plugins:
- search
markdown_extensions:
- toc:
permalink: True
- admonition
- pymdownx.details
- pymdownx.caret
- pymdownx.tilde
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.highlight:
css_class: codehilite
linenums_style: pymdownx-inline
- pymdownx.tasklist
- pymdownx.smartsymbols
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
nav:
- NAIS:
- Introduction to NAIS: README.md
- Getting started:
- Access from laptop: basics/access.md
- Teams: basics/teams.md
- Your first NAIS application: basics/application.md
- Clusters:
- Google Cloud Platform: clusters/gcp.md
- On-premises: clusters/on-premises.md
- Migrating to GCP: clusters/migrating-to-gcp.md
- Migrating databases to GCP: clusters/migrating-databases-to-gcp.md
- Team namespaces: clusters/team-namespaces.md
- Service discovery: clusters/service-discovery.md
- NAIS Application:
- Overview: nais-application/README.md
- Full example: nais-application/example.md
- Reference: nais-application/application.md
- Access Policy: nais-application/access-policy.md
- Ingress customization: nais-application/ingress.md
- Naisjob:
- Overview: naisjob/README.md
- Full example: naisjob/example.md
- Reference: naisjob/reference.md
- Deployment:
- NAIS deploy: deployment/README.md
- Changing teams: deployment/change-team.md
- Delete app: deployment/delete-app.md
- Troubleshooting: deployment/troubleshooting.md
- Allowed registries: deployment/allowed-registries.md
- Manual deployment: deployment/manual.md
- Observability:
- Alerts:
- Alerts Overview: observability/alerts/README.md
- Full example: observability/alerts/example.md
- Recommended: observability/alerts/recommended_alerts.md
- Reference: observability/alerts/reference.md
- Logs:
- Logs Overview: observability/logs/README.md
- Examples: observability/logs/examples.md
- Metrics: observability/metrics.md
- Tracing: observability/tracing.md
- Persistence:
- Responsibilities: persistence/responsibilities.md
- GCP storage alternatives:
- Buckets: persistence/buckets.md
- Postgres: persistence/postgres.md
- BigQuery: persistence/bigquery.md
- Elastic Search: persistence/elastic-search.md
- Influxdb: persistence/influxdb.md
- S3 object store: persistence/objectstore.md
- Redis: persistence/redis.md
- On-premises disk: persistence/volume-storage.md
- MQ: persistence/mq.md
- Security:
- AuthN & AuthZ:
- Authentication & Authorization Overview: security/auth/README.md
- Azure AD: security/auth/azure-ad.md
- ID-porten: security/auth/idporten.md
- Maskinporten: security/auth/maskinporten.md
- TokenX: security/auth/tokenx.md
- Secrets:
- Overview: security/secrets/README.md
- Kubernetes Secrets: security/secrets/kubernetes-secrets.md
- Google Secrets Manager: security/secrets/google-secrets-manager.md
- Vault: security/secrets/vault.md
- Anti-virus Scanning: security/antivirus.md
- Addons:
- Kafka: addons/kafka.md
- Leader Election: addons/leader-election.md
- Unleash (feature toggling): addons/unleash.md
- Velero backup and restore: addons/velero-backup-and-restore.md
- Legacy:
- Sunset: legacy/sunset.md
- AM/OpenAM: legacy/am.md
- Appendix:
- Zero-Trust Network Architecture: appendix/zero-trust.md
- Ingress DNS setup: appendix/ingress-dns.md
- What is production ready?: appendix/production-ready.md
- naisdevice:
- naisdevice Overview: device/README.md
- Installation: device/install.md
- Updating: device/update.md
- Unenrolling: device/unenroll.md
- naisdevice Troubleshooting: device/troubleshooting.md
- Uninstall: device/uninstall.md
- Available services: device/services.md
- Laws and regulations:
- Roles and responsibilities: legal/roles-responsibilities.md
- Platform risk assessments (ROS): legal/nais-ros.md
- Application risk assessments (ROS): legal/app-ros.md
- Platform privacy impact assessments (PVK): legal/nais-pvk.md
- Application privacy impact assessments (PVK): legal/app-pvk.md
- Vendor Data Processor Agreements:
- DPA Overview: legal/dpa/README.md
- GCP Data Processor Agreement: legal/dpa/gcp-dpa.md
- Azure Data Processor Agreement: legal/dpa/azure-dpa.md
- Aiven Data Processor Agreement: legal/dpa/aiven-dpa.md
- Arkivloven: legal/arkivloven.md
- Sikkerhetsloven: legal/sikkerhetsloven.md