Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Expanding OCI support in JFrog Artifactory with dedicated OCI repos

Great news for developers who leverage containers — JFrog has expanded its support for the OCI Container standard with dedicated OCI repositories! Before we touch on that, let’s do a quick recap on OCI containers for those unfamiliar with them outside the context of Docker.

The Internal Developer Platform Revolution: A CTO's Guide to Transforming Software Development

As a CTO, you need to come up with new strategies and tools to ensure that your company manages the rapidly changing world of software development. Platform Engineering and Internal Developer Platforms (IDPs) have become essential elements of this journey that change how software is developed and released.

Amazon EKS Monitoring with OpenTelemetry [Step By Step Guide]

Effective EKS monitoring is crucial for maintaining the health and performance of containerized applications deployed in the cluster. In this tutorial, we will set up EKS monitoring with OpenTelemetry. We will build monitoring dashboards for node and pod-level metrics with data collected by OpenTelemetry. We will use SigNoz, an open-source OpenTelemetry-native APM, as a storage and visualization layer for setting up dashboards.

6 Essential Components of an Internal Developer Platform

Imagine a scenario where your developers spend less time waiting for resources and approvals, and more time focusing on the core aspects of building exceptional software. This vision becomes reality with the implementation of an internal developer platform (IDP), a revolutionary tool that acts as a catalyst for innovation within your organization.

Releasing IAM EKS User Mapper in open-source

I'm super excited to share something amazing our team at Qovery has been cooking up lately: the IAM EKS User Mapper. This isn't just any tool – it's our answer to a problem we know so many of you face: managing AWS IAM user access to Kubernetes clusters efficiently and securely. It's open-source and available to everyone now on GitHub.

5 Docker Extensions to make your development life easier

Docker has revolutionized the way developers build, ship, and run applications. Its simplicity and efficiency in creating lightweight, portable containers have made it a go-to tool in modern software development. However, enhancing Docker’s capabilities with extensions can significantly boost productivity and simplify complex tasks. Here are five Docker extensions that can make your development life easier.

Orchestrating Kubernetes with Terraform: A Step-by-Step Guide to Building Your Container Empire

When Terraform and Kubernetes work in tandem, Terraform can define and configure resources within a Kubernetes cluster using its declarative configuration language, encompassing various elements. Explore further with Control Plane.

Common Problems with Container Platforms

Containers are nearly ubiquitous in software these days. Outside of abstractions like fully managed services (RDS, Dynamo, Cloud SQL), everything engineering teams are responsible for, mostly, land in containers. For many, deciding what platform to run those containers on is a burning question. Choosing the wrong container management solution can be a real headache.