Application Security, AWS

Creating Production Grade Microservices Architecture on AWS EKS

Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to...

by Sanyam Munjal
Tag: continuous integration
01-Aug-2023

Agile, AWS

6 Barriers to DevOps and How to Avoid Them

More and more product companies are now installing business agility by moving to Cloud and bidding goodbye to the traditional legacy systems. In this constant chase to remain Agile and launch products faster to market, companies are also leveraging DevOps. DevOps as a service not only helps to automate redundant tasks and the entire...

by Shruti Kirti
Tag: continuous integration
29-Jun-2017

AWS, DevOps

Fully Automated CI/CD Pipeline: Your business needs it right away!

The blog emphasizes the need for a fully automated CI/CD pipeline. The upliftment of virtualization of the infrastructure has made it a lot easier to come up with automated solutions, especially in the DevOps sphere. We will talk about the challenges and finally approach towards building one such solution, leveraging a range of tools.  ...

by Aakash Agarwal
Tag: continuous integration
23-Jun-2017

DevOps, Technology

How to Benchmark Applications Automatically Using CircleCI?

CircleCI (Continuous Integration) is gaining a lot of traction nowadays because of its rich features. It provides both the features of continuous integration and continuous deployment.  We can use CircleCI to test our code, perform various benchmark tests followed by deployments in specific environments. Here are some benefits of...

by Tarun Saxena
Tag: continuous integration
06-Apr-2017

Agile, DevOps

8 Best Practices of Continuous Integration To Supercharge Your Software Development Team

The software development teams have immensely benefited by adopting iterative and incremental development practices over old-fashioned and traditional software development approach. Today, more and more companies are embracing Agile methodologies to allow the development teams to respond quickly to stakeholders’ feedback and provide...

by Anuradha Ishwaran
Tag: continuous integration
08-Dec-2016

DevOps, Technology

Jenkins Parameterized Publishing

The popular Continuous Integration tool ‘Jenkins’ comes with multiple plugins which increase the functionality of Jenkins many folds and helps DevOps achieve automation in many ways. One of the most important plugins it support is Publish Over SSH, which helps to transfer artifacts to any SSH server and/or execute commands over SSH...

by Amit Naudiyal
Tag: continuous integration
28-Sep-2016

AWS, DevOps

Setting up Continuous-Delivery Pipeline using Jenkins’ Delivery-Pipeline-View Plugin

Jenkins is a widely used CI tool which helps DevOps teams in automating the multiple tasks. The use of Jenkins has widely increased over a period of time due to a rich set of functionalities which it provides in the form of plugins. Jenkins has plugins for automating almost everything at the infrastructure level. In this blog, I am going...

by Tarun Saxena
Tag: continuous integration
21-Sep-2016

AWS, DevOps

Integration of AWS CodeDeploy with Jenkins

We have been working on a scenario where we want to automate testing, build, deploy and revert in one Jenkins job. Currently, we are using separate Jenkins jobs for testing, deploying and reverting the code changes. We would be automating these tasks using AWS CodeDeploy with Jenkins. Jenkins can provide us the functionality to run...

by Parag Gupta
Tag: continuous integration
30-Aug-2016

DevOps, Technology

Introduction to Bamboo

Bamboo is a Continuous Integration (CI) server that automates the release management for a software application, creating a continuous delivery pipeline. The project was released on February 2007 written in JAVA. Bamboo is free for open-source projects and also supports any build tool, including Ant, Maven, Make, etc. Since...

by Anup Yadav
Tag: continuous integration
26-Aug-2016

AWS, DevOps

7 Must-Have Jenkins Plugins

The Jenkins is the best freeware tool to fasten your development cycle. It helps you to increase team productivity with CI (continuous integration) and CD (continuous delivery). In the development phase, you have to test changes more frequently. A single-click build and deploy job reduce time to validate your modified codebase, and...

by Rajdeep Singh
Tag: continuous integration
29-Jul-2016

DevOps, Technology

10 Key DevOps Practices to Improve IT Efficiency

DevOps integrates development and operations by maintaining close communication and collaboration across Development and Operations. Development, Testing, and Operations are all directed towards a common goal and work according to inputs from each other. DevOps as a service automates the end-to-end delivery processes within an...

by Anila Wadhera
Tag: continuous integration
06-Jun-2016

AWS, DevOps

Take your pick: Build-driven Delivery or Image-driven Delivery?

In the recent past, software has seen a revolution of sorts. The emergence of Docker and the containerization paradigm has questioned the basis of some of the software delivery principles. The result? People are opting for things unheard of some two years back. What’s more, they are now using them successfully to deliver software faster...

by Ranvijay Jamwal
Tag: continuous integration
30-Apr-2016