Virtualization

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

How to Create Kubernetes Namespace

June 30, 2022

Kubernetes namespaces help organize and distribute cluster resources between different users, teams, or customers. This tutorial shows how to create and manage Kubernetes namespaces.

Read more

How to Run Kubernetes on Windows

June 23, 2022

Kubernetes automates app deployment and scaling and significantly facilitates resource management. This tutorial shows how to run Kubernetes on Windows.

Read more

Jenkins vs. Kubernetes: What Is the Difference?

May 26, 2022

Learn about the difference between Kubernetes and Jenkins and how they can work together to create an automated DevOps pipeline.

Read more

Podman Compose - Managing Containers

May 12, 2022

Podman Compose is a tool for running multi-container apps. It aims to provide a replacement for Docker Compose, while retaining compatibility with Docker Compose YAML files. This article will show you how to install Podman Compose and use it to manage OCI containers.

Read more
1 3 4 5 6 7 15