Linux Tutorials on the topic “virtualization”
-
Docker Guide: Dockerizing Python Django Application
Author: Muhammad Arul • Tags: linux, programming, ubuntu, virtualization • Comments: 3In this tutorial, I will show you step-by-step how to create a docker image for an existing Django application project in Ubuntu 16.04. We will learn about dockerizing a python Django application, and then deploy the application as a container to the docker environment using a docker-compose script.
-
How to Install Rancher Docker Container Manager on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, virtualization • Comments: 1Rancher is an open source container management platform. It allows you to run and manage Docker and Kubernetes with ease. In this tutorial, I will guide you to step-by-step install and configure Rancher Server and Agent on CentOS 7 server.
-
Docker: Installation and Basic Usage on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization • Comments: 2
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. Docker automates the deployment of applications inside software containers. This tutorial shows you how to install Docker on Ubuntu 18.04 LTS (Bionic Beaver) and how to start using it.
-
-
How to Install a Kubernetes Docker Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, virtualization • Comments: 34
In this tutorial, I will show you step-by-step how to install and configure Kubernetes and Docker on CentOS 7. Kubernetes is an open source platform for managing containerized applications developed by Google. It allows you to manage, scale, and automatically deploy your containerized applications in the clustered environment.
-
How to Manage Docker Containers using Portainer on Ubuntu
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization • Comments: 8
Portainer is an open-source management UI for Docker, including Docker Swarm environment. Portainer makes it easier for you to manage your Docker containers, it allows you to manage containers, images, networks, and volumes from the web-based Portainer dashboard.
-
How to Manage Docker Containers with Rancher on Ubuntu
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization • Comments: 2
Rancher is an open source container management platform. In this tutorial, I will show you how to install and configure Rancher on Ubuntu 16.04 LTS. We will install Rancher on an Ubuntu server, enable local authentication, add the rancher host, and then try to run single container application from Rancher Dashboard.
-
How to Install Rancher Docker Container Manager on Debian
Author: Hitesh Jethva • Tags: debian, linux, server, virtualization • Comments: 0
In this tutorial, we will learn how to install Rancher on Debian 9. Rancher is a free and open source project that provides a management platform for Docker containers. Rancher allows us to operate Docker in production at large scale.
-
Dockerizing LEMP Stack with Docker-Compose on Ubuntu
Author: Muhammad Arul • Tags: linux, sendmail, ubuntu, virtualization • Comments: 23
In this tutorial, I will guide you step-by-step to use docker-compose to create a LEMP Stack environment (LEMP = Linux - Nginx - MySQL - PHP). We will run all components in different docker containers, we set up a Nginx container, PHP container, PHPMyAdmin container, and a MySQL/MariaDB container.
-
How to setup a Linux server on Amazon AWS
Author: MANMOHAN MIRKAR • Tags: linux, virtualization • Comments: 0
This tutorial shows the creation of an Amazon EC2 Linux instance (virtual server) and how to login to that server with SSH from Windows. AWS (Amazon Web Services) is one of the leading cloud server providers worldwide. You can setup a server within a minute using the AWS platform. To get started, AWS provides a special account called "Free tier" where you can use the AWS technology free for one year with some minor restrictions.
-
How to deploy a fault tolerant cluster with continuous or high availability
Author: Nikita Nesmiyanov • Tags: commercial, linux, virtualization • Comments: 3
Some companies cannot allow having their services down. In case of a server outage a cellular operator might experience billing system downtime causing lost connection for all its clients. Admittance of the potential impact of such situations leads to the idea to always have a plan B. In this article, we’re throwing light on different ways of protection against server failures, as well as architectures used for deployment of VMmanager Cloud, a control panel for building a High Availability cluster.