We have many types of deployments like Canary, Blue-Green, big bang etc. Each deployment have its own pros and cons. In this article, I have described about what is Blue-Green deployment, how it works, why Blue-Green deployment and comparison of blue-green deployment with big bang deployment and some limitations of this deployment strategy.
Read MoreCategory: DevOps
Canary deployment
When company emphasis on using of continuous delivery, then a company needs to decide which deployment strategy to use. There are many deployment strategies are exists like “Big bang”, “Rolling deployment”, “Blue Green” and “Canary deployment”.
Read MoreRedis example with Docker in C#
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. Lets install redis server in docker. Beauty of docker is that without installation of actual software, you can install it in docker and can access those application. Lets create a simple example and divide it in two parts.
Read MoreDOCKER – A DIFFERENT SPECIES OF VIRTUALIZATION
In early days, we used to have virtual machines (VMs). This virtual machine help us in managing different operating system in the same hardware. It means On same hardware, we can have Windows server and Linux server and so on. We also need to have hyper-v to run this VMs.
Read More