Every organization out there has a single agenda, that their application should be up and running all the time, including at the time of a new release. To keep the application live at the time of deployment companies will follow different approaches to succeed in zero downtime deployment like Multi-Service[...]
Read moreAuthor: Hanumanth
Deploy AWS Lambda Functions using Jenkins | Devops Junction
Serverless Computing is a disruptive change in the way we used to approach the infrastructure and host our applications. With Serverless Computing like AWS Lambda, you can simply deploy your single python file without having to worry about writing the production-grade wrappers like gunicorn and supervisor etc. Serverless computing is[...]
Read moreAWS S3 CP Examples - How to Copy Files with S3 CLI | Devops Junction
AWS CLI has become a life saver when you want to manage your AWS infrastructure efficiently. This also provides lot of possibilities for Automation and reduce the number of times that you have to login to AWS Management console. If you are new to AWS CLI. Please consider reading this[...]
Read moreDocker VueJS Example
In this post, we are going to see how to Create a simple VueJS Web Application, Deploy the VueJS web application to Docker, How to create Docker Images and start the container from the images, How to manage the docker container and How to deploy the VueJS Application in production[...]
Read more