Linux Tutorials on the topic “virtualization”
-
How to Install Docker on Rocky Linux 8
Author: t.michael • Tags: linux, server, virtualization • Comments: 0Docker is a virtualization platform that allows you to create isolated development containers. In this guide, you will learn how to install and use Docker on Rocky Linux 8.
-
How to create a StatefulSet in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux, nginx, server, virtualization • Comments: 0StatefulSets contain a set of Pods with unique, persistent identities and stable hostnames. In this article, we will create a Statefulset with replicas of Nginx pods. We will perform operations on the Pods to see how they are deleted and created.
-
How to Install WebVirtCloud KVM Management on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, virtualization • Comments: 7WebVirtCloud is a web-based management tool for KVM virtualization. It allows administrators and users to create, manage and delete Virtual Machines running on KVM hypervisor from a web interface.
-
-
How to Install and Use Podman on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server, virtualization • Comments: 0Podman is a free, open-source, and Linux native tool used to run, build, share and deploy applications using containers. It allows you to manage containers and images, volumes mounted into those containers.
-
How Install and Configure a Docker Swarm Cluster on CentOS 8
Author: Hitesh Jethva • Tags: centos, cloud, linux, virtualization • Comments: 0In this post, we will show you how to set up a Docker Swarm cluster on CentOS 8. Docker is an open-source tool that can be used to create, deploy and run applications using a container.
-
How to Install Vagrant and use it with VirtualBox on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu, virtualization • Comments: 2Vagrant is a command-line tool for building and managing virtual machines, it support different virtualization engines like VirtualBox, KVM, Docker and VMWare. In this article, I will show you how to install Vagrant on an Ubuntu 20.04 machine and use VirtualBox as vairtualization engine.
-
How to deploy Applications on Kubernetes using Helm
Author: Rahul Shivalkar • Tags: cloud, server, ubuntu, virtualization • Comments: 0In this article, we will release Apache from the existing chart. We will create a sample chart and release, upgrade, rollback, delete and restore it. Let's see the commands in brief before we use them in the article later.
-
How to Install Helm Kubernetes Package Manager on Ubuntu 20.04
Author: Rahul Shivalkar • Tags: cloud, linux, server, ubuntu, virtualization • Comments: 0Helm is a package manager for Kubernetes. In this article, we will see the steps to install Helm3, in terms of architecture there is a difference between Helm2 and Helm3. One of the major differences is "Removal of Tiller".
-
How to Install Kubernetes with Minikube on Ubuntu 20.04
Author: Hitesh Jethva • Tags: cloud, linux, server, ubuntu, virtualization • Comments: 2Minikube is an open-source tool that helps you to set up a single-node Kubernetes cluster on your local machine. In this tutorial, we will show you how to install Minikube on Ubuntu 20.04 server.
-
How to Install Discourse Forum with Docker on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, virtualization, web server • Comments: 0Discourse is a free and open-source platform built for the next decade of the Internet. In this tutorial, we will show you how to install Discourse forum using Docker on CentOS 8 server.