Open in app
Home
Notifications
Lists
Stories

Write
Ritesh Singh
Ritesh Singh

Home
About

May 24, 2021

Deploy web app on Azure App Service using Terraform

Deploy web app on Azure App service, Use Azure registry Container for deployment, Provision using terraform. — Problem statement Deploy web app on Azure App service Use Azure registry Container for deployment. Provision using terraform. Prerequisites Azure account Azure CLI configured in OS Solution: First, we need to create one docker image and push it to the Azure Container registry, and after write terraform code for provision.

Azure

2 min read

Deploy web app on Azure App Service using Terraform
Deploy web app on Azure App Service using Terraform

Apr 27, 2021

K8s Multi-Node on Multi-Cloud

We need to configure K8s Multi-Node Cluster on Multi-Cloud. — Problem Statement: Here We need to configure K8s Multi-Node Cluster on Multi-Cloud. For Multi-Cloud I am using AWS, Azure. AWS for 1 master, 1 Node. Azure for 1 Node. Solution: First we need to launch instances in AWS, Azure, for provisioning, I am using Terraform. Prerequisite: Have an AWS account Have an Azure account AWS CLIv2 installed and configured

Multi Cloud

4 min read

K8s Multi-Node on Multi-Cloud
K8s Multi-Node on Multi-Cloud

Mar 23, 2021

Running GUI application in Docker container

Prerequisites Docker installed in OS. — Prerequisites Docker installed in OS. For solving this issue I am showing two methods, the first is manually and the second is Automation, btw I prefer automation 😁. First Method(Manual) Pull one image(eg-centos). docker pull centos Start docker container normally. docker run --net=host -it --name c1 centos Install one GUI application for eg…

Docker

2 min read

Running GUI application on Docker container
Running GUI application on Docker container

Mar 13, 2021

Automate Kubernetes Cluster Using Ansible

Problem Statement: Launch ec2-instances on AWS Cloud eg. for master and slave………. — Problem Statement Launch ec2-instances on AWS Cloud eg. for master and slave. Create roles that will configure the master node and slave node separately. Launch a wordpress and MySQL database connected to it in the respective slaves. Expose the wordpress pod and the client able to hit the wordpress IP with its…

Kubernetes

3 min read

Automate Kubernetes Cluster Using Ansible
Automate Kubernetes Cluster Using Ansible

Mar 5, 2021

Configuring k8s Multi-Node cluster using Ansible

Problem Statement: Ansible Roles to Configure K8S Multi-Node Cluster over AWS Cloud. — Problem Statement Ansible Roles to Configure K8S Multi-Node Cluster over AWS Cloud. Solution For this problem statement, I am using the Ansible collection, in this ansible collection I am creating 3 roles, one for ec2, the second for Kubernetes master, third for Kubernetes slave 🙂. Prerequisites Ansible installed in OS.

AWS

5 min read

Configuring k8s Multi-Node cluster using Ansible
Configuring k8s Multi-Node cluster using Ansible

Feb 18, 2021

Building Chat Application using Socket Programming in Python

Problem Statement: — Problem Statement: Create your own Chat Servers, and establish a network to transfer data using Socket Programing by creating both Server and Client machine as Sender and Receiver both. Do this program using UDP data transfer protocol. Use multi-threading concept to get and receive data parallelly from both the Server Sides. …

Python

2 min read

Building Chat Application using Socket Programming in Python
Building Chat Application using Socket Programming in Python

Published in FAUN Publication

·Jan 11, 2021

Create an Ansible playbook to launch the EC2 instance and configure minikube in it.

Prerequisites: Ansible Installed Inventory Configured AWS CLIv2 installed and Configured — Prerequisites: Ansible Installed Inventory Configured AWS CLIv2 installed and Configured Step-1)Configuring Dynamic inventory Here I am using dynamic inventory because we have to configure minikube in ec2 instance. For the dynamic inventory, download ec2.py and ec2.ini from this given URL, and paste in the inventory folder:

Ansible

3 min read

Create an Ansible playbook to launch the EC2 instance and configure minikube in it.
Create an Ansible playbook to launch the EC2 instance and configure minikube in it.

Jan 9, 2021

Create a network Topology Setup in such a way so that System A can ping to two Systems => System B and System C but both these systems should not be pinging each other. without using any security rule e.g firewall etc.

Prerequisite: 3 VM(Virtual Machine). — Prerequisite: 3 VM(Virtual Machine). Solution: First, we need to delete all the IP addresses from all the OS routing tables. after that add the System A Ip in System B and System C routing table, at last, add the System B and System C Ip in System A routing table. …

Networking

3 min read

Create a network Topology Setup in such a way so that System A can ping to two Systems => System B…
Create a network Topology Setup in such a way so that System A can ping to two Systems => System B…

Jan 4, 2021

Create an Ansible Playbook which will dynamically load the variable file named same as OS_name and just by using the variable names we can Configure our target node.

First, we need to retrieve the distribution from ansible facts after use it. — Prerequisite : Ansible installed. Inventory configured. Step-1)Retreive the distro. First, we need to retrieve the distribution from ansible facts after use it. After we retrieve the distro, now we need to make the files respective to the distro, like — RedHat-8.yml, Ubuntu-16.yml, etc. Step-2)Writing Playbook First, we need to make the playbook for the distro.

Ansible

2 min read

Create an Ansible Playbook which will dynamically 
load the variable file named same as OS_name…
Create an Ansible Playbook which will dynamically 
load the variable file named same as OS_name…

Dec 16, 2020

Configure Php7.1 + Nginx on Amazon Linux 2 AMI

Prerequisite : — Prerequisite : ✅ Have an AWS account Step-1)Launch ec2 instance First, select your region. Goto Service > EC2 > launch Ec2 instance. Select Amazon Linux 2 AMI.

Nginx

3 min read

Configure Php7.1 + Nginx on Amazon Linux 2  AMI
Configure Php7.1 + Nginx on Amazon Linux 2  AMI
Ritesh Singh

Ritesh Singh

DevOps/Cloud Enthusiast

Following
  • Neal Davis

    Neal Davis

  • Jack Roper

    Jack Roper

  • Troy Ingram

    Troy Ingram

  • Netflix Technology Blog

    Netflix Technology Blog

  • Michelle Xie

    Michelle Xie

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable