Open in app

Sign In

Write

Sign In

Ritesh Singh
Ritesh Singh

108 Followers

Home

About

May 24, 2021

Deploy web app on Azure App Service 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. Step-1)Create and Push image in Azure Container Registry Azure Container Registry documentation Azure Container Registry allows you to build, store, and manage container images and artifacts in a private registry…docs.microsoft.com

Azure

2 min read

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

2 min read


Apr 27, 2021

K8s Multi-Node 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 Azure CLI installed and configured Step-1)Launching Instances in AWS Azure

Multi Cloud

4 min read

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

4 min read


Mar 23, 2021

Running GUI application in Docker container

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
Docker

2 min read


Mar 13, 2021

Automate Kubernetes Cluster Using Ansible

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
Kubernetes

3 min read


Mar 5, 2021

Configuring k8s Multi-Node cluster using Ansible

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. Dynamic Inventory configured. AWS…

AWS

5 min read

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

5 min read


Feb 18, 2021

Building Chat Application using Socket Programming in Python

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
Python

2 min read


Published in

FAUN — Developer Community 🐾

·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 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: https://github.com/ansible/ansible/tree/stable-2.9/contrib/inventory Now add this path in ansible.cfg

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.
Ansible

3 min read


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). 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…
Networking

3 min read


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.

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…
Ansible

2 min read


Dec 16, 2020

Configure Php7.1 + Nginx on Amazon Linux 2 AMI

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
Nginx

3 min read

Ritesh Singh

Ritesh Singh

108 Followers

DevOps/Cloud Enthusiast

Following
  • Jack Roper

    Jack Roper

  • Neal Davis

    Neal Davis

  • Netflix Technology Blog

    Netflix Technology Blog

  • Michelle Xie

    Michelle Xie

  • Adrian Cantrill

    Adrian Cantrill

See all (19)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams