Operations | Monitoring | ITSM | DevOps | Cloud

Containers

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

Testing Microservices at Scale: Using Ephemeral Environments

Today's article discusses how ephemeral environments can help in microservices testing. We will start by understanding the microservices testing challenges and will move to the solution. You will learn how to effectively test microservices at scale using ephemeral environments, ensuring the reliability of your distributed systems.

Internal Developer Platform vs. Internal Developer Portal: What to choose?

In the fast-paced world of software development, the need for effective tools that can streamline workflows is paramount. Yet, amidst a plethora of available options, engineering managers often face the conundrum of choosing between an Internal Developer Platform and an Internal Developer Portal. Both have their merits, but which one is the best fit for your organization? In this article, we'll delve into the core features, strengths, and limitations of each to help you make an informed decision.

Running OpenSearch on Kubernetes With Its Operator

If you’re thinking of running OpenSearch on Kubernetes, you have to check out the OpenSearch Kubernetes Operator. It’s by far the easiest way to get going, you can configure pretty much everything and it has nice functionality, such as rolling upgrades and draining nodes before shutting them down. Let’s get going 🙂

ECS Vs. EC2 Vs. S3 Vs. Lambda: The Ultimate Comparison

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 covered Amazon ECS vs. EKS vs. Fargate for managing and deploying containers before. In this guide, we'll explain how Amazon EC2, Lambda, ECS, and S3 compare and when you’ll want to use each.

Internal Developer Platform vs Internal Developer Portal: What's The Difference?

In the evolving landscape of software development, two terms frequently emerge: "Internal Developer Platform" (IDP) and "Internal Developer Portal". These terms are often used interchangeably, leading to confusion. In this article, we aim to differentiate the two and highlight their importance in modern software engineering.

Monitoring Kubernetes with Graphite

In this article, we will be covering how to monitor Kubernetes using Graphite, and we’ll do the visualization with Grafana. The focus will be on monitoring and plotting essential metrics for monitoring Kubernetes clusters. We will download, implement and monitor custom dashboards for Kubernetes that can be downloaded from the Grafana dashboard resources. These dashboards have variables to allow drilling down into the data at a granular level.

Kubernetes Logging with Filebeat and Elasticsearch Part 1

This is the first post of a 2 part series where we will set up production-grade Kubernetes logging for applications deployed in the cluster and the cluster itself. We will be using Elasticsearch as the logging backend for this. The Elasticsearch setup will be extremely scalable and fault-tolerant. ‍

Kubernetes Logging with Filebeat and Elasticsearch Part 2

In this tutorial, we will learn about configuring Filebeat to run as a DaemonSet in our Kubernetes cluster in order to ship logs to the Elasticsearch backend. We are using Filebeat instead of FluentD or FluentBit because it is an extremely lightweight utility and has a first-class support for Kubernetes. It is best for production-level setups. This blog post is the second in a two-part series. The first post runs through the deployment architecture for the nodes and deploying Kibana and ES-HQ.