Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

VMware Application Catalog extends support to JFrog Container Registry

VMware Application Catalog (formerly Tanzu Application Catalog) is a catalog of trusted, continuously maintained, and verifiably tested open source images, custom-built to enterprise specifications and privately delivered directly to a customer’s registry of choice. Until recently, VMware Application Catalog had Google Container Registry, Azure Container Registry, and Harbor as supported registries, but last month we announced support for Amazon Elastic Container Registry.

Take a Journey to the Center of the Multi-Cloud Universe: A VMware Explore 2022 Recap

Another VMware Explore has come and gone! Thousands of attendees have headed home from Barcelona ready to implement new strategies, skillsets, and tools for making digital transformation happen. It’s no secret that converting traditional data centers into virtualized, modernized environments can be a daunting task. In fact, the general session was kicked off by CEO Raghu Raghuram, who discussed what the typical customer’s journey looks like.

How to Setup InfluxDB, Telegraf and Grafana on Docker: Part 2

This tutorial describes how to install the Telegraf plugin as a data-collection interface with InfluxDB 1.7 and Docker. In Part 1 of this tutorial series, we covered the steps to install InfluxDB 1.7 on Docker for Linux instances. We describe in Part 2 how to install the Telegraf plugin as a data-collection interface with InfluxDB 1.7 and Docker.

A day in the life of a Customer Support Detective

I open my laptop and look over my cases while I slurp down my first cup of coffee. Most of my backlog is waiting on customer updates, or bug fixes. Two of my cases have been marked for closure. Not a bad start for a Monday! A pod CrashLoopBackoff issue was resolved by bumping up memory requests, and the missing metrics issue was solved after applying some Prometheus annotations to the customer’s nginx pods. I notate and close both cases. No sooner do I hear the beep of the badge scanner.

Are You One of the 76% Failing in the Cloud? How to Do Kubernetes Right

A recent Wall Street Journal article cited a KPMG survey that showed that roughly 67% of 1,000 senior technology leaders at U.S. firms across industries said they have yet to see a significant return on cloud investments. The most common issues preventing a better return on cloud spending were insufficient skills of tech teams, additional security and compliance requirements, and a misalignment with expected outcomes, said Barry Brunsman, a principal in KPMG’s CIO Advisory group.

Kubernetes 1.26 - What's new?

Kubernetes 1.26 is about to be released, and it comes packed with novelties! Where do we begin? This release brings 37 enhancements, on par with the 40 in Kubernetes 1.25 and the 46 in Kubernetes 1.24. Of those 37 enhancements, 11 are graduating to Stable, 10 are existing features that keep improving, 16 are completely new, and one is a deprecated feature. Watch out for all the deprecations and removals in this version!

What Is Developer Experience?

Recently I started hearing more and more about developer experience, which to me was a bit new-ish, so seriously what is developer experience? Another buzz word? A real thing? It’s been a while since I actually developed code … yes yes … you can laugh … a sales person that used to be a developer 😃, and A LOT changed since then. The number of tools a developer should work with on a daily basis is just crazy.

Why You Need Self-Service Infrastructure

Engineering teams’ autonomy and agility are vital in achieving efficient software development. However, manual infrastructure provisioning is a major source of inefficiency and bottleneck. As the developers wait for Ops teams to provision complex infrastructure, they cannot bring the creativity, speed, and agility expected of them. This is the reason successful companies are quickly adopting self-service infrastructure.

Your guide to Kubernetes Dashboards

As a developer, it can become challenging to manage Kubernetes and develop applications simultaneously. That’s why we put together this guide to show you how the Kubernetes Dashboard can help developers overcome this problem and get an overview of the cluster and its workloads. From this, developers can focus more on application development while stressing less on cluster management.

Everything I Wanted To Know About Kubernetes Autoscaling

Kubernetes is today the most well-known container scheduler used by thousands of companies. Being able to quickly and automatically scale your application is something standard nowadays. However, knowing how to do it well is another topic. In this article, we'll cover how pod autoscaling works, how it can be used, when it's exciting and not, and finally, we'll cover it with a Qovery usage we have internally.