2024-06-25
Scan to view the slides
Area: DevOps
label in research-software-opportunities
DevOps is a methodology in the software development and IT industry. Used as a set of practices and tools, DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle. DevOps is complementary to agile software development; several DevOps aspects came from the agile way of working. Automation is an important part of DevOps. Software programmers and architects should use “fitness functions” to keep their software in check.
… academics and practitioners have not developed a universal definition for the term “DevOps”. Most often, DevOps is characterised by key principles:
shared ownership
,workflow automation
, andrapid feedback
. … “a set of practices intended to reduce the time between committing a change to a system and the change being placed into normal production, while ensuring high quality”. … At its most successful, DevOps is a combination of specific practices, culture change, and tools.
Building software is a team sport. In preparation for the upcoming sprint, teams must workshop to explore, organise, and prioritise ideas. Ideas must align to strategic goals and deliver customer impact. Agile can help guide DevOps teams.
DevOps teams should adopt agile practices to improve speed and quality. Agile is an iterative approach to project management and software development that helps teams break work into smaller pieces to deliver incremental value.
Git is a free and open source version control system. It offers excellent support for branching, merging, and rewriting repository history, which has led to many innovative and powerful workflows and tools for the development build process.
Continuous integration (CI) allows multiple developers to contribute to a single shared repository. When code changes are merged, automated tests are run to ensure correctness before integration. Merging and testing code often help development teams gain reassurance in the quality and predictability of code once deployed.
Continuous deployment (CD) allows teams to release features frequently into production in an automated fashion. Teams also have the option to deploy with feature flags, delivering new code to users steadily and methodically rather than all at once. This approach improves velocity, productivity, and sustainability of software development teams.
Manage the end-to-end delivery of IT services to customers. This includes the practices involved in design, implementation, configuration, deployment, and maintenance of all IT infrastructure that supports an organisation’s services.
Quickly identify and resolve issues that impact product uptime, speed, and functionality. Automatically notify your team of changes, high-risk actions, or failures, so you can keep services on.
DevOps teams should evaluate each release and generate reports to improve future releases. By gathering continuous feedback, teams can improve their processes and incorporate customer feedback to improve the next release.
#subgroup-devops
Slack channelDevOps: An Introduction - https://paddyroddy.github.io/talks