Availability-Zones-OpenStack-Command-Line

How to Create Availability Zones (AZ) in OpenStack from Command Line

In OpenStack terminology, Availability Zones (AZ) is defined as a logical partition of compute(nova), block storage (cinder) and network Service (neutron). Availability zones are required to segregate the work load of environments like production and non-production, let me elaborate this statement. let’s suppose we have … Read more

Install-KVM-RHEL8

How to Install and Configure KVM on RHEL 8 / CentOS 8

KVM is an open source virtualization technology which converts your Linux machine into a type-1 bare-metal hypervisor that allows you to run multiple virtual machines (VMs) or guest VMs KVM stands for Kernel based Virtual machine, as the name suggests KVM is a kernel module, … Read more

Containers-Status-Portainer

Monitor and Manage Docker Containers with Portainer.io (GUI tool) – Part-2

As a continuation of Part-1, this part-2 has remaining features of Portainer covered and as explained below. Monitoring docker container images shashi@linuxtechi ~}$ docker ps -a CONTAINER ID        IMAGE                 COMMAND             CREATED             STATUS   PORTS                    NAMES 9ab9aa72f015        ubuntu                “/bin/bash”         14 seconds ago      Exited (0) 12 seconds ago                  … Read more