Posts

Showing posts from December, 2020

Deployment and configuration in GCP

Image
What is meant by Deployment in software development ? Deployment includes process , required infrastructure (either hardware or software) and activities required for availability of software for the top user of that software application , a number of the common activities are patches, updates and performance monitoring. Working methodology of software teams has heavily innovated over the decades enabling them faster connectivity over the globe and faster and frequent deployment process. Large a part of the contribution to the present innovation is completed by cloud computing. There are many cloud computing service providers within the market but in this blog we are going to talk about the deployment using Google cloud platform (GCP) , but before that we look at what exactly is deployment in cloud computing ? Deployments in Cloud Computing Cloud deployments are basically a combination of PaaS,SaaS ,IaaS which can be used to achieve activities/processes  required in  deploymen...