Ashish B.

Ashish B.

Cloud/Devops Professional

Noida , India

Experience: 5 Years

Ashish

Noida , India

Cloud/Devops Professional

27002.9 USD / Year

  • Immediate: Available

5 Years

Now you can Instantly Chat with Ashish!

About Me

Over 11 years of IT experience with specialization in Amazon Web Services, Virtualization, Server Administration. Used infrastructure as a code via Terraform, automate and provisioned around 50-60 AWS instances. Used Kuberenetes as an orchestration s...

Show More

Portfolio Projects

Description

Voting App deploy on Kubernetes cluster on the AWS infrastructure.

Show More Show Less

Description

I have deploy an Application on Kubernetes cluster using Jenkins as Continous integration/ Continous Delivery.

Workflow:

1. Jenkins clone the Git repo which contains the code on it's server.

2. Compile the code using maven package from pom.xml file and copy the jar to the target location and build the docker image.

3. Copy the docker image to the Docker hub.

4. Jenkins will use to deploy the application on the kubernetes cluster

Show More Show Less

Description

Create a Consul cluster running on AWS in 3 AZ zone, using Terraform as Infrastructure as a Code.

Consul is a technology that enables Service Discovery[^1], a pattern that allows services to locate each other via a central authority.

Terraform is a technology that allows us to script the provisioning of infrastructure and systems. This allows us to practice the Infrastructure as Code pattern. The rigor of code control (versioning, history, user access control, diffs, pull requests etc) can be applied to our systems.

And why AWS? We need to create many servers and build a network to see this system in action. We can simulate parts of this locally with tools such as Vagrant, but we can use the arguably most popular[^2] IaaS platform for this job at essentially zero cost, and learn some valuable skills which are readily applicable to other projects at the same time.

Show More Show Less