ML Integrated Operations : Project

Machine Learning/Deep Learning is the most used technology in today’s era but many machine learning and deep learning models didn’t upgrade to the fullest and get remained in 2nd class. This happens due to manual working of humans like changing parameters, adding layers we can’t predict how much to do what …but machines and programsContinue reading “ML Integrated Operations : Project”

Project : Jenkins + Docker + Dockerfile + GitHub

Task 2 Here, I have a task to solve : Create container image that’s has Jenkins installed using dockerfile When we launch this image, it should automatically starts Jenkins service in the container. Create a job chain of job1, job2, job3 and job4 using build pipeline plugin in Jenkins Job1 : Pull the Github repoContinue reading “Project : Jenkins + Docker + Dockerfile + GitHub”

Development Environment using GIT + JENKINS + DOCKER

Here I have created a dummy real world development environment Integrated with GIT + GITHUB + JENKINS + DOCKER I have created 3 jobs in jenkins which servers 3 different tasks: Job 1 : testing environment This job servers the task of pulling the code from github test branch and runs on the testing environment.Continue reading “Development Environment using GIT + JENKINS + DOCKER”

Drupal: `docker stack deploy` on 3 node swam cluster

Drupal is an opensource platform for web content management and for building websites and much more web related digital experiences. Here, I am gonna show you how to deploy drupal service. Let’s dig in. Stack! I am not gonna go in depth of it, because a quick overview will be fine. Stack is a placeContinue reading “Drupal: `docker stack deploy` on 3 node swam cluster”

Docker containers in load balancing

Load Balancing Load balancing is a technique to distribute load/traffic across servers containing the requested material by the client to improve network efficiency and reducing load across one server. For more information you can go to https://www.nginx.com/resources/glossary/load-balancing/. Building custom network To create a load balancer for docker containers we have to launch our containers intoContinue reading “Docker containers in load balancing”

How to create a 3 node swarm cluster using docker-machine

Swarm mode is a latest feature of docker, which was released in 2016. Swarm mode is the solution to various problems of docker, like how do we automate container life cycle? how to scale them easily? and a lot more. Swarm mode in docker is an orchestrator for docker containers. Orchestration is the automated configuration,Continue reading “How to create a 3 node swarm cluster using docker-machine”

How to create EC2 instance and install docker in AWS

Docker and AWS are just BOOOOOMMMM!! for me. Everything is damn fast with docker and now I don’t have to waste my laptop’s computing power when I have AWS. Launching an EC2 Instance I’ll tell you how to launch an instance in AWS and install docker in it. You just need a free AWS accountContinue reading “How to create EC2 instance and install docker in AWS”

Design a site like this with WordPress.com
Get started