Operations | Monitoring | ITSM | DevOps | Cloud

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

Adding Helm Chart Security Mitigation Notes to ChartCenter

Earlier this year, we launched ChartCenter, our newest community platform to help Kubernetes developers find Helm charts. This new free Helm central repository was built with chart immutability  in mind— meaning every version of a Helm chart and every version in ChartCenter will always be available even if the original source goes down.

How to switch the Docker container runtime to containerd with Charmed Kubernetes

This article describes how easy it is for users of Charmed Kubernetes to switch from the Docker container runtime to containerd. You may have heard that Kubernetes is deprecating Docker as a container runtime after v1.20. Docker as an underlying runtime is being deprecated in favor of runtimes that use the Container Runtime Interface(CRI) created for Kubernetes, such as containerd.

Virtana Migrate Demo & Value

With the Virtana Platform, enterprises can make data-driven migration decisions to get it right the first and every time workloads are migrated. The unified platform also dramatically simplifies optimization and management of workloads regardless of their location in an increasingly complex IT infrastructure. The hybrid infrastructure optimization capabilities of the Virtana Platform can deliver a return on investment (ROI) of as much as 145% over a three-year period.

Five worthy reads: Hyperscale: The path ahead for data centers and organizations

Five worthy reads is a regular column on five noteworthy items we’ve discovered while researching trending and timeless topics. In this edition, we’ll learn about hyperscale data centers, including how they function, and the considerations and challenges organization face in deploying them.

Overcoming Bandwidth Bottlenecks

What is bandwidth? Bandwidth refers to the amount of data that can be sent or received by a particular device in a stipulated period. This is measured in Mbps (Megabits per second). Very often, people use bandwidth to refer to the speed of the internet connection. However, that is not the case. Talking about bandwidth vs. speed, the former helps understand the quantity of data transferred per second. At the same time, the latter focuses on the rate of data transfer from the source to the destination.

Managing the Icinga Director with Ansible

Our company is using Icinga for quite some time now to monitor our whole infrastructure and its customers infrastructure. We deploy many Icinga instances for different teams and customers (see this video for more information). To manage the configuration of these instances, we use the Icinga Director module. This gives us an easy way to deploy checks, services and hosts in Icinga. The teams do not have access to the configuration files of Icinga, so every change is done via the Director frontend.