Join us

ContentUpdates from GitLive...
Link
@faun shared a link, 4 days, 11 hours ago

Observability in Go: What Real Engineers Are Saying in 2025

Go observability still feels like pulling teeth. Manual instrumentation? Tedious. Span coverage? Spotty. Telemetry volume? Totally out of hand. Even with OpenTelemetry gaining traction, Go lags behind Java and Python when it comes to auto-instrumentation and clean context propagation. Devs are hunt..

Observability in Go: What Real Engineers Are Saying in 2025
Link
@faun shared a link, 4 days, 11 hours ago

How to prepare for the Bitnami Changes coming soon

The Bitnami team has delayed the deletion of the Bitnami public catalog until September 29th. They will conduct a series of brownouts to prepare users for the upcoming changes, with the affected applications list being published on the day of each brownout. Users are advised to switch to Bitnami Sec..

Link
@faun shared a link, 4 days, 11 hours ago

Availability Models: Because “Highly Available” Isn’t Saying Much

Antithesis and Jepsen want to kill hand-wavy "high availability" talk. Instead, they push for clearavailability models—majority,total,sticky, etc.—that spell out when an operationactuallyworks during failures. It's about precision, not platitudes. Why it matters:This reframes availability from a va..

Availability Models: Because “Highly Available” Isn’t Saying Much
Link
@faun shared a link, 4 days, 11 hours ago

ECScape: Understanding IAM Privilege Boundaries in Amazon ECS

A new ECS security mess—ECScape—lets low-privileged tasks on EC2 act like the ECS agent. That’s bad. Real bad. Why? Because it opens the door to stealing IAM credentials from other ECS tasks sharing the same host. Here’s the trick: The attacker hits the instance metadata service (IMDS) and fakes a ..

ECScape: Understanding IAM Privilege Boundaries in Amazon ECS
Link
@faun shared a link, 4 days, 11 hours ago

Google Develops KFuzzTest For Fuzzing Internal Linux Kernel Functions

Google droppedKFuzzTest, a lean fuzzing tool built to hit Linux kernel internals—way past just syscalls. It brings a clean API, docs, and sample targets to get fuzzing fast. Why it matters:KFuzzTest marks a shift. Kernel fuzzing’s no longer just about hammering syscalls—it’s going deeper into the g..

Link
@faun shared a link, 4 days, 11 hours ago

Building a Scalable, Flexible, Cloud-Native GenAI Platform with Open Source Solutions

A fresh reference architecture built withEnvoy AI GatewayandKServebrings order to the GenAI chaos. One clean interface to route requests across internal and external LLMs—locked down with policies. It’s called aTwo-Tier Gateway Architecture. Think of it like a split-brain: external API traffic goes..

Building a Scalable, Flexible, Cloud-Native GenAI Platform with Open Source Solutions
Link
@faun shared a link, 4 days, 11 hours ago

v1.34: User preferences (kuberc) are available for testing in kubectl 1.34

Kubernetes v1.34 pusheskubectlinto the future with a betauser preferencessystem. Drop a.kubercfile in place, and you can bake in default flags, toggle features likeinteractive deleteorServer-Side Apply, and wire up custom aliases—including pre- and post-args...

Link
@faun shared a link, 4 days, 11 hours ago

kube-bench Tutorial: Features, Use Cases, How It Works

kube-benchjust leveled up. Aqua Security’s CIS compliance scanner now snaps into CI/CD, runs pre-deploy checks, and helps dig through forensics after incidents. It plays nice with managed K8s—EKS, AKS, GKE—and handles custom YAML test suites if you’re going off the beaten path. Reports land in stru..

kube-bench Tutorial: Features, Use Cases, How It Works
Link
@faun shared a link, 4 days, 11 hours ago

Battle for Resources or the SSA Path to Kubernetes Diplomacy

A full-stack engineer and systems architect with hands-on time incloudandIoT, building real-world tools for theoil and gas sector. Think connected rigs, smart pipelines, and infrastructure that doesn’t flinch at scale. Market signal:Industrial tech’s going deep. Cloud and IoT aren’t side projects a..

Link
@faun shared a link, 4 days, 11 hours ago

From Novice to Pro: Mastering Lightweight Linux for Your Kubernetes Project

Alpine, Flatcar, Fedora CoreOS, Talos, and Ubuntu Core are carving out strong niches as Kubernetes-first base OSes. Each leans into immutability, container-native design, and just enough system overhead to get out of the way. That lean profile isn’t just a flex—it means lower resource drag and a de..

GitLive helps you and your fellow contributors merge faster by avoiding conflicts and encouraging eager and continuous code review directly inside the IDE.

🔸 Do not let merge conflicts break your flow

Indicators in the gutter of your editor show the changes others are making. Computed from all active branches, the indicators update as you and your team code together.

Get notified the moment you make a change that conflicts with another branch. Compare their changes to your own and cherry‑pick individual changes directly into your local files.

🔸 Get the ultimate perspective on all work in progress

Perform eager and continuous code review directly in your IDE with the team view. See who is online, their active branches and changes in a single repository or across your organization, updated in real‑time.

Get notified when you fall behind the main branch or your tracking branch. Inspect the changed files in the repository view to know if they will merge cleanly with your own local changes before you pull.

🔸 Let your team know what you are working on

Connect your issue tracker to see each other's current issue in the team view. The issue you are working on is determined by your current branch and updates automatically.

View your current issue and select another issue to work on via the status bar. Switching issues will check out an existing feature branch or create a new one for you if needed.