Operations | Monitoring | ITSM | DevOps | Cloud

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

Simplify management across cloud platforms with OpenCP

Managing your clusters has become a complex and confusing task. With scattered tools and the requirement to learn specific tools from cloud providers, many companies have trouble making the most of the cloud. That's where OpenCP comes in. Join us as we explore the benefits of simplifying management across cloud platforms with OpenCP. We’ll dive into the benefits of using OpenCP, how it works, and how it is built on the best practices of kubectl and kubeapi.

How to "Live Tail" Kubernetes Logs

DevOps engineers wishing to troubleshoot Kubernetes applications can turn to log messages to pinpoint the cause of errors and their impact on the rest of the cluster. When troubleshooting a running application, engineers need real-time access to logs generated across multiple components. Collecting live streaming log data lets engineers: The challenge that engineers face is accessing comprehensive, live streams of Kubernetes log data.

Scaling Your Applications on Civo Platform, A PaaS Solution

Managing infrastructure while developing, building, and running an application is difficult for developers. In fact, many businesses often struggle with infrastructure management besides managing their applications. To tackle this problem, Platform-as-a-Service or PaaS came into existence. PaaS provides a platform with a cloud-based environment for developers to develop and manage their applications with pre-configured tools and frameworks.

Qovery Demo Day Summary - February 2023

Join us for a recap of the latest updates from Qovery Demo Day, held on February 9th. Our event provides insight into what we accomplished in the past month and what's to come while showcasing some exciting new features. From our refreshed website and pumped CLI, to job deployments and demos, to upcoming deployment order and parallel deployment, ARM instance type support, and audit logs, get ready for an exciting look at what's new with Qovery and what’s next! ✨
Sponsored Post

Testing Kubernetes Ingress with Production Traffic

Testing Kubernetes Ingress resources can be tricky, and can lead to frustration when bugs pop up in production that weren't caught during testing. This can happen for a variety of reasons, but with Ingress specifically, it often has to do with a misalignment between the data used in testing and the traffic generated in production. Tools like Postman can be a great way of generating traffic, but they have the drawback of being manually created. Not only is this unlikely to create all the needed variations for a single endpoint (different headers, different request bodies, etc.), it would be almost impossible to create all the needed variations, for all possible endpoints.

Exploring Azure Kubernetes Service and its monitoring capabilities

What is Azure Kubernetes Service? Azure Kubernetes Service (AKS) is a fully managed open-source container orchestration service offered by Azure. Provisioning, scaling, and upgrading resources can be done without causing downtime with Azure Kubernetes Service. Container orchestration in Kubernetes enables deployed application components to be isolated in distinct containers that can scale independently. A cluster made up of these containers functions as a microservices-based software product.