ContentPosts from @sweeneyb..
Link
@faun shared a link, 4 months, 1 week ago

Declarative Homelab Management 

Switching toNixspins server config management into the 21st century. Imagine your setups as Lego sets: fullyreproducibleandportable. Swapping inValkeyfor Redis? License headaches no more. Tag teamHashicorp VaultwithTraefikto streamline SSL management—they transform chaos into order, tightening up bo..

Declarative Homelab Management 
Link
@faun shared a link, 4 months, 1 week ago

Sniffnet v1.4 introduces PCAP files import and it’s 2X faster than Wireshark!

Sniffnet v1.4zips through1.6 GBPCAP files in just 25 seconds on an 8-year-old MacBook Air. That's2.2x faster than Wireshark. How? It skips the encrypted payloads and goes straight for the packet headers, like a bloodhound on a scent...

Sniffnet v1.4 introduces PCAP files import and it’s 2X faster than Wireshark!
Link
@faun shared a link, 4 months, 1 week ago

Kubernetes NodeRestriction Flaw Lets Nodes Bypass Resource Authorization

Kuberneteshas tripped over a major flaw (CVE-2025-4563). Rogue nodes can skip past auth checks, opening a door for privilege escalation. But don’t sweat it too much; this only bites if you've enabledDynamicResourceAllocationand run static pods.AKSusers, you're safe. But only if your setup isn't a me..

Link
@faun shared a link, 4 months, 1 week ago

Inspecting Service Traffic with mirrord dump

Withmirrord’s latest trick, monitoring incoming TCP traffic in Kubernetes feels like wielding abuilt-in tcpdump. But there’s a twist: it zeroes in on essential resources without eBPF or sidecars. Developers can filter and capture traffic in their sessions, offering a swift solution for debugging in ..

Inspecting Service Traffic with mirrord dump
Link
@faun shared a link, 4 months, 1 week ago

CNCF saves $1 million annually by migrating to OCI

Oracle's tossing$3M a yearin Ampere Arm-based credits into the mix for CNCF's cloud-native projects, supercharging them like they just downed a can of energy drink. Over at the Linux Foundation Education, they're watching their cloud bills shrink by $1M annually. Meanwhile, OCI Kubernetes Engine sho..

Link
@faun shared a link, 4 months, 1 week ago

Image Compatibility In Cloud Native Environments

Kubernetes Node Feature Discoverynow gives containers a say in the conversation. They can outline and validate OS and hardware needs. Smart scheduling for demanding apps just got a boost...

Image Compatibility In Cloud Native Environments
Link
@faun shared a link, 4 months, 1 week ago

Kubernetes configuration as code – Gitea and ArgoCD

ArgoCDbrings serious application management chops to the table. But when it meets existingHelmsetups, chaos might ensue—junk those old secrets to clear the path...

Kubernetes configuration as code – Gitea and ArgoCD
Link
@faun shared a link, 4 months, 1 week ago

How To Run Kubernetes Commands in Go: Steps and Best Practices

Gocranks upKubernetesautomation, letting you tango directly with clusters at lightning speed. Forget clumsy shell scripts. Dive into Go's slick native libraries to conjure up CLI tools and seamless automation. Meanwhile, bask in rock-solid community support and run your masterpieces on any platform...

How To Run Kubernetes Commands in Go: Steps and Best Practices
Link
@faun shared a link, 4 months, 1 week ago

Enforce admission policies with artifact attestations in Kubernetes using OPA Gatekeeper

OPA Gatekeeperups the ante on Kubernetes security. How? By enforcingGitHub Artifact Attestationswith the flair of a seasoned bouncer. Non-compliant images now get the boot before they even think about deployment...

Enforce admission policies with artifact attestations in Kubernetes using OPA Gatekeeper
Link
@faun shared a link, 4 months, 1 week ago

ArgoCD: A Practical Guide to GitOps on Kubernetes

ArgoCD tackles giant deployments head-on, operating with a cunning pull-based model inside Kubernetes clusters. This clever move slashes the risk from exposed API keys and tightens security.LoveHolidays? They're jazzed. Their deploys skyrocket—over 1500 times a month. It’s a testament to ArgoCD's kn..

ArgoCD: A Practical Guide to GitOps on Kubernetes