Virtualization

Docker Commands Cheat Sheet

December 7, 2022

Docker has earned a reputation as one of the most popular open-source platforms for application development. It packages apps, its dependencies, and binaries into virtualized environments called containers. This article goes over all the essential Docker commands you will most certainly use while working with containers. In the end, you will also find a downloadable Cheat Sheet Docker commands, for easier reference.

Read more

Unikernel vs. Containers: What's the Difference?

December 1, 2022

The rise of alternative virtualization solutions is tied to the efforts to create a resource-friendly application deployment option. This article will compare unikernels and containers, two technologies aiming to reduce the virtualization footprint while supporting optimal app performance.

Read more

How to Install Prometheus on Kubernetes and Use It for Monitoring


This tutorial shows you how to create a series of .yaml files to install and set up Prometheus Monitoring on your Kubernetes cluster. Monitor your servers and use that data to improve the performance of your applications and infrastructure.

Read more

How to Install Rocky Linux on VirtualBox

November 8, 2022

This guide shows how to install the latest Rocky Linux version on VirtualBox. Virtualization has many benefits, including reduced costs, improved security, minimized downtime and simplified management.

Read more

How to Install Docker on Rocky Linux

November 2, 2022

Docker is a Platform-as-a-Service tool for containerized app deployments. It uses Docker Engine to create and manage application containers. This tutorial shows you how to install and setup Docker on Rocky Linux.

Read more

How to Install Rocky Linux on VMware

November 1, 2022

Want to test drive Rocky 9 on a virtual machine? This guide outlines the steps to set up and install Rocky 9 on VMware workstation.

Read more

How to Install Jenkins on Ubuntu 22.04

October 20, 2022

Learn how to install Jenkins on Ubuntu 18.04. This software package is used to automate parts of the build, testing, delivery, and deployment of software. Jenkins uses the Java Runtime Environment (JRE) and supports continuous integration (CI) and continuous delivery (CD).

Read more

Kubernetes vs. Docker: Differences and Similarities Explained

October 13, 2022

While in the general sense Kubernetes and Docker both deal with containers, their roles in development, testing, and deployment of containerized apps are very different. This article introduces you to the features and design of these two platforms.

Read more

What is a Hypervisor? Types of Hypervisors 1 & 2

September 29, 2022

Server virtualization is one of the hottest topics in the IT world today. It has been around for many years and its popularity keeps growing, especially in enterprise environments. What makes server virtualization so attractive is the ability to have different operating systems running separate applications on one server while still using the same physical resources.

Read more

x64 vs. x86: Key Differences

July 20, 2022

This article shows an overview of the key features and differences between the two instruction set architecture types - x86 and x64.

Read more
1 3 4 5 6 7 15