The Hidden Costs of On-Call: False Alarms – Cody Wilbourn
https://codywilbourn.com/2017/11/30/the-hidden-costs-of-on-call-false-alarms/
https://codywilbourn.com/2017/11/30/the-hidden-costs-of-on-call-false-alarms/
Cody Wilbourn
The Hidden Costs of On-Call: False Alarms
The video of my LISA17 talk is posted on YouTube. Abstract: On-call teams, postmortems, and costs of downtime are well-covered topics of DevOps. What’s not spoken of is the costs of false ala…
The Eternal Cost Savings of Netflix's Internal Spot Market - High Scalability -
http://highscalability.com/blog/2017/12/4/the-eternal-cost-savings-of-netflixs-internal-spot-market.html
http://highscalability.com/blog/2017/12/4/the-eternal-cost-savings-of-netflixs-internal-spot-market.html
Highscalability
The Eternal Cost Savings of Netflix's Internal Spot Market - High Scalability -
Netflix used their internal spot market to save 92% on video encoding costs. The story of ho...
The balanced calendar: How software teams can optimize their time | TechBeacon
https://techbeacon.com/balanced-calendar-how-software-teams-can-optimize-their-time
https://techbeacon.com/balanced-calendar-how-software-teams-can-optimize-their-time
TechBeacon
The balanced calendar: How software teams can optimize their time
Teams working to do DevOps can't deliver if they're always in meetings. Know what type of calendar you have, then use these interruption-busters to get real work done.
Rodrigo Rosenfeld Rosas - Testing HTTPS in a Linux development environment with self-signed certificates
https://rosenfeld.herokuapp.com/en/articles/programming/2017-12-01-testing-https-in-a-linux-development-environment-with-self-signed-certificates
https://rosenfeld.herokuapp.com/en/articles/programming/2017-12-01-testing-https-in-a-linux-development-environment-with-self-signed-certificates
Orchestrating Deployments Across a Pool of Resources With Magic
https://engineering.upside.com/orchestrating-deployments-across-a-pool-of-resources-with-magic-f9e075c91200
https://engineering.upside.com/orchestrating-deployments-across-a-pool-of-resources-with-magic-f9e075c91200
Upside Engineering Blog
Orchestrating Deployments Across a Pool of Resources With Magic
As mentioned in an earlier post, we decided to invest heavily in our CI/CD processes upfront at Upside. The initial versions of this…
Microservices Testing Strategy – Kishore Kumar – Medium
https://medium.com/@kishoreduraisamy/microservices-testing-strategy-e86ac2576a0e
https://medium.com/@kishoreduraisamy/microservices-testing-strategy-e86ac2576a0e
Medium
Microservices Testing Strategy
One of the biggest selling points of Microservices architecture for us was to isolate changes and release to production as often as we can…
Kubernetes cofounder launches programming library to simplify cloud native development | VentureBeat
https://venturebeat.com/2017/12/06/kubernetes-cofounder-launches-programming-library-to-simplify-cloud-native-development/
https://venturebeat.com/2017/12/06/kubernetes-cofounder-launches-programming-library-to-simplify-cloud-native-development/
VentureBeat
Kubernetes cofounder launches programming library to simplify cloud native development
Building a modern distributed application can be a tough problem to tackle, especially for new users. They have to learn how to program and then learn the syntax for all of the tools necessary, which is often different.
Kashti: a new dashboard and visualization tool for Kubernetes pipelines
https://open.microsoft.com/2017/12/06/kashti-kubernetes-open-source-microsoft/
https://open.microsoft.com/2017/12/06/kashti-kubernetes-open-source-microsoft/
Microsoft + Open Source
Kashti: a new dashboard and visualization tool for Kubernetes pipelines
Kashti extends Brigade with an open source reporting dashboard web interface, built as a Kubernetes service and installed using Helm.
InfraKit, LinuxKit and Moby: updates and use cases – Moby Blog
https://blog.mobyproject.org/infrakit-linuxkit-and-moby-updates-and-use-cases-8cdebfaee453
https://blog.mobyproject.org/infrakit-linuxkit-and-moby-updates-and-use-cases-8cdebfaee453
Medium
InfraKit, LinuxKit and Moby: updates and use cases
This is the last post of our series on the DockerCon EU Moby Summit. In case you missed the previous posts here is the summary of what…
How we monitor Serverless apps with hundreds of functions
https://hackernoon.com/how-we-monitor-serverless-apps-with-hundreds-of-functions-d0f1fa938d1e
https://hackernoon.com/how-we-monitor-serverless-apps-with-hundreds-of-functions-d0f1fa938d1e
Hacker Noon
How we monitor Serverless apps with hundreds of functions
For the past two years, I have focused most of my time and energy on building Serverless applications. The culmination? Me and my friend…
How Teams Get Microservices Wrong From the Start – freeCodeCamp
https://medium.freecodecamp.org/how-teams-get-microservices-wrong-from-the-start-51777c99c059
https://medium.freecodecamp.org/how-teams-get-microservices-wrong-from-the-start-51777c99c059
Medium
How Teams Get Microservices Wrong From the Start – Abi Noda – Medium
If you find this article helpful please support me by checking out Pull Reminders, a Slack bot that sends your team automatic reminders…
How Etsy caches: hashing, Ketama, and cache smearing - Code as Craft
https://codeascraft.com/2017/11/30/how-etsy-caches/
https://codeascraft.com/2017/11/30/how-etsy-caches/
Etsy Engineering
Etsy Engineering | How Etsy caches: hashing, Ketama, and cache smearing
At Etsy, we rely heavily on memcached and Varnish as caching tiers to improve performance and reduce load. Database and search...
Getting Started: Setting Up A Job Template
https://www.ansible.com/blog/getting-started-setting-up-an-ansible-job-template
https://www.ansible.com/blog/getting-started-setting-up-an-ansible-job-template
Ansible
Getting Started: Setting Up A Job Template
This Getting Started post focuses on how to set up Job Templates and run them against your inventory. Plus, discover more about job output.
DevOps, Docker, and Empathy
http://jpetazzo.github.io/2017/10/31/devops-docker-empathy/
http://jpetazzo.github.io/2017/10/31/devops-docker-empathy/
Deploy a replicated MongoDB on AWS with Terraform and Ansible | Blog Eleven Labs
https://blog.eleven-labs.com/en/deploy-a-replicated-mongodb-on-aws-with-terraform-and-ansible/
https://blog.eleven-labs.com/en/deploy-a-replicated-mongodb-on-aws-with-terraform-and-ansible/
Blog Eleven Labs
Deploy a replicated MongoDB on AWS with Terraform and Ansible
I recently had the opportunity to deploy a MongoDB server on Amazon Web Services (AWS). In order to limit the problems of crash and data loss, it is also replicated with two other servers, ideally in a different geographical area to ensure high availability.