- 6
- 394
Daniel Blanco
เข้าร่วมเมื่อ 30 พ.ย. 2017
Kubernetes & KEDA: Autoscaling Deployments with Prometheus Metrics (Latency)
Experience the power of KEDA for autoscaling Kubernetes deployments! In this video:
Demonstrate a ScaledObject (KEDA CRD) configured to scale based on a Prometheus latency metric.
Create a stress test to spam the API, increasing latency to trigger the autoscaler.
Show how adding pods reduces latency dynamically as the deployment scales.
Learn how to optimize API performance with KEDA and latency-driven scaling!
👉 Perfect for building responsive and efficient Kubernetes applications.
Demonstrate a ScaledObject (KEDA CRD) configured to scale based on a Prometheus latency metric.
Create a stress test to spam the API, increasing latency to trigger the autoscaler.
Show how adding pods reduces latency dynamically as the deployment scales.
Learn how to optimize API performance with KEDA and latency-driven scaling!
👉 Perfect for building responsive and efficient Kubernetes applications.
มุมมอง: 9
วีดีโอ
Kubernetes & Karpenter: Dynamic Node Scaling with Stress Tests
มุมมอง 2414 วันที่ผ่านมา
See Karpenter in action as it dynamically scales Kubernetes nodes! In this video, I: Create a replicated deployment to stress the cluster. Trigger Karpenter to provision and scale nodes dynamically. Showcase dashboards from the Karpenter GitHub repo to track node creation, deletion, and pod scheduling. Learn how Karpenter handles cluster demands efficiently with real-time insights from these da...
LGTM Grafana Stack: OpenTelemetry Tracing for API & Database Spans
มุมมอง 12314 วันที่ผ่านมา
Discover the power of the LGTM stack (Loki, Grafana, Tempo, Mimir)! In this video, I’ll demonstrate: Using Grafana to process app logs from Loki. Building visuals from application metrics stored in Mimir (Prometheus). Leveraging Tempo metrics with data links to traces. Tracing slow spans to pinpoint API and database performance issues with Tempo. Watch as I break down each span for precise insi...
Grafana SSO with Azure Active Directory (Via Helm Chart on Kubernetes)
มุมมอง 4314 วันที่ผ่านมา
Most corporations use Entra ID for secure authentication-now you can too! In this video, I’ll show you: How to set up an Azure AD enterprise app for SSO. Configure Grafana with a Helm chart on Kubernetes. Log in through myapplications.microsoft.com for seamless access. Get your enterprise-grade authentication working with Grafana in no time! 👉 Watch, learn, and secure your monitoring stack today!
Kubernetes FluxCD - Complete Tutorial with GitHub Workflows, Terraform, Helm and EKS
มุมมอง 1433 หลายเดือนก่อน
📺 Video Tutorial: Setting Up an EKS Cluster with Terraform, FluxCD, and Helm In this video, I walk you through creating a highly scalable EKS Cluster using Terraform and FluxCD for GitOps. We’ll deploy essential Helm Charts to manage external DNS, secrets, SSL certificates, AWS load balancers, and ingress controllers. GitHub Repo: d-blanco/eks-flux-helm 🔑 What’s included: How to set up an EKS C...
Kubernetes via EKS and Terraform with Access Associations for IAM Role kubectl access
มุมมอง 604 หลายเดือนก่อน
In this video I demonstrate a GitHub action workflow that runs some terraform files for creating an EKS cluster. I then access the cluster using an IAM role that was created in the terraform code. Also in the terraform code is the access association allowing the role to access the cluster.