Autoscaling (original) (raw)

About DBpedia

Autoscaling (auch Auto Scaling) ist eine Methode im Cloud-Computing-Umfeld, die dafür sorgt, dass die Anzahl der Server innerhalb einer Server-Farm automatisch skaliert wird. Dies bedeutet, dass bei steigender Load die Arbeit von einer größeren Anzahl an Servern erledigt wird. Bei sinkender Load werden überflüssige Server automatisch heruntergefahren. Der Begriff wurde stark von Amazon.com geprägt und häufig im Zusammenhang mit dem Produkt Amazon Elastic Compute Cloud (EC2) verwendet.

thumbnail

Property Value
dbo:abstract Autoscaling (auch Auto Scaling) ist eine Methode im Cloud-Computing-Umfeld, die dafür sorgt, dass die Anzahl der Server innerhalb einer Server-Farm automatisch skaliert wird. Dies bedeutet, dass bei steigender Load die Arbeit von einer größeren Anzahl an Servern erledigt wird. Bei sinkender Load werden überflüssige Server automatisch heruntergefahren. Der Begriff wurde stark von Amazon.com geprägt und häufig im Zusammenhang mit dem Produkt Amazon Elastic Compute Cloud (EC2) verwendet. (de) Autoscaling, also spelled auto scaling or auto-scaling, and sometimes also called automatic scaling, is a method used in cloud computing that dynamically adjusts the amount of computational resources in a server farm - typically measured by the number of active servers - automatically based on the load on the farm. For example, the number of servers running behind a web application may be increased or decreased automatically based on the number of active users on the site. Since such metrics may change dramatically throughout the course of the day, and servers are a limited resource that cost money to run even while idle, there is often an incentive to run "just enough" servers to support the current load while still being able to support sudden and large spikes in activity. Autoscaling is helpful for such needs, as it can reduce the number of active servers when activity is low, and launch new servers when activity is high. Autoscaling is closely related to, and builds upon, the idea of load balancing. (en) El Autoescalado, también conocido como auto escalado, auto-escalado, o escalado automático, es un método utilizado en computación en la nube por el cual la cantidad de recursos computacionales en un sistema de servidores, medido a partir del número de servidores activos, varía automáticamente en consecuencia de la carga total. Esto significa que la cantidad de servidores aumenta o disminuye dependiendo de la actividad (a más actividad más carga, y en consecuencia, más servidores se activarán). Es un concepto parecido al de balance de carga, y puede ser implementado en conjunto. ​ (es) 弹性伸缩(Autoscaling),是云计算中的一种常用方法,通过该方法,服务器池中的计算资源量(通常根据有效的服务器数量来衡量)会根据服务器池中的负载进行动态伸缩。 它与负载均衡紧密相关,并以此为基础。 (zh) Автомасштабування або автоматичне масштабування - це метод, який використовується в хмарних обчисленнях, при якому кількість обчислювальних ресурсів у межах серверної ферми, яка зазвичай вимірюється за кількістю активних серверів, автоматично масштабується в залежності від навантаження на ферму. Він тісно пов'язаний з ідеєю балансування навантаження і ґрунтується на ній. (uk)
dbo:thumbnail wiki-commons:Special:FilePath/AWS_Simple_Icons_Comp..._MapReduce_Auto_Scaling.svg?width=300
dbo:wikiPageExternalLink https://botleg.com/stories/auto-scaling-with-docker/ https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/%23support-for-custom-metrics https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
dbo:wikiPageID 46189764 (xsd:integer)
dbo:wikiPageLength 22837 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1071395594 (xsd:integer)
dbo:wikiPageWikiLink dbc:Cloud_computing dbr:Google_Cloud_Platform dbr:Google_Compute_Engine dbr:Load_balancing_(computing) dbr:Cloud_computing dbr:Predictive_analytics dbc:Servers_(computing) dbr:Windows_Azure dbr:Amazon_Elastic_Compute_Cloud dbr:Amazon_Web_Services dbr:TechCrunch dbc:Network_management dbr:Kubernetes dbr:Microsoft dbr:Microsoft_Developer_Network dbr:Netflix dbr:Oracle_Cloud dbr:File:AWS_Simple_Icons_Compute_Amazon_Elastic_MapReduce_Auto_Scaling.svg
dbp:wikiPageUsesTemplate dbt:Reflist
dcterms:subject dbc:Cloud_computing dbc:Servers_(computing) dbc:Network_management
gold:hypernym dbr:Method
rdf:type dbo:Software
rdfs:comment Autoscaling (auch Auto Scaling) ist eine Methode im Cloud-Computing-Umfeld, die dafür sorgt, dass die Anzahl der Server innerhalb einer Server-Farm automatisch skaliert wird. Dies bedeutet, dass bei steigender Load die Arbeit von einer größeren Anzahl an Servern erledigt wird. Bei sinkender Load werden überflüssige Server automatisch heruntergefahren. Der Begriff wurde stark von Amazon.com geprägt und häufig im Zusammenhang mit dem Produkt Amazon Elastic Compute Cloud (EC2) verwendet. (de) El Autoescalado, también conocido como auto escalado, auto-escalado, o escalado automático, es un método utilizado en computación en la nube por el cual la cantidad de recursos computacionales en un sistema de servidores, medido a partir del número de servidores activos, varía automáticamente en consecuencia de la carga total. Esto significa que la cantidad de servidores aumenta o disminuye dependiendo de la actividad (a más actividad más carga, y en consecuencia, más servidores se activarán). Es un concepto parecido al de balance de carga, y puede ser implementado en conjunto. ​ (es) 弹性伸缩(Autoscaling),是云计算中的一种常用方法,通过该方法,服务器池中的计算资源量(通常根据有效的服务器数量来衡量)会根据服务器池中的负载进行动态伸缩。 它与负载均衡紧密相关,并以此为基础。 (zh) Автомасштабування або автоматичне масштабування - це метод, який використовується в хмарних обчисленнях, при якому кількість обчислювальних ресурсів у межах серверної ферми, яка зазвичай вимірюється за кількістю активних серверів, автоматично масштабується в залежності від навантаження на ферму. Він тісно пов'язаний з ідеєю балансування навантаження і ґрунтується на ній. (uk) Autoscaling, also spelled auto scaling or auto-scaling, and sometimes also called automatic scaling, is a method used in cloud computing that dynamically adjusts the amount of computational resources in a server farm - typically measured by the number of active servers - automatically based on the load on the farm. For example, the number of servers running behind a web application may be increased or decreased automatically based on the number of active users on the site. Since such metrics may change dramatically throughout the course of the day, and servers are a limited resource that cost money to run even while idle, there is often an incentive to run "just enough" servers to support the current load while still being able to support sudden and large spikes in activity. Autoscaling is (en)
rdfs:label Autoscaling (de) Autoscaling (en) Autoescalado (es) Автомасштабування (uk) 弹性伸缩 (zh)
owl:sameAs freebase:Autoscaling wikidata:Autoscaling dbpedia-de:Autoscaling dbpedia-es:Autoscaling dbpedia-uk:Autoscaling dbpedia-zh:Autoscaling https://global.dbpedia.org/id/4ws4U
prov:wasDerivedFrom wikipedia-en:Autoscaling?oldid=1071395594&ns=0
foaf:depiction wiki-commons:Special:FilePath/AWS_Simple_Icons_Comp...on_Elastic_MapReduce_Auto_Scaling.svg
foaf:isPrimaryTopicOf wikipedia-en:Autoscaling
is dbo:wikiPageRedirects of dbr:Amazon_Auto-scaling dbr:Auto-scaling dbr:Auto_scaling dbr:Automatic_scaling dbr:Autoscaler
is dbo:wikiPageWikiLink of dbr:Denial-of-service_attack dbr:SNAMP dbr:Load_balancing_(computing) dbr:AWS_Elastic_Beanstalk dbr:Abiquo_Enterprise_Edition dbr:Amazon_Auto-scaling dbr:Amazon_Elastic_Compute_Cloud dbr:Amazon_Web_Services dbr:Eucalyptus_(software) dbr:HPA dbr:Serverless_computing dbr:Auto-scaling dbr:Auto_scaling dbr:Automatic_scaling dbr:Autoscaler
is foaf:primaryTopic of wikipedia-en:Autoscaling