{"id":94774,"date":"2023-08-24T09:00:00","date_gmt":"2023-08-24T16:00:00","guid":{"rendered":""},"modified":"2024-08-23T09:17:21","modified_gmt":"2024-08-23T16:17:21","slug":"scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/","title":{"rendered":"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling"},"content":{"rendered":"\n<p>In 2019, Microsoft and Red Hat announced <a href=\"https:\/\/cloudblogs.microsoft.com\/opensource\/2019\/05\/06\/announcing-keda-kubernetes-event-driven-autoscaling-containers\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kubernetes Event-Driven Autoscaling<\/a> (KEDA) which brings event-driven containers and functions to Kubernetes. In 2020, it was donated to the Cloud-Native Computing Foundation (CNCF) as a Sandbox project and <a href=\"https:\/\/www.cncf.io\/blog\/2021\/08\/18\/keda-moves-from-the-cncf-sandbox-to-become-an-incubating-project\/\" target=\"_blank\" rel=\"noreferrer noopener\">moved to the Incubation <\/a>stage in 2021.<\/p>\n\n\n\n<p>The goal of KEDA is to make Kubernetes-based application autoscaling dead-simple, allowing developers to focus on what matters\u2014building applications.<\/p>\n\n\n\n<p>KEDA reduces the complexity of infrastructure autoscaling, it makes it simpler for Kubernetes cluster administrators to configure, manage, and secure the application auto-scaler.<\/p>\n\n\n\n<p>We have seen a tremendous adoption of KEDA and are proud to have <a href=\"https:\/\/keda.sh\/community\/\" target=\"_blank\" rel=\"noreferrer noopener\">end-users<\/a> such as Alibaba Cloud, Cisco, FedEx, Grafana Labs, KPMG, Reddit, Zapier, and many more. Microsoft uses KEDA in many places as well\u2014it is included as part of some Azure services and in products such as Xbox, making it able to scale our gaming infrastructure while end-users enjoy playing games online.<\/p>\n\n\n\n<p>In the meantime, KEDA has added even more capabilities.&nbsp;As of KEDA v2.11, developers can scale their apps with <a href=\"https:\/\/keda.sh\/docs\/latest\/scalers\/\" target=\"_blank\" rel=\"noreferrer noopener\">one of our over 60 scalers<\/a> including 10 scalers for Microsoft Azure, doubling the number available with KEDA 2.0.<\/p>\n\n\n\n<p><strong>We are excited that <\/strong><a href=\"https:\/\/aka.ms\/keda\/cncf-graduation\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>KEDA was accepted by the CNCF<\/strong><\/a><strong> as a CNCF Graduated project, joining projects such as Kubernetes, Prometheus, Envoy, and others.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"using-keda-on-azure\">Using KEDA on Azure<\/h2>\n\n\n\n<p>As a proud co-maintainer organization for KEDA, in Microsoft Azure we strive to make it insanely simple for application developers to auto-scale their workloads. We do that by integrating KEDA as a key building-block in our serverless platform as a service (PaaS) offerings. For Kubernetes users, we heavily invest in improving the user experience for installing and operating KEDA on our Kubernetes offering.<\/p>\n\n\n\n<p>Let\u2019s have a look at several examples of KEDA usage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"scaling-apps-on-azure-container-apps-powered-by-keda\">Scaling apps on Azure Container Apps, powered by KEDA<\/h2>\n\n\n\n<p><a href=\"https:\/\/techcommunity.microsoft.com\/t5\/apps-on-azure-blog\/azure-container-apps-general-availability\/ba-p\/3416885\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Container Apps<\/a> (ACA) is a generally available&nbsp;PaaS product that allows developers to build, run, scale, and operate container workloads without having to manage any infrastructure details, allowing customers to focus on developing your applications.<\/p>\n\n\n\n<p>Under the hood, ACA is leveraging a managed KEDA component to power container auto-scaling, including scale to zero. Scale is driven by the number of HTTP requests, TCP connections, and custom metrics including application-defined event sources. Additionally, <a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/container-apps\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Container Apps<\/a> allows customers to use any of the open-source KEDA scalers, expanding its capabilities to the wider cloud-native ecosystem.<\/p>\n\n\n\n<p>We recommend using Azure Container Apps if you want to focus on building applications with a managed serverless container offering.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-kubernetes-service-add-on-for-keda-is-becoming-generally-available-soon\">Azure Kubernetes Service add-on for KEDA is becoming generally available soon<\/h2>\n\n\n\n<p>Kubernetes has been embraced by developers and administrators as the de-facto container orchestrator in the industry. Azure offers a managed <a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/kubernetes-service\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kubernetes Service<\/a> (AKS).<\/p>\n\n\n\n<p>Customers can deploy and use KEDA on their Kubernetes clusters to scale their applications. While open-source KEDA is already easy to install, we wanted to make it even simpler to start using KEDA on AKS and have recently introduced the preview of a <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/aks\/keda-about\" target=\"_blank\" rel=\"noreferrer noopener\">KEDA add-on for AKS<\/a>.<\/p>\n\n\n\n<p>With the KEDA add-on for AKS, customers can configure their clusters to have KEDA installed and managed automatically through ARM, Bicep, or the Azure Command-Line Interface (CLI).<\/p>\n\n\n\n<p>The add-on is planned to become generally available in the near future. Once generally available, the add-on will be covered under the AKS support policy.<\/p>\n\n\n\n<p>KEDA recently <a href=\"https:\/\/keda.sh\/docs\/latest\/operate\/cluster\/#kubernetes-compatibility\" target=\"_blank\" rel=\"noreferrer noopener\">introduced an overview<\/a> of the supported KEDA versions per Kubernetes version which will be followed by AKS to guarantee the best performance and stability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"scaling-azure-functions-workloads-on-kubernetes-by-keda\">Scaling Azure Functions workloads on Kubernetes by KEDA<\/h2>\n\n\n\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/products\/functions\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Functions<\/a> also leverages KEDA as an event-driven auto-scaler to make it possible to provide serverless function capabilities in any Kubernetes cluster. In this architecture, the scale controller of Functions monitors the rate of events that targets your function, it then proactively scales the number of instances by leveraging KEDA. KEDA can help Azure Functions scale in to zero instances when no events occur and out to <em>n<\/em> instances with this seamless integration of Functions runtime.<\/p>\n\n\n\n<p>Additionally, the Azure Function Core Tools allow developers to easily deploy applications to Kubernetes and start scaling it with KEDA based on the triggers used.<\/p>\n\n\n\n<p>For more information, check out <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/azure-functions\/functions-kubernetes-keda\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Functions on Kubernetes with KEDA<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"building-scalable-applications-with-low-environmental-footprint\">Building scalable applications with low environmental footprint<\/h2>\n\n\n\n<p>As we build scalable applications, we must be mindful of the implications of resource usage. Scaling applications out means platforms consume more resources.<\/p>\n\n\n\n<p>For this reason, the KEDA maintainers collaborated with the Technical Advisory Group (TAG) Environmental Sustainability community to focus on leveraging environmentally aware autoscaling and offer ways to reduce the application footprint.<\/p>\n\n\n\n<p>As part of our ongoing sustainability effort at Microsoft, we want to reduce our environmental footprint and help our customers to do the same. Because of that, the AKS team launched a <a href=\"https:\/\/github.com\/Azure\/carbon-aware-keda-operator\" target=\"_blank\" rel=\"noreferrer noopener\">Carbon-Aware KEDA operator<\/a> at KubeCon EU 2023 and opened a proposal to contribute it upstream to KEDA open-source to help others leverage this capability.<\/p>\n\n\n\n<p>We strongly believe that the operator is a valuable component in the auto-scaling toolbelt of Kubernetes users and want to make sure everyone can easily use it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-journey-continues\">The journey continues<\/h2>\n\n\n\n<p>While we are extremely proud of progress so far, this is only the beginning.<\/p>\n\n\n\n<p>We are committed to continue working with the KEDA community to evolve the project further by making it more extensible, performant, and support multi-tenant installations.<\/p>\n\n\n\n<p>We are excited about this new milestone and look forward to making it even simpler to use KEDA on Microsoft Azure.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>KEDA reduces the complexity of infrastructure autoscaling, making it simpler to configure, manage, and secure the application auto-scaler.<\/p>\n","protected":false},"author":6194,"featured_media":95492,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[98,99,308,158],"content-type":[346],"topic":[2240,2242],"programming-languages":[],"coauthors":[2047],"class_list":["post-94774","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-azure-container-service","tag-azure-functions","tag-azure-kubernetes-service","tag-kubernetes","content-type-news","topic-application-development","topic-containers","review-flag-2-1593580437-411","review-flag-lever-1593580265-989","review-flag-new-1593580248-669"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling | Microsoft Open Source Blog<\/title>\n<meta name=\"description\" content=\"KEDA simplifies Kubernetes-based application autoscaling by allowing developers to focus on building applications. Learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"KEDA simplifies Kubernetes-based application autoscaling by allowing developers to focus on building applications. Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-24T16:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-23T16:17:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tom Kerkhove\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tom Kerkhove\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/tom-kerkhove\/\",\"@type\":\"Person\",\"@name\":\"Tom Kerkhove\"}],\"headline\":\"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling\",\"datePublished\":\"2023-08-24T16:00:00+00:00\",\"dateModified\":\"2024-08-23T16:17:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\"},\"wordCount\":903,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp\",\"keywords\":[\"Azure Container Service\",\"Azure Functions\",\"Azure Kubernetes Service\",\"Kubernetes\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\",\"name\":\"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp\",\"datePublished\":\"2023-08-24T16:00:00+00:00\",\"dateModified\":\"2024-08-23T16:17:21+00:00\",\"description\":\"KEDA simplifies Kubernetes-based application autoscaling by allowing developers to focus on building applications. Learn more.\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp\",\"width\":1170,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling | Microsoft Open Source Blog","description":"KEDA simplifies Kubernetes-based application autoscaling by allowing developers to focus on building applications. Learn more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/","og_locale":"en_US","og_type":"article","og_title":"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling | Microsoft Open Source Blog","og_description":"KEDA simplifies Kubernetes-based application autoscaling by allowing developers to focus on building applications. Learn more.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2023-08-24T16:00:00+00:00","article_modified_time":"2024-08-23T16:17:21+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.png","type":"image\/png"}],"author":"Tom Kerkhove","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Tom Kerkhove","Est. reading time":"4 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/tom-kerkhove\/","@type":"Person","@name":"Tom Kerkhove"}],"headline":"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling","datePublished":"2023-08-24T16:00:00+00:00","dateModified":"2024-08-23T16:17:21+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/"},"wordCount":903,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp","keywords":["Azure Container Service","Azure Functions","Azure Kubernetes Service","Kubernetes"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/","url":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/","name":"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp","datePublished":"2023-08-24T16:00:00+00:00","dateModified":"2024-08-23T16:17:21+00:00","description":"KEDA simplifies Kubernetes-based application autoscaling by allowing developers to focus on building applications. Learn more.","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/WIN23_PRO_Acer_Concept_D_Office_003.webp","width":1170,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2023\/08\/24\/scaling-workloads-on-microsoft-azure-with-kubernetes-event-driven-autoscaling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Scaling workloads on Microsoft Azure with Kubernetes Event-Driven Autoscaling"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/94774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/6194"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=94774"}],"version-history":[{"count":1,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/94774\/revisions"}],"predecessor-version":[{"id":96347,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/94774\/revisions\/96347"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95492"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=94774"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=94774"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=94774"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=94774"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=94774"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=94774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}