From 4c7f17b8dab5fe2f2557aa3ac2b46a2405c67b64 Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Fri, 25 Aug 2017 23:19:04 +0530 Subject: [PATCH] Fix minor typo in buffer case study (#5174) --- case-studies/buffer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case-studies/buffer.html b/case-studies/buffer.html index 5c6e9cbcc9..3336e42f96 100755 --- a/case-studies/buffer.html +++ b/case-studies/buffer.html @@ -85,7 +85,7 @@ css: /css/style_buffer.css

Plus, unlike with their old system, they could scale things horizontally with one command. "As we rolled it out," Farrelly says, "we could anticipate and just click a button. This allowed us to deal with the demand that our users were placing on the system and easily scale it to handle it."

- Another thing they weren’t able to do before was a canary deploy. This new capability "made us so much more confident in deploying big changes," says Farrelly. "Before, it took a lot of testing, which is still good, but it was also a lot of ‘fingers crossed.’ And this is something that gets run 800,000 times a day, the core of our business. If it doesn’t work, our business doesn’t work. In a Kubernetes world, I can do a canary deploy to test it for 1 percent and I can shut it down very quickly if it isn’t working. This has leveled up our ability to deploy and roll out new changes quickly while reduce risk." + Another thing they weren’t able to do before was a canary deploy. This new capability "made us so much more confident in deploying big changes," says Farrelly. "Before, it took a lot of testing, which is still good, but it was also a lot of ‘fingers crossed.’ And this is something that gets run 800,000 times a day, the core of our business. If it doesn’t work, our business doesn’t work. In a Kubernetes world, I can do a canary deploy to test it for 1 percent and I can shut it down very quickly if it isn’t working. This has leveled up our ability to deploy and roll out new changes quickly while reducing risk."