Virtualization

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

How to Use Docker Run Command with Examples

April 2, 2020

Docker is an important virtualization tool used for development. This is why it is important to get to know its command line interface. The first step is mastering the docker run command. There are many different ways to run a container. Learn all of them here.

Read more

How to Deploy RabbitMQ on Kubernetes

March 6, 2020

RabbitMQ manages messaging queues and boosts communication between your loosely coupled services. This well laid out article contains instructions on how to install RabbitMQ on a Kubernetes cluster using the Helm package manager.

Read more
1 9 10 11 12 13 15