Introduction The bulkhead pattern is essential when developing a cloud native application which uses microservices. Let us see the definition for bulkhead as given by Webster dictionary: “a structure or partition to resist pressure or to shut off water, fire, or gas“. The word bulkhead reminds of two places it […]
PaaS
5 posts
Introduction. Deploying an application onto a cloud is trivial and is done many times in every organization, as all that is being done is an application is being deployed to another server. These are referred to as as cloud based applications. As seen in this funny Dilbert cartoon, most companies […]
one of the 12 factors in a cloud native application is Dev/Prod parity and this is achieved by implmenting CI/CD (Continuous Integration Continuous Deployment) pipeline.