Apr 6, 2021AI on AWS WorkshopRecently I have attended a two-day workshop on Artificial Intelligence on AWS delivered by World Record Holder Mr. Vimal Daga Sir. It was a great hands-on session, In which I have learned about many services like 1) Amazon Rekognition 2) Amazon Polly 3) Amazon Lex 4) Amazon Kendra 5) Amazon Comprehend 6) Amazon CodeGuru 7) Amazon Fraud Detector 8)…3 min read3 min read
Mar 9, 2021Expert Session Kubernetes — Industry Use Cases — 8th March, 2021Speakers: Mr. Neeraj Bhatt” (Senior Technical Engineer- OpenShift, Redhat ) Mr. Vijit Kuntal” (Consultant, Infosys Belgium) Rushil Sharma” ( Customer Engineer Hybrid Cloud, Google) Thanks Vimal Daga sir and Preeti Chandak Mam Summary of the Session: ✔CVS(Concurrent Version Control)is a functional version control system. This helps the teams to be connected to the changes that are…2 min read2 min read
Mar 2, 2021𝗥𝗲𝗱𝗵𝗮𝘁 𝗲𝘅𝗽𝗲𝗿𝘁 𝘀𝗲𝘀𝘀𝗶𝗼𝗻 𝗼𝗻 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 𝗮𝗻𝗱 𝗢𝗽𝗲𝗻𝘀𝗵𝗶𝗳𝘁Summary of the Session: ✔Benefits of K8s are Scalability, workload Probability, stability vs speed argument Challenges are Hardening, deployment, operations ✔Container is a technology using which we can launch an operating system within seconds. …1 min read1 min read
Jan 17, 2021Ansible Playbook to Configure HAProxy and HTTP Web Server on EC2 Instances and Dynamically updating IPs in HAProxy Configuration fileIn this article we will: Launch 3 Instances on AWS Configure 2 of them as Apache Web Servers Configure 1 of them HAProxy Load BalancerArthbylw4 min readArthbylw4 min read
Jan 17, 2021Docker Use CasesDocker: Docker is an open platform for developing, shipping, and running applications. Docker enables us to separate our applications from our infrastructure so we can deliver software quickly. With Docker, we can manage our infrastructure in the same way we manage our applications. By taking advantage of Docker’s methodologies for shipping…Docker3 min readDocker3 min read
Jan 17, 2021Integration of LVM with HadoopIn this article we will: Integrate LVM with Hadoop and Provide Elasticity to DataNode Storage. Increase or Decrease the Size of Static Partition in Linux Automate the LVM Partition using Python-Script. LVM LVM, or Logical Volume Management, is a storage device management technology that gives users the power to pool and…Hadoop7 min readHadoop7 min read
Jan 16, 2021Ansible Playbook that will dynamically load the variable file named same as OS name and just by using the variable names it will configure target nodes.In this article, we will create a dynamic Ansible playbook for deploying a webpage in any type of OS without using the “when” keyword. The need for the above-mentioned playbook is that there are different name of the software and services in the different Operating Systems. …Ansible2 min readAnsible2 min read
Jan 16, 2021A Network Topology Setup such that System A can ping to two Systems System B and System C, but both these systems cannot ping each other.This problem can easily be solved using the concept of Routing Tables. Let us have three systems in the same network: System A -> 192.168.0.1 System B -> 192.168.0.2 System C-> 192.168.0.3 Add route in Routing table such that A can connect to B and C but B and C…Vimal Daga2 min readVimal Daga2 min read
Jan 16, 2021Ansible playbook that will retrieve new docker container IP and dynamically update the Ansible inventory and configure webserver inside that container.In this article, we will create an Ansible Playbook which will: Install Docker Launch Container Update Inventory File Configure Container as Web Server Initially, the Inventory file is empty.Arthbylw3 min readArthbylw3 min read
Jan 15, 2021Ansible PlayBook to Configure HTTPD and HAProxy Using Ansible RolesIn this article we will: We will create an ansible role httpd to configure Httpd WebServer. 2. We will create another ansible role haproxy to configure HAProxy LoadBalancer. 3. We will combine both of these roles controlling web server versions and solving challenges for host IP’s addition dynamically over each Managed Node in HAProxy.cfg file. Role for Configuring HTTPD Create a RoleVimal Daga3 min readVimal Daga3 min read