Open in app
Home
Notifications
Lists
Stories

Write
Deepanshu Yadav
Deepanshu Yadav

Home

Sep 26, 2021

Kubernetes

WHAT IS KUBERNETES Kubernetes is a container management platform designed to run enterprise-class, cloud-enabled and web-scalable IT workloads. It is built upon the foundation laid by Google based on 15 yrs of experience in running containerized applications .Kubernetes is a container management platform designed to run enterprise-class, cloud-enabled and web-scalable IT workloads. For…

10 min read

Kubernetes
Kubernetes

Jul 19, 2021

Deploying wordpress application with AWS RDS as backend database

Lets first see what we are going to do 🔅 Create an AWS EC2 instance 🔅 Configure the instance with Apache Webserver. 🔅 Download php application name “WordPress”. 🔅 As wordpress stores data at the backend in MySQL Database server. Therefore, setup a MySQL server using AWS RDS service using Free Tier. 🔅 Provide…

AWS

6 min read

Deploying wordpress application with AWS RDS as backend database
Deploying wordpress application with AWS RDS as backend database

Jun 11, 2021

How to run GUI applications in docker

Today lets see how we can run gui applications in docker like firefox, gedit, jupyter notebook which we normally use in ML/DL codes, etc. First lets see what happens if we try to run. So, run a centos container using the command docker run -it centos and install firefox in…

GUI

4 min read

How to run GUI applications in docker
How to run GUI applications in docker

Jun 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 has. Let me show you how it works.🍤 👲Below is the code i have written. As soon as i run it it asks for…

Machine Learning

3 min read

How to run machine learning codes in docker containers
How to run machine learning codes in docker containers

Published in Towards AWS

·May 24, 2021

Making ansible roles to automate the deployment of k8s cluster on AWS with wordpress-mysql application on it

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 WordPress and MySQL pods over them. To know how to launch k8s cluster on aws by making ansible roles, see my previous story👇 Just one click and launch your kubernetes cluster on AWS using ansible collection/roles Prerequisites- Ansible installed and aws cli configured into your systemdeepanshuyadavv11.medium.com

My SQL

3 min read

Making ansible roles to automate the deployment of k8s cluster on AWS with wordpress-mysql…
Making ansible roles to automate the deployment of k8s cluster on AWS with wordpress-mysql…

May 17, 2021

Ansible playbook to retrieve container IP and then configure it with web server

Prerequisites- Ansible configured in your system. make a new inventory file with any name and update it in ansible.cfg file as shown below. 👇

Ansible

4 min read

Ansible playbook to retrieve container IP and then configure it with web server
Ansible playbook to retrieve container IP and then configure it with web server

May 16, 2021

Just one click and launch your kubernetes cluster on AWS using ansible collection/roles

Prerequisites- Ansible installed and aws cli configured into your system if ansible is not installed you can install it using the command pip3 install ansible. or you can also use yum, first configure the epel and then use yum install ansible(this one is better way). To configure aws cli see…

AWS

7 min read

Just one click and launch your kubernetes cluster on AWS using ansible collection/roles
Just one click and launch your kubernetes cluster on AWS using ansible collection/roles

Apr 10, 2021

Load variable files in ansible dynamically according to the OS name to configure the target node without using when keyword

🎇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, gave a variable and hence we took advantage of ansible_facts and this variable would retrieve os name, and we have written the packages, etc in…

2 min read

Load variable files in ansible dynamically according to the OS name to configure the target node…
Load variable files in ansible dynamically according to the OS name to configure the target node…

Apr 5, 2021

Creating ansible roles for configuring web server and load balancer and use them for dynamic update of IPs of new servers added

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.

Ansible Roles

4 min read

Creating ansible roles for configuring web server and load balancer and use them for dynamic…
Creating ansible roles for configuring web server and load balancer and use them for dynamic…

Mar 29, 2021

How Neural Networks helping industries and big companies like google.

What are neural networks ? Deep learning or neural networks in a leemman term can be said the advance of machine learning. Neural networks are a set of algorithms, they are designed to mimic the human brain, that is designed to recognize patterns. …

Google

7 min read

How Neural Networks helping industries and big companies like google.
How Neural Networks helping industries and big companies like google.
Deepanshu Yadav

Deepanshu Yadav

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable