Internet-facing solutions of different kinds such as websites, single-page applications (SPAs), or web/REST APIs have a common requirement: they require proper transport encryption. Adding a proper SSL certificate to services is not optional. If we talk about HTTP, it is always…
Der Cluster Autoscaler für Azure Kubernetes Service (AKS) ist bereits seit geraumer Zeit verfügbar. Ich habe ihn bereits für mehrere Projekte verwendet. Dieser Beitrag erklärt alle Details des AKS Cluster Autoscalers. Er beschreibt, wie Sie ihn sowohl für neue als auch für…
Recording des Azure-Webinars Inhalte Scaling mit Kubernetes Boardmitteln Cluster Scaling mit Azure Kubernetes Service Was ist KEDA? Scaler in KEDA KEDA-Demo Beispielcode Slidedeck zum Azure Kubernetes Service-Webinar
Im Webinar am 03. Juni 2020 erklärte Thorsten Hans am Beispiel von Azure Kubernetes Service (AKS), was Kubernetes ist und wie der Container-Orchestrator funktioniert. Anhand einer exemplarischen .NET-Core-Anwendung hat er veranschaulicht, wie der Weg in das beliebte „Cloud…
What is KEDA KEDA stands for Kubernetes Event-driven Autoscaling. It is a thin layer built on top of Kubernetes to scale applications dynamically based on metrics from external systems. Although it comes with first-class support for Azure Functions, it is not limited to Azure…