Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

And Then There Were Three -- IBM, VMWare, and Rancher

When we started Rancher in 2014, our vision was to enable enterprise IT to procure and utilize computing resources (“cattle”) from any infrastructure provider. We were extremely lucky to be able to leverage wonderful technologies like Kubernetes which made computing resources consistent across all infrastructure providers.

IaaS Resilience, which cloud platform is better? Azure or AWS?

Now this blog post is only going to cover the two largest cloud providers, Microsoft’s Azure and Amazon’s AWS and only focusing on Infrastructure as a Service (Azure VMs for Azure, and EC2 for AWS) offerings they both provide, but with a bit of a deep dive in to the way they both provide resilience.

AWS Cost Optimization: Top 5 AWS Cloud Cost Mistakes

What if we told you that most organizations are making simple AWS cost optimization mistakes that lead to surprising monthly cloud bills and unnecessary overspend? As an engineer, you’d probably be relieved to know that many of your organization’s AWS spending spikes are within your team’s control, given access to the right data.

The Quest to Eradicate Lingering VPCs

Cost is a big reason many dev teams are transitioning to serverless. However, there are still some ways costs can creep up on you in serverless apps. The biggest culprit I’ve found in my own experience is the VPC resource. Because adding a VPC to a serverless stack is ridiculously easy in Stackery, I’ve sometimes gotten carried away. I’d deploy a stack with a VPC for testing, then quickly forget about it.

Clear Skies Ahead: The Importance of Clarity in Network and Systems Management

I fly a lot. Mercifully, not as much as your typical road warrior type, but enough where I’ve developed a routine on travel days. If it’s a good weather day, then I’ll hear the pilot announce, “We’ll be cruising at 33,000 ft. and expect clear skies all the way to our destination.” And if there’s lots of clouds? There’s auto-pilot, air traffic control and radar available to do some of the heavy lifting. That got me to thinking.

Controlling the Chaos @Gartner Catalyst, San Diego 2019

Gartner Catalyst Conference 2019 is consistently a great venue for learning, sharing, and connecting. OpsRamp was a silver sponsor at this year’s event and our seven-member contingent had a wonderful time meeting with industry thought leaders, demoing OpsRamp to senior IT executives, and having fun in the streets of San Diego. In this post, I will summarize the most interesting themes that stood out from the conference keynotes and sessions, as well as other key takeaways from the week.

Serverless vs. Containers: What's the Same, What's Different?

Containers and serverless computing are two of today’s hottest technologies for application deployment. When used the right way, they both help DevOps teams to deploy applications faster and more cost-effectively. Although the features of containers and serverless architectures overlap in some respects, they are not interchangeable technologies. Containers work better for some use cases, while in others, serverless is what you need.

Fireside chat with Kelsey Hightower, part two: on business models, the evolution of operations, and bringing value to your organization

In part one of this series, I recapped a good bit of the fireside chat with Kelsey Hightower, Caleb Hailey, and Sean Porter at Sensu Summit 2018. They discussed the evolution of monitoring tools and related DevOps technologies, and how to incorporate new tools into both modern and legacy infrastructure.

The Rise of the Hybrid Cloud

Organizations of all sizes—but, in particular, the larger ones—view hybrid cloud infrastructures as the new normal. The Rightscale 2019 State of the Cloud Report from Flexera (registration required) surveyed close to 800 business, IT, and development professionals around the globe. They worked for both large and small organizations across a wide range of verticals.

Zero to k3s Kubeconfig in seconds with k3sup

k3sup: From zero to KUBECONFIG in < 1 min K3s is an open-source, lightweight Kubernetes distribution by Rancher that was introduced this year and has gained huge popularity. People not only like the concept behind it, but also the awesome work that the team has done to strip down the heavy Kubernetes distribution to a minimal level. Though k3s started as a POC project for local Kubernetes development, its development has led people to use it even at a production level.