vault backup: 2023-10-09 10:28:44
This commit is contained in:
parent
bf5a064ecc
commit
f978818ef0
2 changed files with 60 additions and 7 deletions
27
.obsidian/workspace.json
vendored
27
.obsidian/workspace.json
vendored
|
@ -18,8 +18,21 @@
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ecf80ed41f9d298e",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "4a1s/ASCN/T - Aula 3.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
|
@ -85,7 +98,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "4a1s/CP/PL - Aula 4.md",
|
"file": "4a1s/ASCN/T - Aula 3.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -102,7 +115,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "4a1s/CP/PL - Aula 4.md",
|
"file": "4a1s/ASCN/T - Aula 3.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -125,7 +138,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "4a1s/CP/PL - Aula 4.md"
|
"file": "4a1s/ASCN/T - Aula 3.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -158,10 +171,11 @@
|
||||||
"digitalgarden:Digital Garden Publication Center": false
|
"digitalgarden:Digital Garden Publication Center": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "0d5f0081d4a8007c",
|
"active": "ecf80ed41f9d298e",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"4a1s/Excalidraw/ASCN/master.excalidraw.md",
|
|
||||||
"4a1s/CP/PL - Aula 4.md",
|
"4a1s/CP/PL - Aula 4.md",
|
||||||
|
"4a1s/ASCN/T - Aula 3.md",
|
||||||
|
"4a1s/Excalidraw/ASCN/master.excalidraw.md",
|
||||||
"Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md",
|
"Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md",
|
||||||
"Images/Pasted image 20231004115725.png",
|
"Images/Pasted image 20231004115725.png",
|
||||||
"Images/Pasted image 20231004115135.png",
|
"Images/Pasted image 20231004115135.png",
|
||||||
|
@ -192,7 +206,6 @@
|
||||||
"4a1s/Excalidraw/RAS/process.excalidraw.md",
|
"4a1s/Excalidraw/RAS/process.excalidraw.md",
|
||||||
"4a1s/Excalidraw/RAS",
|
"4a1s/Excalidraw/RAS",
|
||||||
"4a1s/Excalidraw/Untitled.md",
|
"4a1s/Excalidraw/Untitled.md",
|
||||||
"Excalidraw/doodles.excalidraw.md",
|
|
||||||
"Excalidraw",
|
"Excalidraw",
|
||||||
"-.32118",
|
"-.32118",
|
||||||
"4a1s/ASCN/T",
|
"4a1s/ASCN/T",
|
||||||
|
|
40
4a1s/ASCN/T - Aula 3.md
Normal file
40
4a1s/ASCN/T - Aula 3.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
2 de Outubro, 2023 - #ASCN
|
||||||
|
|
||||||
|
------
|
||||||
|
## 1. Provising
|
||||||
|
|
||||||
|
>[!hint] Provisioning is the action of providing or supplying something for use.
|
||||||
|
|
||||||
|
1. Server provisioning
|
||||||
|
2. Storage provisioning
|
||||||
|
3. Network provisioning
|
||||||
|
4. VM provisioning
|
||||||
|
5. User provisioning
|
||||||
|
|
||||||
|
## 2. Deployment
|
||||||
|
|
||||||
|
>[!hint] Deployment is the process of installing or upgrading an application/service into a server.
|
||||||
|
|
||||||
|
- Installing or upgrading a web application (files, migrations, assets...)
|
||||||
|
- Network service installation or upgrade
|
||||||
|
- The scope is the service or application
|
||||||
|
|
||||||
|
>[!note]- Provisioning and deployment are boring after the 1st iteration...
|
||||||
|
>- repetitive process
|
||||||
|
>- may spread across multiple and heterogeneous systems
|
||||||
|
>- will probably require tweaks overtime
|
||||||
|
>- sometimes a time consuming task
|
||||||
|
|
||||||
|
## 3. Configuration Management
|
||||||
|
|
||||||
|
>[!hint] A way of handling systematic system changes while maintaining integrity throughout its lifecycle.
|
||||||
|
|
||||||
|
- Express configuration through a common dialect
|
||||||
|
- Predictable configuration result
|
||||||
|
- Configuration evolves with the infrastructure
|
||||||
|
- Infrastructure documentation as a positive side effect
|
||||||
|
- Full history of changes overtime when used with source code management
|
||||||
|
- Changes are observable
|
||||||
|
- Process Automation
|
||||||
|
- Each unit of work is expressed as a recipe
|
||||||
|
|
Loading…
Reference in a new issue