Virtualization

kubectl port-forward: Kubernetes Port Forwarding Guide

December 18, 2024

This article shows you how to port forward from your localhost and interact with Kubernetes cluster resources. Use port forwarding to work on and debug your services locally. There is now no need to expose your services beforehand.

Read more

How to Install KVM on CentOS or Rocky Linux

December 11, 2024

A CentOS or Rocky Linux machine can be turned into a hypervisor by installing KVM (short for "Kernel-based Virtual Machine"). This virtualization technology gives users the ability to run multiple virtual machines in isolated environments.

Read more

How to Install Jenkins on CentOS or Rocky Linux

December 5, 2024

Follow the steps in this article to prepare everything you need to install and run Jenkins on CentoS or Rocky Linux. The guide contains the steps to install Java, configure your firewall, and how to load the Jenkins dashboard from your browser.

Read more

MongoDB & Docker: Deploy and Manage MongoDB with Docker


This tutorial shows you how to use Docker and an official MongoDB container image to deploy your databases. Additionally, it covers basic commands that allow you to interact with the MongoDB client effectively.

Read more

How to Install VirtualBox on CentOS and Rocky Linux

November 26, 2024

This guide explains how to install VirtualBox on CentOS and Rocky Linux directly from the official Oracle repository. Get valuable insight into this open-source cross-platform virtualization software today.

Read more

How to Install Prometheus on Kubernetes and Use It for Monitoring

November 21, 2024

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 Create a Helm Chart and Deploy It on Kubernetes

November 14, 2024

Helm charts are application packages that use Kubernetes resources. They provide a template structure for app deployment. Learn how to create a Helm chart in this step-by-step tutorial.

Read more

How to Install Helm on Ubuntu, Mac and Windows

October 30, 2024

Helm is a package manager for Kubernetes that simplifies deployment process. Follow this step-by-step tutorial to learn how to install Helm on Ubuntu, Mac and Windows.

Read more

How to Install Docker on CentOS and Rocky Linux


Docker is an increasingly popular software package that creates containers for application development. Essentially, it creates a uniform interface so that any application running on it is compatible with most operating systems. Developing in Docker also helps speed up applications, since it shares the kernel and other resources.

Read more

How to Set up Veeam to Offload Data to Object Storage

October 14, 2024

This guide shows how to offload data from Veeam to phoenixNAP's object storage. Use the storage to create VM backups and secure your data.

Read more
1 2 3 15