-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
229 lines (222 loc) · 8.75 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
site_name: My DevOps Interview Preparation
repo_name: devops-interview-preparation
repo_url: https://github.com/alelapi/devops-interview-preparation
site_description: "My DevOps Interview Preparation"
site_author: Alessio Lapi
site_url: ''
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: custom
features:
- content.code.copy
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.path
- navigation.footer
extra_css:
- 'assets/css/app.css'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- smarty
- footnotes
- meta
- toc:
permalink: true
- attr_list
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- tables
plugins:
- search
- drawio_file
nav:
- Home: index.md
- AWS:
- Computing:
- aws/computing/amplify.md
- aws/computing/api_gateway.md
- aws/computing/autoscaling_groups.md
- aws/computing/ec2.md
- aws/computing/ecs.md
- aws/computing/elastic_beanstalk.md
- aws/computing/elb.md
- aws/computing/lambda.md
- Databases:
- aws/database/athena.md
- aws/database/aurora.md
- aws/database/dynamodb.md
- aws/database/elasticache.md
- aws/database/rds.md
- Management:
- aws/management/appconfig.md
- aws/management/billing.md
- aws/management/cloudformation.md
- aws/management/sam.md
- aws/management/ssm.md
- Messaging:
- aws/messaging/firehose.md
- aws/messaging/kinesis_data_analytics.md
- aws/messaging/kinesis_data_streams.md
- aws/messaging/ses.md
- aws/messaging/sns.md
- aws/messaging/sqs.md
- Monitoring:
- aws/monitoring/cloudtrail.md
- aws/monitoring/cloudwatch.md
- aws/monitoring/eventbridge.md
- aws/monitoring/xray.md
- Network:
- aws/network/cloudfront.md
- aws/network/elb.md
- aws/network/route53.md
- aws/network/vpc.md
- Security & Identity:
- aws/security/cognito.md
- aws/security/iam.md
- aws/security/inspector.md
- aws/security/kms.md
- aws/security/macie.md
- aws/security/secrets_manager.md
- aws/security/shield.md
- aws/security/sso.md
- Storage:
- aws/storage/ebs.md
- aws/storage/efs.md
- aws/storage/s3.md
- Tools:
- aws/tools/cloud9.md
- aws/tools/codeartifact.md
- aws/tools/codebuild.md
- aws/tools/codecommit.md
- aws/tools/codedeploy.md
- aws/tools/codeguru.md
- aws/tools/codepipeline.md
- aws/appsync.md
- aws/cdk.md
- aws/cloudhsm.md
- aws/codestar.md
- aws/sar.md
- aws/step_function.md
- aws/sts.md
- aws/swf.md
- aws/trusted_advisor.md
- CI/CD:
- ci-cd/how_would_you_handle_a_complex_rollback_scenario_i.md
- ci-cd/can_you_discuss_potential_challenges_in_implementi.md
- ci-cd/how_do_you_handle_version_control_in_ci_cd_pipelin.md
- ci-cd/how_would_you_ensure_security_and_compliance_throu.md
- ci-cd/how_can_you_monitor_and_maintain_the_performance_o.md
- ci-cd/how_do_you_manage_dependencies_in_ci_cd_pipelines_.md
- ci-cd/how_can_you_handle_continuous_testing_in_a_ci_cd_p.md
- ci-cd/how_would_you_integrate_automated_security_checks_.md
- ci-cd/what_techniques_would_you_use_to_ensure_zero-downt.md
- Docker:
- docker/can_you_explain_how_docker_containers_differ_from_.md
- docker/how_would_you_design_and_implement_a_docker-based_.md
- docker/how_do_you_optimize_docker_images_to_reduce_size_a.md
- docker/how_would_you_handle_networking_between_docker_con.md
- docker/how_would_you_manage_and_optimize_resource_allocat.md
- docker/how_can_you_ensure_data_persistence_and_manage_sta.md
- docker/how_would_you_secure_docker_containers_in_a_produc.md
- docker/how_do_you_handle_the_orchestration_of_multiple_do.md
- docker/can_you_describe_how_you'd_implement_ci_cd_using_d.md
- docker/how_do_you_handle_scaling_docker_containers_to_mee.md
- docker/how_would_you_implement_monitoring_and_logging_wit.md
- docker/can_you_explain_how_docker_compose_facilitates_man.md
- docker/how_would_you_automate_the_deployment_process_of_d.md
- docker/how_would_you_handle_docker_container_updates_to_m.md
- Kubernetes:
- kubernetes/envoy.md
- kubernetes/kubernetes_serverless_platforms.md
- kubernetes/pod_security_admission.md
- kubernetes/admission_controller.md
- kubernetes/pod_priority_and_preemption.md
- kubernetes/aggregation_layer.md
- kubernetes/encryptionconfig.md
- kubernetes/submariner.md
- kubernetes/kubefed.md
- kubernetes/pod_disruption_budget.md
- kubernetes/network_tools.md
- kubernetes/observability_tools.md
- kubernetes/endpoint.md
- Open Standards:
- kubernetes/open_standards/open_standards.md
- kubernetes/open_standards/cni_components.md
- kubernetes/open_standards/cpi_components.md
- SMI:
- kubernetes/open_standards/SMI/what_is_a_service_mesh.md
- kubernetes/open_standards/SMI/istio.md
- kubernetes/open_standards/SMI/linkerd.md
- kubernetes/open_standards/SMI/description.md
- Questions:
- kubernetes/questions/how_would_you_manage_and_optimize_kubernetes_resou.md
- kubernetes/questions/how_do_you_ensure_scalability_and_high_availabilit.md
- kubernetes/questions/can_you_explain_the_role_and_benefits_of_using_nam.md
- kubernetes/questions/how_would_you_manage_and_scale_a_kubernetes_cluste.md
- kubernetes/questions/how_would_you_approach_logging_and_monitoring_to_e.md
- kubernetes/questions/how_would_you_implement_and_manage_networking_in_a.md
- kubernetes/questions/how_would_you_implement_security_measures_to_safeg.md
- kubernetes/questions/how_would_you_ensure_efficient_resource_management.md
- kubernetes/questions/how_do_you_handle_load_balancing_in_a_kubernetes_e.md
- kubernetes/questions/how_do_you_handle_secrets_management_in_kubernetes.md
- kubernetes/questions/how_would_you_implement_kubernetes_operators_to_ex.md
- kubernetes/questions/how_do_you_manage_stateful_applications_in_a_kuber.md
- kubernetes/questions/how_would_you_implement_a_strategy_for_managing_ku.md
- Monitoring and Alerting:
- monitoring-and-alerting/how_would_you_ensure_high_availability_and_reliabi.md
- monitoring-and-alerting/how_would_you_design_a_system_for_real-time_monito.md
- monitoring-and-alerting/how_do_you_use_alerting_strategies_to_minimize_fal.md
- monitoring-and-alerting/how_would_you_leverage_prometheus_and_grafana_to_a.md
- monitoring-and-alerting/how_would_you_set_up_a_monitoring_dashboard_using_.md
- monitoring-and-alerting/how_would_you_leverage_prometheus_for_alerting_to_.md
- monitoring-and-alerting/how_would_you_incorporate_monitoring_frameworks_in.md
- monitoring-and-alerting/observability_tools.md
- Infrastructure as Code:
- infrastructure-as-code/how_do_you_manage_the_lifecycle_of_infrastructure_.md
- infrastructure-as-code/how_do_you_approach_infrastructure_provisioning_us.md
- infrastructure-as-code/how_do_you_leverage_tools_like_ansible_or_cloudfor.md
- infrastructure-as-code/how_do_you_handle_configuration_drift_in_infrastru.md
- infrastructure-as-code/how_would_you_use_terraform_to_manage_infrastructu.md
- infrastructure-as-code/how_do_you_ensure_infrastructure_as_code_practices.md
- infrastructure-as-code/how_would_you_utilize_tools_like_ansible_or_cloudf.md
- infrastructure-as-code/how_would_you_ensure_repeatable_and_reliable_infra.md
- infrastructure-as-code/how_would_you_handle_multi-cloud_environments_usin.md
- infrastructure-as-code/how_would_you_automate_infrastructure_scalability_.md
- infrastructure-as-code/how_would_you_use_infrastructure_as_code_to_stream.md
- Architectural Patterns:
- architectural-patterns/bulkhead.md
- architectural-patterns/circuit_breaker.md
- architectural-patterns/event_driven.md
- architectural-patterns/event_sourcing.md
- architectural-patterns/saga_pattern.md
- architectural-patterns/strangler.md
- General:
- general/different_types_of_scaling.md