Operations | Monitoring | ITSM | DevOps | Cloud

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

AWS Service Comparison: ECS Vs. EC2 Vs. S3 Vs. Lambda

Amazon Web Services (AWS) offers over 200 fully-featured services. AWS Elastic Compute Cloud (EC2), Elastic Container Service (ECS), Amazon Lambda, and the AWS Simple Storage Service (Amazon S3) are some of the most critical services you should become familiar with. We’ve previously covered Amazon ECS vs. EKS vs. Fargate for managing and deploying containers. This guide will explain how Amazon EC2, Lambda, ECS, and S3 compare and when you’ll want to use each.

The Role of DevOps in Healthcare: Streamlining EHR Deployments and Updates

The healthcare industry is undergoing a digital transformation, with Electronic Health Records (EHR) at the forefront of this change. However, implementing and updating EHR systems remains a challenge for many healthcare providers, particularly due to complex regulatory requirements, data security concerns, and the need for uninterrupted patient care.

How To Monitor Kubernetes with Splunk Infrastructure Monitoring

Kubernetes is the standard for orchestrating containerized microservices — but it can present some monitoring challenges. Luckily, we’ve already covered why monitoring Kubernetes is a must-do, the basics of how to do it, and the options you have for collecting monitoring data from a K8s environment.

Guide to unit testing

Unit testing is a software testing methodology that tests the behavior of individual functional units of code. Through unit testing, developers can verify that their code performs as intended. Providing an opportunity to catch bugs, validate the implementation of logic, and assess the quality of the code, unit testing enhances the quality of applications and preemptively identifies problems before they become major issues.

The AI Model Showdown - LLaMA 3.3-70B vs. Claude 3.5 Sonnet v2 vs. DeepSeek-R1/V3

Following all the hype and bluster with DeepSeek’s arrival in the AI landscape––and its ability to crash the poster child of AI’s share value overnight (Nvidia), we wanted to conduct a rigorous evaluation at Komodor. We tested DeepSeek’s models head-to-head against industry leaders in solving real-world Kubernetes challenges.

Automated incident response: Why it matters and where it's headed

Incidents happen. Whether it’s a service outage, degraded performance, or an unexpected spike in errors, things will go wrong. The question isn’t if incidents will occur—it’s how quickly and effectively you can respond when they do. For years, incident response has been a mostly manual process: someone gets paged, scrambles to investigate, loops in the right people, and after some firefighting, hopefully resolves the issue before too many customers notice.