Virtualization

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

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

What is Kubernetes DaemonSet and How to Use It?

July 16, 2020

The article contains an in-depth analysis of DaemonSets and practical examples of how best to implement DaemonSets in a running Kubernetes environment.

Read more

How to Install Jenkins on Debian 10 (Buster)

June 15, 2020

If you are a software developer working on a Debian 10 Buster you may want to install Jenkins. Jenkins is software that automates different aspects of building, testing, delivering, and deploying of software applications.

Read more

How to Install Minikube on CentOS

May 28, 2020

Install Minikube on your CentOS 7 and set up a single-node Kubernetes cluster on your local machine. This open-source software starts up a virtual machine and runs a cluster inside of it, allowing you to test in a Kubernetes environment on your local machine.

Read more

How to Install Jenkins on CentOS 8

May 22, 2020

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

Read more

What is Bare Metal Cloud

May 20, 2020

This article provides answers to everything you wanted to know about Bare Metal Cloud and how it compares to other cloud options. Additionally, you will learn about how phoenixNAP's Bare Metal Cloud can help you manage your infrastructure as code.

Read more

How to Install Minikube on Ubuntu 18.04 / 20.04

April 30, 2020

Follow this step-by-step tutorial to install Minikube on your Ubuntu 18. 04. Minikube allows you to work in a Kubernetes environment and test your applications without using up a lot of resources. Set up the software and start working with Kubernetes locally today.

Read more

How to Override Entrypoint Using Docker Run

April 10, 2020

Entrypoint is a Docker instruction used to set up the default executable when the container is run. You can override this instruction within the docker run command using a specific flag and command syntax.

Read more
1 9 10 11 12 13 15