Wednesday, 26 December 2018

DevOps Practices and Habits

Seven Dev-ops Practices and Habits

Following are seven practices and habits of a successful DevOps culture. These include:

Practices

Screenshot of 7 hexagons, all grouped together. Text in the hexagons are as follows: Configuration Management; Release Management; Continuous Integration; Continuous Deployment; Infrastructure as Code; Application Performance Monitoring; Test Automation.

Habits

Screenshot of 7 hexagons, all grouped together. Text in the hexagons are as follows: Test Autonomy and Enterprise Alignment; Rigorous Management of Technical Debt; Focus on Flow of Customer Value; Hypothesis Driven Development; Evidence Gathered in Production; Live Site Culture; Manage Infrastructure as a Flexible Resource.

Seven key DevOps practices:

  • Configuration management
  • Release management
  • Continuous integration
  • Continuous deployment
  • Infrastructure as Code
  • Test automation
  • Application performance monitoring

Seven DevOps habits:

  • Team autonomy and enterprise alignment
  • Rigorous management of technical debt
  • Focus on flow of customer value
  • Hypothesis-driven development
  • Evidence gathered in production
  • Live-site culture
  • Manage infrastructure as a flexible resource

Learn more

No comments:

Post a Comment

Create a web app in the Azure portal

Here, you'll learn how to create an Azure App Service web app using the Azure portal. Why use the Azure portal? The first step i...