Actions

Difference between revisions of "Cloud Bursting"

(Created page with "'''Content coming soon'''")
 
Line 1: Line 1:
'''Content coming soon'''
+
'''Cloud Bursting''' is a technique used by [[Hybrid Cloud|hybrid clouds]] to provide additional [[Resource|resources]] to private clouds on an as-needed basis.<ref>Defining Cloud Bursting [https://www.intricately.com/glossary/cloud-bursting Intricately]</ref>
 +
 
 +
In [[Cloud Computing|cloud computing]], cloud bursting is a configuration that’s set up between a [[Private Cloud|private cloud]] and a [[Public Cloud|public cloud]] to deal with peaks in [[Information Technology (IT)|IT]] demand. If an [[Organization|organization]] using a private cloud reaches 100 percent of its resource capacity, the overflow traffic is directed to a public cloud so there’s no interruption of [[Service|services]].<ref>What Does Cloud Bursting Mean? [https://azure.microsoft.com/en-us/overview/what-is-cloud-bursting/ Microsoft]</ref>
 +
 
 +
The [[Technology|technology]] behind cloud bursting includes [[Infrastructure as a Service (IaaS)|infrastructure as a service (IaaS)]], a cloud computing infrastructure that enables developers to dynamically configure cloud resources on demand. [[DevOps]] tools like [[Configuration Management (CM)|configuration management]] and [[Infrastructure as Code (IaC)|infrastructure as code (IaC)]] are used to specify the capacity thresholds or trigger events that will activate cloud bursting.

Revision as of 15:36, 22 June 2021

Cloud Bursting is a technique used by hybrid clouds to provide additional resources to private clouds on an as-needed basis.[1]

In cloud computing, cloud bursting is a configuration that’s set up between a private cloud and a public cloud to deal with peaks in IT demand. If an organization using a private cloud reaches 100 percent of its resource capacity, the overflow traffic is directed to a public cloud so there’s no interruption of services.[2]

The technology behind cloud bursting includes infrastructure as a service (IaaS), a cloud computing infrastructure that enables developers to dynamically configure cloud resources on demand. DevOps tools like configuration management and infrastructure as code (IaC) are used to specify the capacity thresholds or trigger events that will activate cloud bursting.

  1. Defining Cloud Bursting Intricately
  2. What Does Cloud Bursting Mean? Microsoft