Cloud Native Live: Enabling self-service for developers using Kubernetes operators
The Kubernetes Operator pattern is one of the most powerful features of Kubernetes, allowing you to extend your cluster with any functionality you need. Many vendors and CNCF projects have made their APIs accessible through operators….
Solving Android app issues with OpenTelemetry: Beyond local profiling
Member post originally published on the Embrace blog by Francisco Prieto Cardelle OpenTelemetry is a powerful observability framework that can help engineers monitor and resolve common Android performance issues. We’ll dive into a few of these…
Running a production-ready Raspbery Pi Kubernetes cluster at home
Ambassador post originally published on Gerald on IT by Gerald Venzl In this guide, I’ll cover how to run a production-ready Raspberry Pi Kubernetes Cluster using K3s. Background If you are like me, you probably have…
CNCF On demand webinar: Security and performance optimization with the API gateway
In today’s distributed systems, APIs form the backbone of software architecture. This presentation will explore how Kong Gateway’s powerful tools can be leveraged to ensure API management security, scalability, and performance optimization.
What is Inference Parallelism and how it works
Member post originally published on the InfraCloud blog by Aman Juneja, Principal Solutions Engineer at InfraCloud Technologies In recent years, we’ve witnessed two recurring trends: the release of increasingly powerful GPUs and the introduction of Large…
Implementing Cilium for Superior Cloud Native Networking QingCloud’s journey with Cilium began in 2019 when their team noticed the project and recognized its superior networking performance over similar CNI solutions. “In 2019, some of our customers…
Managing large-scale Redis clusters on Kubernetes with an operator – Kuaishou’s approach
Member post originally published on KubeBlocks by Yuxing Liu As a popular short-form video application, Kuaishou relies heavily on Redis to deliver low-latency responses to its users. Operating on private cloud infrastructure, automating the management of…
Platform Engineering needs Observability: here’s why
Blog post originally published on the Middleware blog by Sri Krishna In the high-stakes environment of Black Friday, e-commerce platforms encounter intense traffic surges that can heavily strain system performance. For example, during Black Friday 2023, online…
Reconsidering Kubernetes deployments: when operators are overkill
Member post originally published on the Devtron blog by Prakarsh TL:DR: Kubernetes Operators are powerful but can be overkill for simple deployments. Explore alternatives like Helm, ArgoCD, and Devtron to streamline your Kubernetes deployments without sacrificing…
What is authorization? Examples and definitions
Member post originally published on Cerbos’s blog by Omu Inetimi When building a secure application, there are plenty of factors to be considered. Who is allowed into the application, how users are allowed in, measures in…