Posts

Showing posts from November, 2021

Cloud Burst

Cloud Burst Cloud Burst is a configuration between Private Cloud and Public Cloud for dynamic scaling that burst temporary into Public Cloud when more computing resources are required. If the application is using a Private/Data Center and reaches 100% of its resource capacity, the overflow traffic gets redirected to Public Cloud so there is not any interruption of services. Once the traffic gets reduced data is moved back to the private cloud. The advantage of this hybrid cloud model like cloud bursting is that an organization only pays for extra compute resources when they are needed.  Typically, this hybrid model is best for applications that tend to experience spikes and fluctuations in load.  Ex: Year-end sale sees an influx during shopping Season which can go beyond current capacity. Instead of purchasing any kind of new infrastructure bursting on the cloud is a better option.  How Cloud Bursting Deployed? When workload capacity is near to threshold, the additional w...