5 points how google sees devops culture
reduce organisation silos, accept failure as normal, implement gradual change, measure everything, leverage tooling & automation
1 reduce organisation silos:
2 accept failure as normal:
3 implement gradual change:
4 measure everything:
5 leverage tooling & automation:
what is a well known methodology + explanation
Well known methodology is Agile which is most recognised for the tooling that automates the entire process of a application development and operations
what is a devops pipeline
a devops pipeline is a Sequence of implemented automated steps and tools
give examples of popular on-premise tools
jenkins an open-source system, or azure devops server a system by microsoft
give the steps in a pipeline
Plan, code commit & automation, static code analysis, build, unit test, integration test, other test stages, containerize & store, deploy, monitor