Search results for: dex


Cloud Native Computing Foundation Unveils Schedule for KubeCon + CloudNativeCon North America 2021 in Los Angeles and Virtual

Posted on August 4, 2021

For the first time in over 18 months, #TeamCloudNative will come together in-person (masked and vaccinated), and virtually, for five days of cloud native knowledge-sharing. SAN FRANCISCO, Calif. – August 4, 2021 – The Cloud Native…


gRPC in action – Example using Java microservices

Posted on August 4, 2021

Guest post by Nikhil Mohan, Senior Technology Architect at Infosys In this article, we will implement a Java based microservices solution  with gRPC as the integration technology. The solution is a Movie  Finder application that provides a…


TiFS, a TiKV-based partition tolerant, strictly consistent file system

Posted on June 28, 2021 | Hexi Lee

Guest post originally published on PingCap’s blog by Hexi Lee, Software Engineer Intern at PingCAP TiKV is a distributed key-value storage engine, featuring strong consistency and partition tolerance. It can act either as the storage engine…


What is eBPF and why does it matter for observability?

Posted on June 7, 2021 | Lavanya Chockalingam

Guest post originally published on New Relic’s blog by Lavanya Chockalingam, Senior Product Marketing manager at New Relic Working within the Linux kernel is ideal when implementing security, networking, and observability features. However, it’s not without…


Compute and storage should be decoupled for log management at scale

Posted on June 4, 2021 | Tito George

Guest post originally published on The New Stack by Tito George, co-founder, LOGIQ Most log management solutions store log data in a database and enable search by storing an index of the data. As the database…


Are you tracking Kubernetes application effectively?

Posted on May 11, 2021 | Leonid Sandler

Guest post by Leonid Sandler, CTO and Co-Founder at ARMO Distributed tracing, like logging and observability, is a key functionality for keeping your services healthy and predictable. Contrary to logs and observability, which shows what happens…


CNCF LFX Projects are Open for Summer 2021 – Apply by May 17th!

Posted on May 4, 2021 | Chris Abraham

CNCF has a great line up of projects participating in the Summer Term of LFX from June 1st – August 31st. 13 Graduated, Incubating, and Sandbox projects will be participating with 17 project ideas available for…


Run an Edge AI K3s Cluster on NVIDIA Jetson Nano Boards

Posted on March 31, 2021 | Carlos Crisóstomo Vals

Guest post originally published on SUSE’s blog by Carlos Crisóstomo Vals Introduction to Edge Artificial Intelligence Proof of Concept For several years I have worked with customers who wanted to use artificial intelligence (AI) in their…


How to build an elastic search cluster for production?

Posted on March 25, 2021 | Stanislas Girard

Guest post by Stanislas Girard, Site Reliability Engineering at Padok Running an elastic search cluster in production is not an easy task. You are probably working with gigabits of data coming in all the time and…


Introduction to k3d: Run K3s in Docker

Posted on March 16, 2021 | Thorsten Klein

Guest post originally published on SUSE’s blog by Thorsten Klein, freelance software engineer at SUSE and k3d maintainer  In this blog post, we’re going to talk about k3d, a tool that allows you to run throwaway…