Operations | Monitoring | ITSM | DevOps | Cloud

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

AWS Cost Explorer Vs. Pricing Calculator: How To Estimate Costs

Managing cloud costs has been the top challenge in cloud computing for more than half a decade now. It’s bigger than cloud security or hybrid cloud management. Several studies estimate that more than a third of cloud budgets could not be accounted for in 2023 alone. If you are a current or prospecting Amazon Web Services (AWS) customer, AWS Cost Explorer and AWS Pricing Calculator can help you manage your costs better.

Manage Different Teams Within An Organization With Role Based Access Control In Squadcast

In a dynamic business landscape, organizations specifically Managed Service Providers (MSPs) often find themselves juggling the needs of multiple customers. It's crucial for them to maintain strict data segregation to prevent the mixing of customer information. Likewise, large organizations with distinct departments like the customer service or the technical department face similar challenges.

Flight to Success: Birdie's DevOps Evolution Fueled by Observability Insights

Birdie wanted to uplevel observability to a platform that would provide meaningful insights for application performance and debugging. Ensuring customers can provide seamless and timely care to in-home patients stands as a top priority for Birdie, and the development team takes pride in building and maintaining a high-quality platform distinguished by its reliability and responsiveness.

Mattermost wins 2024 DEVIES Award for Best Innovation in ITOps

We’re thrilled to announce that Mattermost has earned the 12th annual DEVIES Award for Best Innovation in ITOps! The award — given to a platform “responsible for acquiring, designing, deploying, configuring, and maintaining the physical and virtual components that comprise IT infrastructure” — was presented on Feb. 21 during DeveloperWeek 2024 to our very own Director of Product Marketing Amanda Cheong and Developer Advocate Andrew Zigler at the Oakland Marriott City Center.

How to find and test critical dependencies with Gremlin

Part of the Gremlin Office Hours series: A monthly deep dive with Gremlin experts. Pop quiz—what are all of the dependencies your services rely on? If you’re like most engineers, you probably struggled to come up with the answer. Modern applications are complex and rely on dozens (if not hundreds) of dependencies. Many teams rely on spreadsheets, but manual processes like these break down over time. What if you had a tool that found and tracked dependencies for you?

How to use host redundancy to improve service reliability and availability

Cloud computing has made provisioning new servers easy, fast, and relatively cheap. Almost anyone can log into a cloud console, spin up a new server, and deploy an application. And if they need greater uptime, major cloud providers include all kinds of settings, services, and configurations to add fault tolerance and failover. So why is it that many services fail when a single server instance fails?

ArgoCD vs FluxCD vs Jenkins X - Battle of Declarative GitOps Tools

The need for automation is becoming more important day by day. The process of integrating written code with already working code and publishing new code to live environments is a very error-prone process. Performing static analysis, running tests, packaging, and versioning are tasks that require a lot of manual effort. It’s also a complex task to solve the problem of deploying the projects we develop to more than one environment, on more than one machine, without automation.