Linux Tutorials on the topic “virtualization”
-
How to Set Up a Kubernetes Cluster Using Minicube on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, virtualization • Comments: 0 • Published: Jan 23, 2023Minikube is a free and open-source tool that comes with a set of built-in add-ons that helps you to set up a Kubernetes cluster in your local system. This tutorial will teach how to install Minikube on Debian 11.
-
How to Install Drupal with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, virtualization, web server • Comments: 1 • Published: Jan 23, 2023Drupal is an open-source content management system (CMS) written in PHP. Many organizations worldwide use it to create blogs, government sites, corporate websites, and more. This tutorial will teach you how to install Drupal using Docker on a Ubuntu 22.04 server.
-
How to create Docker Images with a Dockerfile on Ubuntu 22.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 0 • Published: Jan 12, 2023In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.
-
-
Creating your first deployment on a Kubernetes Cluster
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0 • Updated: Nov 25, 2022In this article, we will see how to create your first deployment on a Kubernetes Cluster using the kubectl command on the Linux shell.
-
How to Install FileRun using Docker
Author: Navjot Singh • Tags: centos, debian, fedora, linux, ubuntu, virtualization • Comments: 0 • Published: Nov 24, 2022FileRun is a self-hosted file sync- and share web-based application. In this tutorial, you will learn how to install FileRun using Docker on your Linux server. We will also configure Elasticsearch to provide full-text search support.
-
Web UI Dashboard for Kubernetes
Author: Rahul Shivalkar • Tags: linux, virtualization • Comments: 0 • Updated: Nov 18, 2022Kubernetes dashboard provides a web-based UI for the cluster. One can deploy applications on the cluster using the dashboard as well as troubleshoot the existing applications in the cluster. In this article, we will install the official dashboard provided by Kubernetes and set up a service account to access it.
-
Getting Started with Pre-built Docker Images
Author: t.michael • Tags: linux, virtualization • Comments: 1 • Updated: Nov 12, 2022Images are the fundamental component of docker. In this guide, we will discuss what docker images are, how to build them, how to manage them, and how to use them.
-
Docker Part 4: building and publishing custom docker images
Author: Bill Toulas • Tags: centos, debian, linux, suse, ubuntu, virtualization • Comments: 1 • Updated: Oct 28, 2022For this tutorial, we will use the Whale Docker image. The Whale is the official mascot of Docker and the Whale docker image resembles the cowsay program which generates ASCII pictures of a cow in the terminal with a message. It can also generate pictures using pre-made images of other animals, such as Tux the Penguin, the Linux mascot.
-
How to monitor VMware vSphere with Checkmk
Author: Ferdinand Kunz • Tags: linux, monitoring, virtualization • Comments: 0 • Published: Oct 25, 2022Monitoring your virtualized server environments is the ideal way to ensure optimal utilization of hardware resources and the best possible performance of your IT infrastructure. In this tutorial, I will show you how to monitor your vSphere with the open-source monitoring tool Checkmk in just a few minutes.
-
How to Install Docker Swarm on Rocky Linux
Author: Arvid L • Tags: cloud, linux, virtualization • Comments: 0 • Published: Oct 17, 2022Docker Swarm is a container orchestration built on top of Docker Engine. It allows you to create and deploy a cluster of Docker nodes with multiple servers.