A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://github.com/kubernetes-sigs/headlamp
https://github.com/kubernetes-sigs/headlamp
GitHub
GitHub - kubernetes-sigs/headlamp: A Kubernetes web UI that is fully-featured, user-friendly and extensible
A Kubernetes web UI that is fully-featured, user-friendly and extensible - kubernetes-sigs/headlamp
🔥2
Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads.
https://github.com/kcp-dev/kcp
https://github.com/kcp-dev/kcp
GitHub
GitHub - kcp-dev/kcp: Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads.
Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads. - kcp-dev/kcp
👍2
The concept of observability in Kubernetes is more nuanced than it might first appear. This essay argues for a deeper understanding of the unique challenges and requirements for observing applications on the platform.
https://itnext.io/observability-is-not-equal-observability-in-kubernetes-1b79c4b8dc4c
https://itnext.io/observability-is-not-equal-observability-in-kubernetes-1b79c4b8dc4c
Medium
Black Box vs White Box Observability in Kubernetes
Understanding Multi-layer Observability in Kubernetes
❤5
This commentary from Mercari Engineering outlines their strategy for a zero-downtime database migration. It is the first part in a series, focusing on the initial design for achieving strong data consistency.
https://engineering.mercari.com/en/blog/entry/20241113-designing-a-zero-downtime-migration-solution-with-strong-data-consistency-part-i/
https://engineering.mercari.com/en/blog/entry/20241113-designing-a-zero-downtime-migration-solution-with-strong-data-consistency-part-i/
Mercari
Designing a Zero Downtime Migration Solution with Strong Data Consistency – Part I
At our company, we have a payment platform that provides various payment functionalities for our users. One key componen
❤2👍2
Kepler (Kubernetes-based Efficient Power Level Exporter) is a Prometheus exporter that measures energy consumption metrics at the container, pod, and node levels in Kubernetes clusters.
https://github.com/sustainable-computing-io/kepler
https://github.com/sustainable-computing-io/kepler
GitHub
GitHub - sustainable-computing-io/kepler: Kepler (Kubernetes-based Efficient Power Level Exporter) is a Prometheus exporter that…
Kepler (Kubernetes-based Efficient Power Level Exporter) is a Prometheus exporter that measures energy consumption metrics at the container, pod, and node levels in Kubernetes clusters. - sustainab...
Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure conditions. A CNCF sandbox project.
https://github.com/krkn-chaos/krkn
https://github.com/krkn-chaos/krkn
GitHub
GitHub - krkn-chaos/krkn: Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure…
Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure conditions. A CNCF sandbox project. - krkn-chaos/krkn
This report demystifies the frequently misunderstood metric of Mean Time to Resolution (MTTR). It clearly defines the four key "mean time" metrics and outlines their significance within a DevOps framework.
https://www.causely.ai/blog/mttr-meaning
https://www.causely.ai/blog/mttr-meaning
www.causely.ai
The “R” in MTTR: Repair or Recover? What’s the difference?
Finding meaning in a world of acronyms There are so many ways to measure application reliability today, with hundreds of key performance indicators (KPIs) to measure availability, error rates, user experiences, and quality of service (QoS). Yet every organization…
❤1
Anvesh Muppeda provides a hands-on analysis of Kubernetes Endpoints and their modern, more scalable counterpart, EndpointSlices. The content uses practical examples to explain their crucial role in Kubernetes service discovery.
https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-endpoints-endpointslices-%EF%B8%8F-1375dfc9075c
https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-endpoints-endpointslices-%EF%B8%8F-1375dfc9075c
Medium
⎈ A Hands-On Guide to Kubernetes Endpoints & EndpointSlices 🛠️
⇢ Understanding Kubernetes Endpoints and Endpoint Slices: A Comprehensive Guide
👍1
Kubernetes performance and scale test orchestration framework written in golang
https://github.com/kube-burner/kube-burner
https://github.com/kube-burner/kube-burner
GitHub
GitHub - kube-burner/kube-burner: Kubernetes performance and scale test orchestration framework written in golang
Kubernetes performance and scale test orchestration framework written in golang - kube-burner/kube-burner
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
https://github.com/slimtoolkit/slim
https://github.com/slimtoolkit/slim
GitHub
GitHub - slimtoolkit/slim: Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled…
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) - slimtoolkit/slim
👍1
Gergely Orosz's story offers a look inside the engineering culture at Bluesky, the decentralized social media platform. He explores how a small, autonomous team is working to build a viable alternative to established networks.
https://newsletter.pragmaticengineer.com/p/bluesky-engineering-culture
https://newsletter.pragmaticengineer.com/p/bluesky-engineering-culture
Pragmaticengineer
Inside Bluesky’s Engineering Culture
A deep dive into how a fully remote, open source-first, tech company is building a challenger social media platform. What can small teams learn from Bluesky about punching above your weight?
👍2
This dispatch explores how eBPF maps can be used to synchronize state across multiple nodes in a Kubernetes cluster. It delves into the technical details of leveraging this capability for advanced networking and observability.
https://medium.com/all-things-ebpf/ebpf-maps-state-synchronization-across-multi-node-kubernetes-cluster-d0c075810fa7
https://medium.com/all-things-ebpf/ebpf-maps-state-synchronization-across-multi-node-kubernetes-cluster-d0c075810fa7
Medium
eBPF Maps State Synchronization across Multi-Node Kubernetes Cluster
eBPF Maps State Synchronization using Go and gRPC
❤2
The Agoda Engineering team details their "private cloud first" approach to load shedding in this feature. They explain how this strategy helps protect their most critical systems by gracefully degrading services during traffic surges.
https://medium.com/agoda-engineering/load-shedding-private-cloud-first-81ddd5ab53ac
https://medium.com/agoda-engineering/load-shedding-private-cloud-first-81ddd5ab53ac
Medium
How Agoda Handles Load Shedding in Private Cloud
by Johan Tiesinga
❤2
This item serves as a practical walkthrough for managing AWS EKS Access Entries with both Terraform and OpenTofu. It provides the necessary code and configuration to streamline Kubernetes user access management.
https://dev.to/aws-builders/managing-aws-eks-access-entries-with-terraform-and-opentofu-414
https://dev.to/aws-builders/managing-aws-eks-access-entries-with-terraform-and-opentofu-414
DEV Community
Managing AWS EKS access entries with Terraform and OpenTofu
Setting up EKS authentication and authorization using Infrastructure as Code 📚...
👍2
Simple but still extremely powerful K9S alternative. An interactive
https://github.com/pymag09/kubecui
explain
command. Security scanning based on trivy
. Supports multiple envs. Midnight commander like interface. Custom hotkeyshttps://github.com/pymag09/kubecui
GitHub
GitHub - pymag09/kubecui: Simple but still extremely powerful K9S alternative. An interactive `explain` command. Security scanning…
Simple but still extremely powerful K9S alternative. An interactive `explain` command. Security scanning based on `trivy`. Supports multiple envs. Midnight commander like interface. Custom hotkeys ...
❤2👍1
An AWS author provides a helpful review of using Terraform to provision and manage AWS IoT Things. The text demonstrates how to automate the lifecycle of IoT devices using infrastructure as code.
https://builder.aws.com/content/2iJVs17s7drNneJiB9GdYrNszWw/using-terraform-to-create-aws-iot-things
https://builder.aws.com/content/2iJVs17s7drNneJiB9GdYrNszWw/using-terraform-to-create-aws-iot-things
Aws
AWS Builder Center
Connect with builders who understand your journey. Share solutions, influence AWS product development, and access useful content that accelerates your growth. Your community starts here.
👍1
The CloudKitchens tech publication examines the powerful self-healing mechanisms built into Kubernetes. It highlights how features like readiness probes and replication controllers enable the creation of resilient, automated systems.
https://techblog.cloudkitchens.com/p/kubernetes-self-healing
https://techblog.cloudkitchens.com/p/kubernetes-self-healing
Cloudkitchens
From Fragile to Faultless: Kubernetes Self-Healing In Practice
Overcoming imperfections of managed Kubernetes with early self-healing.
❤3👍2
Hwameistor is an HA local storage system for cloud-native stateful workloads.
https://github.com/hwameistor/hwameistor
https://github.com/hwameistor/hwameistor
GitHub
GitHub - hwameistor/hwameistor: Hwameistor is an HA local storage system for cloud-native stateful workloads.
Hwameistor is an HA local storage system for cloud-native stateful workloads. - GitHub - hwameistor/hwameistor: Hwameistor is an HA local storage system for cloud-native stateful workloads.
👍1