You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/06-devops/00-devops.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,3 +66,8 @@ automate the delivery of code from development to production.
66
66
a decent start for figuring out why IT organizations consider DevOps the
67
67
hot new topic after adopting an Agile development methodology.
68
68
69
+
*[SRE vs. DevOps: competing standards or close friends?](https://cloudplatform.googleblog.com/2018/05/SRE-vs-DevOps-competing-standards-or-close-friends.html)
70
+
covers Google's take on how Site Reliability Engineering (SRE) fits
71
+
with the DevOps world. Roughly speaking, SRE is more closely aligned with
72
+
metrics and how to operate infrastructure and applications, rather than
73
+
the broader principles embodied by the DevOps philosophy.
{% block title %}{{ page.title }} - {% endblock %}
9
+
10
+
{% block css %}<style>{% include "css/base.css" %}{% include "css/panel.css" %}{% include "css/page-article.css" %}{% include "css/responsive.css" %}</style>{% endblock %}
11
+
12
+
{% block banner %}{% include "banner.html" %}{% endblock %}
0 commit comments