Open in app
Home
Notifications
Lists
Stories

Write
Deepak Sharma
Deepak Sharma

Home

Jan 15

Javascript Integration with Docker

📌 In this task, you have to create a Web Application for Docker (one of the great Containerization Tool which provides the user Platform as a Service (PaaS)) by showing your own creativity and UI/UX designing skills to make the web portal user friendly. 📌 This app will help the…

Docker

3 min read

Javascript Integration with Docker
Javascript Integration with Docker

Jan 15

Deploying WordPress into AWS with the help of RDS and EC2-instance.

In this article, I have deployed WordPress into EC2-instance and connect it with RDS for the backend database to store all the information. Task Description 🔅 Create an AWS EC2 instance 🔅 Configure the instance with Apache Webserver. 🔅 Download PHP application name “WordPress”. 🔅 As wordpress stores data at…

AWS

5 min read

Deploying WordPress into AWS with the help of RDS and EC2-instance.
Deploying WordPress into AWS with the help of RDS and EC2-instance.

Aug 22, 2021

Automate Kubernetes Cluster Using Ansible

Hello Everyone, In this article I am going to show you how to install Wordpress with MySQL Database inside Multi Node Kubernetes k8s cluster on AWS using Ansible. ✨Task Description:- 📌 Automate Kubernetes Cluster Using Ansible 🔅 Launch ec2-instances on AWS Cloud eg. for master and slave. 🔅 Create roles…

Ansible

7 min read

Automate Kubernetes Cluster Using Ansible
Automate Kubernetes Cluster Using Ansible

Jun 9, 2021

Ansible Role to Configure Kubernetes Multi Node Cluster over AWS Cloud

let’s direct do the task: Step 1 : Setup the Ansible configuration file and the inventory. My setup is built upon a dynamic inventory. Configuration File ansible.cfg :

Ansible

5 min read

Ansible Role to Configure Kubernetes Multi Node Cluster over AWS Cloud
Ansible Role to Configure Kubernetes Multi Node Cluster over AWS Cloud

Jun 9, 2021

Run GUI Applications in a Docker Container

First it’s important to understand what Docker actually does. A Docker “container” is a form of encapsulation which seems to be superficially similar to a virtual machine. Unlike a virtual machine, containers share the same Linux kernel as their host system. The next component is the X Window System. X…

Docker

3 min read

Run GUI Applications in a Docker Container
Run GUI Applications in a Docker Container

Jun 9, 2021

Multi-Cloud Setup of Kubernetes

What is a Multi-Node cluster in Kubernetes? A Kubernetes cluster is a set of node machines for running containerized applications. If you’re running Kubernetes , you’re running a cluster. At a minimum, a cluster contains a control plane and one or more compute machines, or nodes . Nodes actually run the applications and workloads. A multi-node cluster…

Kubernetes

9 min read

Multi-Cloud Setup of Kubernetes
Multi-Cloud Setup of Kubernetes

Mar 27, 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

2 min read

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

Mar 27, 2021

Create an Ansible playbook that will retrieve container IP and update the inventory. So that further Configuration of the Webserver could be done inside that Container.

Prerequisite : Docker Installed. Step-1)Make one Docker image, add user, configure the password, and enable ssh To make it simple I am using Docker file. FROM ubuntu:latest RUN apt update && apt install openssh-server sudo -y RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test RUN echo "test:test"| chpasswd RUN service ssh start RUN echo "test ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers EXPOSE 22 CMD ["/usr/sbin/sshd","-D"]…

Ansible

2 min read

Create an Ansible playbook that will retrieve container IP and update the inventory.
Create an Ansible playbook that will retrieve container IP and update the inventory.

Mar 16, 2021

How Industries uses Jenkins (use cases of Jenkins)

Jenkins is the most famous Continuous Integration tool, I know you are curious to know the reason behind the popularity of Jenkins, and if Jenkins is easy to learn. I am pretty sure after reading this What is Jenkins blog, all your questions will get answered. Let us understand what…

Jenkins

4 min read

How Industries uses Jenkins (use cases of Jenkins)
How Industries uses Jenkins (use cases of Jenkins)

Mar 14, 2021

How Netflix used big data and analytics to optimize his huge data

With a company valuation of over $164 billion, Netflix has surpassed Disney as the most valued media company in the world. Their success can be attributed to their impressive customer retention rate, which is 93% compared to Hulu’s 64% and Amazon Prime’s 75%. …

Big Data

3 min read

How Netflix used big data and analytics to optimize his huge data
How Netflix used big data and analytics to optimize his huge data
Deepak Sharma

Deepak Sharma

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable