DevOps Is the Secret Ingredient to Make Microservices Cook - The New Stack
https://thenewstack.io/devops-is-the-secret-ingredient-to-make-microservices-cook/
https://thenewstack.io/devops-is-the-secret-ingredient-to-make-microservices-cook/
The New Stack
DevOps Is the Secret Ingredient to Make Microservices Cook
The move to microservices typically requires a great deal of automation, and automation implies operations. In today's cloudy, agile world, the science of operations is veering towards good DevOps practices. Naturally, automation requires code, and operators…
DevOps Careers: Report Examines What It Takes To Be an SRE - DevOps.com
https://devops.com/devops-careers-report-examines-what-it-takes-sre/
https://devops.com/devops-careers-report-examines-what-it-takes-sre/
DevOps.com
DevOps Careers: Report Examines What It Takes To Be an SRE - DevOps.com
A new survey from Catchpoint examines the role of SRE and what exactly the position does, looking at the types of organizations, skill sets and organizational cultures in place where SREs work.
Database decisions: AWS has changed the game for IT | InfoWorld
https://www.infoworld.com/article/3268195/database/database-decisions-aws-has-changed-the-game-for-it.html
https://www.infoworld.com/article/3268195/database/database-decisions-aws-has-changed-the-game-for-it.html
InfoWorld
Database decisions: AWS has changed the game for IT
Enterprises are figuring out that they likely need different database engines to power different parts of their applications. AWS has figured that out, too
Cloud Dominated the Decade — Where Will We Be in 2020? - The New Stack
https://thenewstack.io/cloud-dominated-decade-will-2020/
https://thenewstack.io/cloud-dominated-decade-will-2020/
The New Stack
Cloud Dominated the Decade — Where Will We Be in 2020?
Many years from now, when we’re zooming down the road in our electric, self-driving cars to meet with our robotic personal trainers, historians will be looking back at the 2010s as the Cloud Decade. Sure, some say the underlying principles of cloud computing…
Changing the calculus of containers in the cloud - All Things Distributed
https://www.allthingsdistributed.com/2018/04/changing-calculus-containers-cloud.html
https://www.allthingsdistributed.com/2018/04/changing-calculus-containers-cloud.html
Allthingsdistributed
Changing the calculus of containers in the cloud
“There is still a lot of heavy-lifting when running containers. AWS Fargate is the starting point for making them truly cloud native“
Central Logging in Multi-Account Environments | AWS Architecture Blog
https://aws.amazon.com/blogs/architecture/central-logging-in-multi-account-environments/
https://aws.amazon.com/blogs/architecture/central-logging-in-multi-account-environments/
Amazon Web Services
Central Logging in Multi-Account Environments | Amazon Web Services
Centralized logging is often required in large enterprise environments for a number of reasons, ranging from compliance and security to analytics and application-specific needs. I’ve seen that in a multi-account environment, whether the accounts belong to…
Can Open-Source Serverless Be Simpler than AWS Lambda? A Test Case with Nuclio - The New Stack
https://thenewstack.io/can-open-source-serverless-be-simpler-than-aws-lambda-a-test-case-with-nucleo/
https://thenewstack.io/can-open-source-serverless-be-simpler-than-aws-lambda-a-test-case-with-nucleo/
The New Stack
Can Open-Source Serverless Be Simpler than AWS Lambda? A Test Case with Nuclio
While browsing the CNCF Serverless Slack channel recently, I noticed a message; someone needed help writing a function which processes S3 update events. He didn’t want to use AWS Lambda and alternatively was looking for an open-source solution over Kubernetes.…
Billing Incident Post-Mortem: Breakdown, Analysis and Root Cause – Twilio Cloud Communications Blog
https://www.twilio.com/blog/2013/07/billing-incident-post-mortem-breakdown-analysis-and-root-cause.html
https://www.twilio.com/blog/2013/07/billing-incident-post-mortem-breakdown-analysis-and-root-cause.html
Twilio Blog
Billing Incident Post-Mortem: Breakdown, Analysis and Root Cause
Automated Canary Analysis at Netflix with Kayenta – Netflix TechBlog – Medium
https://medium.com/netflix-techblog/automated-canary-analysis-at-netflix-with-kayenta-3260bc7acc69
https://medium.com/netflix-techblog/automated-canary-analysis-at-netflix-with-kayenta-3260bc7acc69
Medium
Automated Canary Analysis at Netflix with Kayenta
by Michael Graff and Chris Sanden
Abusing Linux's firewall: the hack that allowed us to build Spectrum
https://blog.cloudflare.com/how-we-built-spectrum/
https://blog.cloudflare.com/how-we-built-spectrum/
The Cloudflare Blog
Abusing Linux's firewall: the hack that allowed us to build Spectrum
Introducing Spectrum: a new Cloudflare feature that brings DDoS protection, load balancing, and content acceleration to any TCP-based protocol.Today we are releasing Spectrum.
A Deep Dive into Kubernetes Metrics – FreshTracks.io
https://blog.freshtracks.io/a-deep-dive-into-kubernetes-metrics-b190cc97f0f6
https://blog.freshtracks.io/a-deep-dive-into-kubernetes-metrics-b190cc97f0f6
Medium
A Deep Dive into Kubernetes Metrics
Part Zero: Introduction
Bitnami Engineering Portal: A deep dive into Kubernetes controllers
https://engineering.bitnami.com/articles/a-deep-dive-into-kubernetes-controllers.html
https://engineering.bitnami.com/articles/a-deep-dive-into-kubernetes-controllers.html
Bitnami
A deep dive into Kubernetes controllers
An overview of the internals of a Kubernetes controller, its essential components and how it works.
8 Things to Monitor During a Software Deployment
https://stackify.com/monitor-software-deployment/
https://stackify.com/monitor-software-deployment/
Stackify
8 Things to Monitor During a Software Deployment
Deployments don't have to suck! Identify any issues before they impact the end user. Learn 8 critical items you should monitor during your software deployments such as error rates, page load times, and apdex.
6 DevOps trends to watch in 2018 | Log Analysis | Log Monitoring by Loggly
https://www.loggly.com/blog/6-devops-trends-watch-2018/
https://www.loggly.com/blog/6-devops-trends-watch-2018/
Log Analysis | Log Monitoring by Loggly
6 DevOps trends to watch in 2018 | Log Analysis | Log Monitoring by Loggly
Here at Loggly, we live and breathe logs and uncovering underlying data. It probably comes as no surprise that we're passionate about the future of...
Studying the Kubernetes Ingress system – Joyful Bikeshedding
https://www.joyfulbikeshedding.com/blog/2018-03-26-studying-the-kubernetes-ingress-system.html
https://www.joyfulbikeshedding.com/blog/2018-03-26-studying-the-kubernetes-ingress-system.html
Joyful Bikeshedding
Studying the Kubernetes Ingress system
I have been researching how the Kubernetes Ingress system works. My use case is to setup an autoscaled Nginx cluster that reverse proxies to Pods in multiple Deployments. It wasn't immediately obvious how to do this. By default, Pods in Kubernetes are not…