Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Cloud Cost Optimization & DevOps

See how leading enterprises are achieving continuous, DevOps-driven cloud and container cost. Our DevOps experts detail methods for embedding cloud cost optimization into DevOps pipelines, demo an extensible, best practice DevOps pipeline supporting continuous cloud FinOps, and showcase case studies of advanced enterprises successfully augmenting their DevOps to embrace systemic optimization.

Cost per Tenant: A Key Part of the AWS Well-Architected Strategy SaaS Lens

Multi-tenancy is one of the key properties of any effective SaaS solution. It gives companies the economies of scale, elasticity, and operational efficiency to offer competitive products with strong margins. However, multi-tenancy has a tradeoff: cost visibility. Because customers share AWS resources in multi-tenant architecture, the billing data shows the resources you’ve utilized, but not by who or to do what. It’s possible to build this kind of visibility in.

Simplifying Storage in Kubernetes

On December 9th, 2020, I had the pleasure of speaking with two great minds on the topic of simplifying storage in Kubernetes. Alex Chircop is the Founder and CEO at StorageOS (https://storageos.com), and Bruno Andrade is the Founder and CEO at Shipa (https://www.shipa.io). The full recording of this discussion is below. Here is a summary of what we discussed: Simplify Deploying and Operating Stateful Applications within Kubernetes

Use Amazon ECR Public and EKS-D to deploy LTS Docker Images

It’s re:invent season already, and we had exciting news to announce with Amazon this year. With all these remote sessions, what’s better than a quick lab to play with the new stuff? It’s starting to feel like Christmas already! We’re going to kill two birds with one stone (just an idiom, keep reading) and experiment with two of our latest announcements.

From SysAdmin to SRE: How to evolve your skillset

Are you wondering what it takes to become an SRE from a SysAdmin background? Our latest blog, covers the growth areas and technical skills needed to successfully transition to an SRE role. The last decade has seen widespread adoption of SRE practices based on the best practices laid out by Google. Many SysAdmins have observed this trend and are now evaluating becoming SREs. Which gives rise to the question how much of a skills overlap is there between an SRE and a SysAdmin?

HTTP Keep-Alive, Pipelining, Multiplexing and Connection Pooling

Persistent connections allow HAProxy to optimize resource usage, lower latency on both the client and server side, and support connection pooling. HTTP is a layer 7 protocol that’s transmitted over a TCP connection. It works in a client-server model and follows the request-response paradigm, which means that a client sends a request to a server, which then replies with a response. From this statement, you can infer two different ways of operating.