-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
353 lines (321 loc) · 15.4 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
site_name: "@mtulio labs | blog | notes"
site_url: https://mtulio.dev
site_author: 'Marco Braga'
site_description: >-
Marco Braga | Playground
repo_url: https://github.com/mtulio/mtulio.labs
edit_uri: edit/devel/docs/
docs_dir: docs
dev_addr: 127.0.0.1:8080
theme:
# https://github.com/squidfunk/mkdocs-material/blob/master/mkdocs.yml
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky
#- navigation.sections
- navigation.top
- navigation.indexes
# integrate menus
#- toc.integrate
- search.highlight
- search.share
- search.suggest
- content.tabs.link
- content.code.copy
- content.action.edit
- content.action.view
font:
text: Roboto
code: Roboto Mono
plugins:
- search:
lang:
- en
- pt
- diagrams:
file_extension: ".diagram.py"
max_workers: 5
# https://squidfunk.github.io/mkdocs-material/plugins/blog/#config.post_url_format-blog2024
# https://squidfunk.github.io/mkdocs-material/plugins/blog/
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
- tags
- blog:
post_date_format: long
# post_url_date_format: yyyy/MM/dd
blog_toc: true
#post_readtime_words_per_minute: 265
categories_toc: true
#authors_profiles: true
post_url_max_categories: 6
archive_url_date_format: yyyy/MM
archive_toc: true
markdown_extensions:
# - toc:
# permalink: true
- admonition
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
# enable mermaid
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Copy code block config: https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
extra:
analytics:
provider: google
property: G-HR0NQWHH1T
# consent:
# title: Cookie consent
# description: >
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
social:
- icon: fontawesome/brands/github
link: https://github.com/mtulio
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/mtulio
- icon: fontawesome/brands/twitter
link: https://twitter.com/mtuliorbraga
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/mtuliorbraga/
nav:
#
# Blog
#
- Blog:
- blog/index.md
#
# Guides
#
- Guides:
- Home: playbooks/README.md
- OpenShift API:
- Replace Kube-API AWS NLB target type: playbooks/openshift/replace-nlb-tg-k8sapi.md
- OpenShift Installing:
- Hands On guides for BYO Infrastructure on AWS: guides/ocp-aws-byo-infra-labs.md
- Installing OpenShift with STS quickly on AWS: playbooks/openshift/ocp-aws-cco-sts-install-quickly.md
- Installing Hypershift on AWS with STS (draft/unfinished): playbooks/openshift/hypershift-install-sts.md
- Installing single node (SNO) on AWS [draft]: playbooks/openshift/ocp-aws-sno-install.md
- Installing on Azure with etcd in Data Disks: playbooks/openshift/ocp-azure-disk-ephemeral.md
- Installing on Azure with etcd in Data Disks (CAPI): guides/ocp-install-profiles/ocp-azure-capz-datadisk-etcd.md
- Installing on AWS using Hub/Spoke with Transit Gateway: guides/ocp-aws-transit-gateway.md
- Installing on AWS with BYO Public IPv4 Pool: guides/ocp-install-profiles/ocp-install-aws-byo-public-ipv4-pool.md
- Installing on AWS with BYO Elastic IPs: guides/ocp-install-profiles/ocp-install-aws-byo-eip.md
- Alibaba Cloud:
- Installing OpenShift on Alibaba Cloud in existing VPC: playbooks/openshift/ocp-installing-alibabacloud.md
- Installing OpenShift on Alibaba Cloud in restricted environment [draft]: playbooks/openshift/ocp-installing-alibabacloud.md
- Oracle Cloud:
- Experimental | Installing OCP on OCI provisioning network with CAPOCI: guides/ocp-oci-capoci-exploration-net.md
- OpenShift Installing Private on AWS:
- guides/ocp-aws-private.md
- "Guide 0): OpenShift Private Hacking | one-page deployment BYO VPC": guides/ocp-aws-private-one-time-deploy.md
- "Guide 1): BYO VPC with Proxy":
- Prerequisites:
- Sync CloudFormation Templates to deploy Nested Stacks: guides/ocp-aws-private-01_00-pre.md
- "Optional: Build Squid Proxy container image": guides/ocp-aws-private-01_01-build-image-squid-proxy.md
- "Optional: Build AWS SSM Agent container image": guides/ocp-aws-private-01_01-build-image-ssm.md
- Step 1 - Create VPC:
- Option 1 - Create Blackhole private subnets with single-stack IPv4 VPC: guides/ocp-aws-private-02-vpc-ipv4-pub-blackhole.md
- Step 2 - Create Proxy service:
- 2.1 option 1 - Create Proxy service with TLS: guides/ocp-aws-private-03_00_proxy-01-config-TLS.md
- 2.1 option 2 - Create Proxy service without TLS (not recommended): guides/ocp-aws-private-03_00_proxy-01-config.md
- 2.2 - Create standalone Proxy service: guides/ocp-aws-private-03_00_proxy-02-deploy-dedicated.md
- 2.3 - Create HA Proxy service (HA/LB/ASG): guides/ocp-aws-private-03_00_proxy-03_00-deploy-cluster.md
- 2.4/TBD - Share the Proxy service between AWS Accounts with custom VPC Endpoint/PrivateLink: guides/ocp-aws-private-03_00_proxy-03_01-deploy-cluster-vpce.md
- Step 3 - Create Bastion host:
- Abount bastion host on AWS: guides/ocp-aws-private-03_bastion-00-about.md
- 3.1 - Create bastion host configuration: guides/ocp-aws-private-03_bastion-01-config.md
- 3.2 - Deploy bastion host in private subnet: guides/ocp-aws-private-03_bastion-02-deploy.md
- Step 5 - Install OpenShift cluster:
- Option 1 - Installing private OpenShift using regional endpoints: guides/ocp-aws-private-04-cluster-install-00-proxy-bastion.md
- Option 2 - Installing private OpenShift on AWS with VPC Endpoints (default): guides/ocp-aws-private-04-cluster-install-01-proxy-bastion-vpce-01.md
- Option 3 - Installing private OpenShift on AWS with VPC Endpoints and STS: guides/ocp-aws-private-04-cluster-install-01-proxy-bastion-vpce-02-sts.md
- "Guide 2): BYO VPC with dual-stack IPv6 in public subnets": guides/ocp-aws-private-proxy.md
- Diagrams: guides/ocp-aws-private-diagrams.md
- OpenShift on AWS with STS:
- Articles: playbooks/openshift/ocp-aws-cco-oidc.md
- Hacking CCO manual mode: playbooks/openshift/ocp-aws-cco-run-instance.md
- Simulate CredentialsRequests permissions: playbooks/openshift/ocp-aws-cco-simulate-policy.md
- Troubleshooting RunInstance Error: playbooks/openshift/ocp-aws-cco-sts-runinstance-error-kcs.md
- Troubleshooting InvalidIdentityToken: playbooks/openshift/ocp-installing-aws-sts-oidc-private-bucket.md
- Review CredentialsRequests provided by CCO: playbooks/openshift/ocp-cco-review-sts-secrets.md
- OpenShift hybrid cloud deployments on AWS:
- Articles: guides/ocp-aws-local-zones.md
- Extending OCP to AWS Local Zones (Day-2): articles/ocp-aws-local-zones-day-2.md
- Installing OCP on AWS extending to Local Zones (Day-0): articles/ocp-aws-local-zones-day-0.md
- oc Plugin to install OCP on AWS extending to Local Zones (Day-0): articles/ocp-aws-local-zones-day-0-plugin.md
- Patch MTU on Installed clusters with Local Zones: guides/ocp-aws-local-zones-day-2-patch-mtu.md
- OCP + AWS Local Zones demo script: guides/ocp-aws-local-zones-demo.md
- Blog - Installing with Local Zone nodes with full automation (4.14+): blogs/ocp-aws-local-zones/ocp-aws-local-zones-414.md
- Blog demo - Installing with Local Zone nodes with full automation (4.14+): blogs/ocp-aws-local-zones/ocp-aws-local-zones-414-demo.md
- Blog - Installing Local Zone nodes in Existing VPC (4.13+): blogs/ocp-aws-local-zones/ocp-aws-local-zones-413.md
- Blog demo - Installing with Local Zone nodes in Existing VPC (4.13+): blogs/ocp-aws-local-zones/ocp-aws-local-zones-413-script.md
- Hands-on Local Zones (verbose draft) : guides/ocp-aws-local-zones-hands-on.md
- Hands-on Wavelength Zones (verbose draft) : guides/ocp-aws-wavelength-zones-hands-on.md
- Installing on AWS extending compute nodes to AWS Outposts in Day-2: guides/ocp-aws-outposts.md
- Installing on AWS BYO VPC with Multi CDIR: guides/ocp-install-profiles/ocp-aws-byo-vpc-multi-cidr.md
- OpenShift scaling labs:
- OpenShift on AWS using Karpenter: guides/ocp-lab-scaling-setup-karpenter.md
- OpenShift on AWS using Autoscaler: guides/ocp-lab-scaling-aws-autoscaler.md
- OpenShift on AWS using Ocean Spot by NetApp: guides/ocp-lab-scaling-setup-spotio-ocean.md
- Lab scaling and test: guides/ocp-lab-scaling-aws-autoscaling.md
- Draft/Spot interruption with FIS with CCO: guides/ocp-aws-spot-interrupt-CCO.md
- OpenShift Node/Machine operations:
- Machine resize: playbooks/openshift/resize-machines.md
- Machine resize plugin: playbooks/openshift/resize-machines-plugin.md
- Using Instance Disks for containers' ephemeral storage: playbooks/openshift/ocp-aws-disk-ephemeral.md
- AWS - Create EC2 manually: playbooks/openshift/ocp-aws-create-compute.md
- OpenShift Cluster Autoscaler playground: guides/ocp-aws-autoscaler.md
- OCP on AWS - Interrupt Spot instances with FIS: guides/ocp-aws-spot-interrupt.md
- OpenShift Dev:
- Build components: playbooks/openshift/dev-build-components.md
- Create custom release: playbooks/openshift/dev-custom-release.md
- Get Credentials with CI Registry: playbooks/openshift/install-credentials-with-ci.md
- Extract openshift-tests utility: playbooks/openshift/dev-extract-openshift-tests.md
- Explore OpenShift cluster metrics with Grafana Dashboard from CI jobs: guides/ocp-dev-monit-grafana.md
- OpenShift Tests:
- OPCT - Running Kubernetes e2e in OCP: guides/opct-running-native-kube-e2e.md
- Articles:
- Home: articles/README.md
- OpenShift OIDC:
- Deep Dive into OpenShift IdP OIDC: articles/ocp-idp-aws-oidc.md
- Use CloudFront for public URL of OIDC on OpenShift: articles/ocp-idp-aws-oidc-s3-pvt-cfn.md
- OpenShift and AWS Local Zones:
- "Day-2: Extend OpenShift to the edge with AWS Local Zones": articles/ocp-aws-local-zones-day-2.md
- "Day-0: Install OpenShift with compute on the edge using AWS Local Zones": articles/ocp-aws-local-zones-day-0.md
- Use oc plugin to install OpenShift with compute on the edge using AWS Local Zones: articles/ocp-aws-local-zones-day-0-plugin.md
- guides/ocp-aws-local-zones-hands-on.md
- OpenShift Ingress:
- WIP|Using multiple AWS ALB Operator on OpenShift: articles/ocp-aws-local-zones-app-alb.md
- Open Learning:
- Home: learning/README.md
- Workshops: learning/workshops.md
- Trainings: learning/trainings.md
#
# Notes / Drafts
#
- Notes/Draft:
- Home: notes/README.md
- automation:
- ansible: notes/automation/ansible.md
- rundeck: notes/automation/rundeck.md
- cloud:
# AWS
- aws-cli: notes/cloud/aws-cli.md
- aws-ec2: notes/cloud/aws-ec2.md
- aws-ecr: notes/cloud/aws-ecr.md
- aws-eks: notes/cloud/aws-eks.md
- aws-iam: notes/cloud/aws-iam.md
- aws-instances: notes/cloud/aws-instances.md
- aws-localstack: notes/cloud/aws-localstack.md
- aws-monit-quotas: notes/cloud/aws-monitoring-quotas.md
- aws-network: notes/cloud/aws-network.md
- aws-nlb: notes/cloud/aws-nlb.md
- aws-s3: notes/cloud/aws-s3.md
- aws-sts: notes/cloud/aws-sts.md
- aws-zones: notes/cloud/aws-zones.md
# Azure
- azure-monitor: notes/cloud/az-montior.md
- azure-ha: notes/cloud/azure-ha.md
- azure-network: notes/cloud/azure-network.md
# AlibabaCloud
- aliyun-cli: notes/cloud/aliyun-cli.md
- aliyun-cli-disks: notes/cloud/aliyun-cli-disks.md
- aliyun-ecs: notes/cloud/aliyun-ecs.md
- aliyun-ecs: notes/cloud/aliyun-kms.md
- aliyun-oss: notes/cloud/aliyun-oss.md
- aliyun-ram: notes/cloud/aliyun-ram.md
- aliyun-resourcemanager: notes/cloud/aliyun-resourcemanager.md
- aliyun-slb: notes/cloud/aliyun-slb.md
- aliyun-vpc: notes/cloud/aliyun-vpc.md
# General
- cloud-init: notes/cloud/cloud-init.md
- container:
- Kubernetes:
#- k8s: notes/container/kubernetes.md
- K8S: notes/container/k8s/README.md
- oc-patch: notes/container/k8s/kubectl-patch.md
- oc-plugins: notes/container/k8s/kubectl-patch.md
- OpenShift:
- OpenShift: notes/container/openshift/README.md
- pipelines: notes/container/openshift/pipelines.md
- CVO: notes/container/openshift/cvo.md
- Custom Image: notes/container/openshift/CVO.md
- ocp-user-monit: notes/container/openshift/ocp-user-monit.md
- ocp-idp: notes/container/openshift/ocp-idp.md
- ROSA: notes/container/openshift/rosa-references.md
- alpine: notes/container/alpine.md
- db:
- elasticsearch: notes/db/elasticsearch/README.md
- MongoDB: notes/db/mongo.md
- MongoDB-deployment: notes/db/MongoDB-deployment.md
- MySQL: notes/db/mysql.md
- Redis: notes/db/redis.md
- dev:
- git: notes/development/git.md
- lang_c: notes/development/lang_c.md
- lang_go: notes/development/lang_go.md
- python-basic: notes/development/python-basic.md
- python-install: notes/development/python-install.md
- python-lambda: notes/development/python-lambda.md
- python-pypi: notes/development/python-pypi.md
- python-tips: notes/development/python-tips.md
- tool-jq: notes/development/tool-jq.md
- yaml: notes/development/yaml.md
- js-md: notes/development/js-md.md
- Linux:
- cmd-find: notes/linux/cmd-find.md
- curl: notes/linux/curl.md
- firewall-cmd: notes/linux/firewall-cmd.md
- gnome: notes/linux/gnome.md
- log_parser: notes/linux/log_parser.md
- network_knife: notes/linux/network_knife.md
- openssl: notes/linux/openssl.md
- shell: notes/linux/shell.md
- ssh: notes/linux/ssh.md
- systemd: notes/linux/systemd.md
- vdo: notes/linux/vdo.md
- vi: notes/linux/vi.md
- wsl: notes/linux/wsl.md
- Observability:
- graylog: notes/observability/graylog.md
- netdata: notes/observability/netdata.md
- prometheus: notes/observability/prometheus.md
- Tools:
- Wireshark: notes/tools/wireshark.md
- RaspberryPi:
- WiFi: notes/rpi/wifi.md
- References: notes/references.md
- Templates:
- mkdocs-tabs: notes/templates/mkdocs-tabs.md
- notes/templates/mkdocs-Admonitions.md
#
# About
#
- About:
- index.md
- tools.md