Linux Tutorials on the topic “virtualization”
-
How to create a VPC Peering between 2 VPCs on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0 • Published: Nov 29, 2021A VPC peering connection is a connection between two VPCs that enables you to route traffic between them. We can create a VPC peering connection between our VPCs, or with a VPC in another AWS account. The VPCs can also be in different regions.
-
Create an S3 Bucket on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0 • Published: Nov 26, 2021Terraform is the "Infrastructure as Code (IaC)" tool. It is used to build, manage and change infrastructure in a safe and repeatable way. In this article, I will show you how to use Terraform to create an S3 bucket on AWS.
-
How to create an Amazon AWS EC2 Instance using Python Boto3
Author: Rahul Shivalkar • Tags: cloud, linux, programming, virtualization • Comments: 0 • Published: Nov 24, 2021In this article we will see how we can create an EC2 instance using Python Boto3. We will use the "create_instances" method to create an instance.
-
-
How to deploy your first pod on a Kubernetes Cluster
Author: Rahul Shivalkar • Tags: linux, server, virtualization • Comments: 0 • Published: Nov 23, 2021In this article we will see how to create our first Pod on Kubernetes Cluster. We shall see the steps to create a pod for Nginx.
-
How to create a VPC using Python Boto3 on Ubuntu
Author: Rahul Shivalkar • Tags: linux, server, ubuntu, virtualization • Comments: 0 • Published: Nov 16, 2021Boto3 is the Amazon Web Services (AWS) SDK for Python. It is the Python library that allows users or developers to create, configure, and manage AWS services and resources.
-
How to Install Docker on Debian 11
Author: Arvid L • Tags: debian, linux, virtualization • Comments: 3 • Published: Oct 01, 2021Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this tutorial, you will learn how to install Docker on the Debian 11 Bullseye. Also, you will learn the basic usage of Docker for running containers and managing images.
-
How to Install Docker and Docker Compose on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, virtualization • Comments: 2 • Published: Sep 22, 2021Docker is a free and open-source platform to develop, ship, and run applications in the containerized environment. In this tutorial, we will show you how to install Docker and Docker compose on Debian 11.
-
How to create a StatefulSet in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux, nginx, server, virtualization • Comments: 0 • Published: Aug 10, 2021StatefulSets 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: 7 • Published: Aug 05, 2021WebVirtCloud 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: 0 • Published: Jun 18, 2021
Podman 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.