Added comment DevOps Engineer

This commit is contained in:
michaelcade 2022-01-05 12:56:43 +00:00
parent 7377b955e8
commit 62db84d8ea
2 changed files with 11 additions and 2 deletions

View File

@ -56,6 +56,8 @@ Reliability is a key factor here as well, at the end of the day we want our Appl
Some input from the community here specifcally [@_ediri](https://twitter.com/_ediri) mentioned also part of this continous process we should also have the FinOps teams involved. Apps & Data are running and stored somewhere you should be monitoring this continously to make sure if things change from a resources point of view your costs are not causing some major financial pain on your Cloud Bills.
I think it is also a good time to bring up the "DevOps Engineer" mentions above, albeit there are many DevOps Engineer positions in the wild that people hold, this is not really the ideal way of positioning the process of DevOps. What I mean is from speaking to others in the community the title of DevOps Engineer should not be the goal for anyone because really any position should be adopting DevOps processes and the culture explained here. DevOps should be used in many different positions such as Cloud-Native engineer/architect, virtualisation admin, cloud architect/engineer, infrastructure admin. This is to name a few but the reason for using DevOps Engineer above was really to highlight the scope or the process used by any of the above positions and more.
## Resources
I am always open to adding additional resources to these readme files as it is here as a learning tool.

View File

@ -2,6 +2,11 @@
## Resources
- [How Netflix Thinks of DevOps](https://www.youtube.com/watch?v=UTKIT6STSVM)
### Recap of our first few days looking at DevOps
- DevOps is a combo of Development and Operations that allows a single team to manage the whole application development lifecycle that consists of **Development**, **Testing**, **Deployment**, **Operations**.
@ -9,3 +14,5 @@
- The main focus and aim of DevOps is to shorten the development lifecycle while delivering features, fixes and functionality frequently in close alignment with business objectives.
- DevOps is a software development approach through which software can be delivered and developed reliably and quickly. You may also see this referenced as **Continuous Development, Testing, Deployment, Monitoring**
If you made it this far then you will know if this is where you want to be or not. See you on [Day 7](day7.md). Day 6 will be us diving into a programming language, I am not aiming to be a developer but I want to be able to understand what the developers are doing.