Search results for: kubernetes


Digital transformation driven by community: Kubernetes as example

Posted on January 30, 2025

Member post by Angel Ramirez, Cuemby In a rapidly evolving technological landscape, Kubernetes emerges as a transformative force in open-source innovation. Originating from a Google project in 2014, it has grown into a global movement that…


Kubernetes in 2025: are you ready for these top 5 trends and predictions?

Posted on January 22, 2025

Member post originally published on the Fairwinds blog by Andy Suderman Now that Kubernetes has turned 10, it has firmly established itself as a cornerstone of cloud-native deployment. That means it’s finally fair to request ten years…


CEL-ebrating simplicity: mastering Kubernetes policy enforcement with CEL

Posted on January 13, 2025 | Kevin Conner

Community post by Kevin Conner, Chief Engineer, Getup Cloud and co-author of Kubernetes in Action 2nd Edition As Kubernetes deployments grow in scale and complexity, policy enforcement becomes a critical aspect of maintaining secure and reliable…


Running a production-ready Raspbery Pi Kubernetes cluster at home

Posted on December 27, 2024

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…


Decoding the pod termination lifecycle in Kubernetes: a comprehensive guide

Posted on December 19, 2024

Member post by Rohit Raveendran, Facets.Cloud Introduction What happens behind the scenes when a Kubernetes pod shuts down? In Kubernetes, understanding the intricacies of pod termination is crucial for maintaining the stability and efficiency of your…


Managing large-scale Redis clusters on Kubernetes with an operator – Kuaishou’s approach

Posted on December 17, 2024

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…


Reconsidering Kubernetes deployments: when operators are overkill

Posted on December 13, 2024

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…


k9s – manage your Kubernetes cluster and it’s objects like a pro!

Posted on December 6, 2024

Community post originally published on Dev.to by Sunny Bhambhani Introductionk9s is a terminal based GUI to manage any Kubernetes(k8s) cluster. Using this single utility, we can manage, traverse, watch all our Kubernetes objects. More information around…


Understanding k0s: a lightweight Kubernetes distribution for the community

Posted on December 6, 2024 | Prithvi Raj

Ambassador post by Prithvi Raj, CNCF Ambassador and Community Manager at Mirantis As Kubernetes continues to grow as the de-facto orchestration platform for containerized applications and is massively adopted by large, medium as well as small…


Kubernetes at the edge using LINBIT SDS for persistent storage

Posted on November 28, 2024 | Matt Kereczman

Member post originally published on Linbit’s blog by Matt Kereczman Edge computing is a distributed computing paradigm that brings data processing and computation closer to the data source or “edge” of the network. This reduces latency…