How to Install Kubernetes & Container Runtime on Ubuntu 20.04 LTS.

Kubernetes is a tool for managing Docker containers at scale on on-premise server or across hybrid cloud environments. It is provided with Kubernetes to help users to install a production ready Kubernetes cluster. In Kubernetes cluster. we needs a minimum of two nodes – a master node and a worker node. Master: It is a …

How to Create Volume on Amazon Web Service(AWS).

An Amazon EBS volume is a durable, block-level storage device that you can attach to your instances. EBS volumes persist independently from the running life of an EC2 instance. You can attach multiple EBS volumes to a single instance. The volume and instance must be in the same Availability Zone. EBS currently supports a maximum …

How to Install & Configure AWS CLI on Ubuntu 18.04.

AWS CLI or Amazon Web Service Command Line Interface is a command line tool for managing and administering your Amazon Web Services. AWS CLI provides direct access to the public API (Application Programming Interface) of Amazon Web Services. Since it’s a command line tool, you can also use it to create scripts for automating your …

How to Create internet-facing load balancer on Google Cloud Platform.

Load balancing is the process of distributing traffic across your network of servers to ensure that the system does not get overwhelmed and all requests are handled easily and efficiently. An internet-facing load balancer has a publicly resolvable DNS name, so it can route requests from clients over the internet to the EC2 instances that …

How to Create a Snapshot in Google cloud Platform.

Snapshots incrementally back up data from your persistent disks. After created a snapshot to capture the current state of the disk we can use it to restore that data to a new disk.We can create snapshots from disks even while they are attached to running virtual machine (VM) instances.   Login to Google cloud platform portal. Click …