SRE Flashcards
1
Q
SRE
A
Site reliability engineering
2
Q
Toil examples
A
- back up a server by zipping its file system and copying the files elsewhere ( repetitive)
- security patch to every server in production ( automable )
- running a script to report files that have not been accessed recently ( manual)
- checking and noting the amount of free disk on every server in production ( no enduring value )
- rebooting servers in a datacenter when they crash ( tactical )
3
Q
Error budgets :
A
Increase software quality :
- limit rate of new features in production
- once error budget is exceeded concentrations is on bug fixes
- no more features less bugs more software quality
-futher testing on features
4
Q
Error budgets decrease:
A
- Limit rate features
- once the error budget is reached no more new features
- delay of new features frustrating
- ( overtime ) decrease in software quality
- fix errors , clear blockage to make new features
- quick and dirty errors software decrease