Deploying wordpress application with AWS RDS as backend databaseLets first see what we are going to doJul 19, 202150Jul 19, 202150
How to run GUI applications in dockerToday lets see how we can run gui applications in docker like firefox, gedit, jupyter notebook which we normally use in ML/DL codes, etc.Jun 11, 2021Jun 11, 2021
How to run machine learning codes in docker containers🍤I have written a machine learning code in python which predicts the salary of a person by taking input the no. of years of experience he…Jun 11, 20211Jun 11, 20211
Published inTowards AWSMaking ansible roles to automate the deployment of k8s cluster on AWS with wordpress-mysql…For this, we would make 3 roles which would be deploying the k8s cluster on aws, and then we will write one more playbook to launch…May 24, 202139May 24, 202139
Ansible playbook to retrieve container IP and then configure it with web serverPrerequisites- Ansible configured in your system.May 17, 2021May 17, 2021
Just one click and launch your kubernetes cluster on AWS using ansible collection/rolesPrerequisites- Ansible installed and aws cli configured into your systemMay 16, 2021May 16, 2021
Load variable files in ansible dynamically according to the OS name to configure the target node…🎇Above is the ansible playbook. Here if you see in the vars_files, i haven’t written directly the file name i want to include, in fact…Apr 10, 2021Apr 10, 2021
Creating ansible roles for configuring web server and load balancer and use them for dynamic…First add a role path in your config file of ansible. I have added /ws20. so, this folder would contain all the roles that i would create.Apr 5, 2021Apr 5, 2021
How Neural Networks helping industries and big companies like google.What are neural networks ?Mar 29, 20211Mar 29, 20211
What is Machine Learning/Artificial intelligence and how big companies like facebook using it and…What is Machine Learning ?👲Mar 29, 2021Mar 29, 2021
Ansible playbook to configure reverse proxy with dynamic update of conf file of the new backend…Procedure- First we will write a playbook which will configure haproxy in a system and two backend servers. to add any new server we will…Mar 21, 2021Mar 21, 2021
How ansible helped Schwarz Group- a case studyAnsible has become the most famous tool for the industries now. It has solved lots of industry use cases by seamlessly uniting workflow…Mar 20, 2021Mar 20, 2021
Configure docker and run httpd container using ansiblePrerequisites- Ansible installed in systemMar 16, 2021Mar 16, 2021
How to make restarting of httpd or any service idempotent in ansible and hence save resourcesIf we talk about ansible, it works on idempotence nature means it runs the things only when it is required. for eg- if we are using file…Mar 16, 2021Mar 16, 2021
Configure hadoop cluster using ansibleprerequisites- Ansible installed on your systemMar 16, 2021Mar 16, 2021
Setting up Python Interpreter and running Python Code on Docker ContainerSo, we must have docker installed on our system for this. If you don’t know then read the below story in which i showed how to configure…Mar 13, 2021Mar 13, 2021
How to resize static/non-LVM partition without losing data in linuxIn my previous article, i have showed how can you make dynamic partitions using LVM and can resize it on the fly without unmount, format…Mar 9, 2021Mar 9, 2021
Install docker on redhat and configure Apache httpd web server on itFor installing docker on redhat you have to first configure yum for it. For this go to /etc/yum.repos.d folder and make a file in it with…Nov 16, 2020Nov 16, 2020