Open in app

Sign In

Write

Sign In

Dhruv Upadhyay
Dhruv Upadhyay

3 Followers

Home

About

Sep 6, 2022

Tale Of Automation-Ansible

Since the industrial revolution, humans have focused on automizing the process around and after the birth of IT, industries thing went way out of the imagination which needed the next level of automatization. A tool that allows developers to easily provision, configure, declare, and scale the product in multiple environments…

3 min read

Tale Of Automation-Ansible
Tale Of Automation-Ansible

3 min read


Sep 6, 2022

Launching a WordPress and MySQL architecture on K8s cluster on AWS cloud via Ansible

What is Kubernetes ? Kubernetes is an open-source container orchestration engine for automating the deployment, scaling, and management of containerized applications. The open-source project is hosted by the Cloud Native Computing Foundation. So, first I have created a Multi-node Kubernetes cluster on AWS Cloud via Ansible roles

2 min read

Launching a WordPress and MySQL architecture on K8s cluster on AWS cloud via Ansible
Launching a WordPress and MySQL architecture on K8s cluster on AWS cloud via Ansible

2 min read


Sep 6, 2022

Creating a Helm chart to deploy a Flask web app on the Kubernetes cluster

Describing a Helm chart Helm has a certain structure when you create a new chart. To create, run “helm create YOUR-CHART-NAME”. Once this is created, the directory structure should look like this: Copy YOUR-CHART-NAME/ | |- .helmignore | |- Chart.yaml | |- values.yaml | |- charts/ | |- templates/ .helmignore: This holds all the…

4 min read

Creating a Helm chart to deploy a Flask web app on the Kubernetes cluster
Creating a Helm chart to deploy a Flask web app on the Kubernetes cluster

4 min read


Sep 6, 2022

Configuring HTTPD Server on Docker Container

* Step 1 # apt-get install apache2 #systemctl start apache2.service # cd /var/www/html # vim hello.html

2 min read

Configuring HTTPD Server on Docker Container
Configuring HTTPD Server on Docker Container

2 min read


Sep 6, 2022

Integrating LVM with Hadoop and providing Elasticity to DataNode Storage

So here in the practical, we have attached an external hard disk sdb of 8 GB.

2 min read

Integrating LVM with Hadoop and providing Elasticity to DataNode Storage
Integrating LVM with Hadoop and providing Elasticity to DataNode Storage

2 min read


Sep 6, 2022

Increase or Decrease the Size of Static Partition in Linux

There are two Memory Management Techniques: Contiguous, and Non-Contiguous. In Contiguous Technique, the executing process must be loaded entirely in the main memory. Contiguous Techniques can be divided into: Fixed (or static) partitioning Variable (or dynamic) partitioning So first we have created a fixed partition in sdb hard disk of…

2 min read

Increase or Decrease the Size of Static Partition in Linux
Increase or Decrease the Size of Static Partition in Linux

2 min read


Sep 6, 2022

In a Hadoop cluster, find how to contribute limited/specific amount of storage as a slave to the cluster?

The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. It creates a distributed Hadoop…

2 min read

2 min read


Sep 6, 2022

Hadoop uses the concept of parallelism

What is Hadoop? The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. …

2 min read

Hadoop uses the concept of parallelism
Hadoop uses the concept of parallelism

2 min read


Sep 6, 2022

Configuring WordPress and MySQL

Prerequisite: a. AWS Account b. Stable Internet Connectivity c. Little knowledge about EC2 Let's dive into it directly………. Step-1: Launch an AWS Ec2 instance and login into it. We are using Amazon Linux Ami Two instances are needed 1-for frontend and 2nd for the Backend The frontend must have connectivity and the backend must be in the same subnet as Frontend Step-2:Installing the httpd software, as we will be using it as a Webserver.

2 min read

Configuring WordPress and MySQL
Configuring WordPress and MySQL

2 min read


Sep 6, 2022

High Availability Architecture with AWS CLI

The architecture includes- - Webserver configured on EC2 Instance - Document Root(/var/www/html) made persistent by mounting on EBS Block Device. - Static objects used in code, such as pictures stored in S3 - Setting up Content Delivery Network using CloudFront and using the origin domain as an S3 bucket. Finally…

3 min read

High Availability Architecture with AWS CLI
High Availability Architecture with AWS CLI

3 min read

Dhruv Upadhyay

Dhruv Upadhyay

3 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams