chapter 3 refinements

This commit is contained in:
marcel-dempers 2025-03-29 11:00:01 +11:00
parent f5b75cbb73
commit dcc40aee57
3 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,8 @@ As a DevOps, SRE or platform engineer, we need to form a basic understanding of
As we have learned in our introduction to monitoring, disk is the only long term persistent storage for a computer system </br> As we have learned in our introduction to monitoring, disk is the only long term persistent storage for a computer system </br>
When a server shuts down, all important data, files, applications and configuration files are all retained on disk. </br> When a server shuts down, all important data, files, applications and configuration files are all retained on disk. </br>
![diagram](disk.drawio.svg)
### Applications are just files ### Applications are just files
Applications that developers write are compiled into binaries or executables which are all but files on disk. </br> Applications that developers write are compiled into binaries or executables which are all but files on disk. </br>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1010 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 515 KiB

After

Width:  |  Height:  |  Size: 1016 KiB