Search results for: dex


Dex

Accepted to CNCF on June 25, 2020

OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors

Rearchitecting M3DB’s index to reduce peak query latency

Posted on February 24, 2022 | By Ryan Allen

Guest post originally published on Chronosphere’s blog by Ryan Allen  When running M3DB, it is important to monitor the cluster’s health to understand how queries are performing and if the cluster requires additional resources to handle the volume…


Securing Access to your Kubernetes Applications with Dex and RBAC

Posted on June 30, 2021 | By Onkar Bhat and Deepika Dixit

Guest post from Onkar Bhat, Engineering Manager and Deepika Dixit, Software Engineer, Kasten by Veeam Security is a critical requirement for application development, as is configuring authentication and authorization workflows in a way that makes the user experience…


CNCF On-Demand Webinar: Securing Access to your Kubernetes Applications – Using Dex for Authentication and Role Based Access Control (RBAC) for Authorization

Posted on March 11, 2021

This webinar will provide an overview about Dex, an open source identity service that uses OpenID connect to drive authentication for other apps, and also show effective ways of adopting RBAC while covering a majority of use-cases.


Adding color-blind themes to Kubecolor to make Kubernetes more inclusive

Posted on May 6, 2024

Ambassador post originally published on Sebastian “Prune” Thomas’s blog Kubcolor is a thin wrapper over the kubectl command that adds coloring to the output. I cloned the project and started maintaining it back in 2022 when the original author wasn’t active…


Accelerating Machine Learning with GPUs in Kubernetes using the NVIDIA Device Plugin

Posted on April 30, 2024

Member post originally published on the SuberOrbital blog by Keegan McCallum NVIDIA Device Plugin for Kubernetes plays a crucial role in enabling organizations to harness the power of GPUs for accelerating machine learning workloads. Introduction Generative AI is…


A recap: KubeCon + CloudNativeCon Europe 2024

Posted on April 23, 2024 | By Ryan Gough + Majid Attar

Community post originally published on Medium by Ryan Gough and Majid Attar This year, we (JYSK tech) took to Paris to attend KubeCon + CloudNativeCon Europe 2024. After three days of talks, networking and workshops. We put together…


Triton Server accelerates distribution of models based on Dragonfly

Posted on April 15, 2024 | By Yufei Chen, Miao Hao, and Min Huang

Project post by Yufei Chen, Miao Hao, and Min Huang, Dragonfly project This document will help you experience how to use dragonfly with TritonServe. During the downloading of models, the file size is large and there are many…


Streamlining logs with open source, local LLMs

Posted on April 12, 2024

 Community post by Anup Ghatage Log messages are essential for debugging and monitoring applications, but they can often be overly verbose and cluttered, making it difficult to quickly identify and understand critical information. This is especially true in…


Membership change source code interpretation

Posted on April 4, 2024 | By DatenLord

Member post originally published on Medium by DatenLord Background In distributed system application scenarios, it is inevitable to add or delete nodes or replace nodes, the simplest solution is to temporarily shut down the cluster, then directly modify…