Operations | Monitoring | ITSM | DevOps | Cloud

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

Dinesh, CTO of Civo KubeCon First Impressions & Civo Update | Civo TV

Listen to Dinesh, CTO of Civo, as he shares his first impressions of KubeCon and discusses Civo's mission to reimagine cloud-native services by offering fast and simple access to Kubernetes. Discover their new Kubeflow product for efficient machine learning workloads, their Managed Civo Stack, and the upcoming Civo Navigate conference.

Azure Tenant: Comprehensive Guide to Managing Your Cloud Domain

When it comes to the world of cloud computing, Microsoft Azure is one of the top players in the game. However, managing an Azure environment can be complex and requires a good understanding of its various components. One such component is an Azure tenant. An Azure tenant, also referred to as a directory or a subscription, is essentially a dedicated and isolated instance of the Microsoft Cloud that holds your organization’s data and accounts.

The Advantages and Challenges of Remote Teams: A Comprehensive Guide

The global COVID-19 pandemic ushered in a new era of remote work. The Pew Research Center reports that over 71% of people had transitioned to working from home at the height of the pandemic. As of 2023, that number is still relatively high, with 59% of workers remaining at home though social distancing restrictions have long been relaxed. As remote work becomes increasingly common, many managers are considering transitioning to the new model.

Ubuntu Pro is now part of the Amazon EC2 console

[London, UK, May 2, 2023] – Canonical, a leading open-source provider of cloud computing services, has announced that Ubuntu Pro is now available in a subscription-included model on Amazon Web Services (AWS). Users can now launch Ubuntu Pro on-demand instances and purchase Ubuntu Pro Compute Savings Plans from the Amazon Elastic Compute Cloud (Amazon EC2) console.

The Kubernetes Alternative You've Been Looking For

If you’re in DevOps, you know the word ‘Kubernetes’. While saying that mouthful of a word (generally shortened to k8s in text) would have gotten you a weird look and someone asking if you need to lie down before 2017, it’s been sacrilegious to even consider starting a project without architecting your solution on top of it in the last few years.

Understanding Linux CPU Consumption, Load, and Pressure for Performance Optimization

As a system administrator, understanding how your Linux system's CPU is being utilized is crucial for identifying bottlenecks and optimizing performance. In this blog post, we'll dive deep into the world of Linux CPU consumption, load, and pressure, and discuss how to use these metrics effectively to identify issues and improve your system's performance.

Understanding Context Switching and Its Impact on System Performance

Context switching is the process of switching the CPU from one process, task or thread to another. In a multitasking operating system, such as Linux, the CPU has to switch between multiple processes or threads in order to keep the system running smoothly. This is necessary because each CPU core without hyperthreading can only execute one process or thread at a time.

Swap Memory - When and How to Use It on Your Production Systems or Cloud-Provided VMs

Swap memory, also known as virtual memory, is a space on a hard disk that is used to supplement the physical memory (RAM) of a computer. The swap space is used when the system runs out of physical memory, and it moves less frequently accessed data from RAM to the hard disk, freeing up space in RAM for more frequently accessed data. But should swap memory be enabled on production systems and cloud-provided virtual machines (VMs)? Let's explore the pros and cons.