Virtualization

How to Install KVM on CentOS 8

November 5, 2020

A CentOS 8 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 Create and Use ConfigMap with Kubernetes

October 1, 2020

Create ConfigMaps for your pods configuration settings to keep your images light and portable. This guide shows four different ways how to create a ConfigMap. Additionally, it teaches you how to configure a pod to use a ConfigMap by using volumes or environment variables.

Read more

19 Kubernetes Best Practices for Building Efficient Clusters

September 23, 2020

Kubernetes is a feature-rich orchestration tool. The best practices outlined in this article are going to help you create a stable and efficient Kubernetes cluster.

Read more

How to Install Rancher on CentOS 7

September 22, 2020

Install the Rancher server on your CentOS and get started using this container management platform that helps manage Kubernetes at scale. Create, run, and deploy clusters in a few simple steps using this powerful tool.

Read more

Docker Privileged - Should You Run Privileged Docker Containers?

September 10, 2020

Learn what privileged Docker containers are, when do people use them, and whether it is a good option for you. Find out how to find out whether a container is privileged and how to protect your host system from such containers.

Read more

How to Install Rancher on Ubuntu

September 2, 2020

Install Rancher on your Ubuntu server and get started using this container management platform that helps manage Kubernetes at scale. Create, run, and deploy clusters in a few simple steps using this powerful tool.

Read more

How to Create Recovery Media and Perform Bare Metal Restore from Veeam Cloud Connect

August 20, 2020

If you are phoenixNAP customer and need to learn how to create a recovery media and perform Bare Metal restore from Veeam Cloud Connect, then follow this step by step guide.

Read more

How to Update Docker Image and Container to the Latest Version

August 13, 2020

To avoid running containers with outdated Docker images, update the image and run the container with the latest version. This tutorial shows you how to update a Docker image and container with a step-by-step guide and a practical example.

Read more

Docker Volumes: How to Create & Get Started

July 27, 2020

Persist data in Docker containers by mounting Docker volumes to containers. You can use an existing host directory or create new volumes. This is especially useful when sharing data between multiple containers.

Read more

How to Deploy and Run Redis in Docker

July 23, 2020

The tutorial shows you how to deploy Redis using the Docker run command. Also, learn how to deploy Redis on multiple servers in your cluster, efficiently link the containers, and access Redis from remote servers.

Read more
1 8 9 10 11 12 15