Join us

ContentUpdates and recent posts about pre-commit..
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

The Ultimate Guide to Running Kubernetes in a Home Lab

K3sandMicroK8sshine in makeshift home labs with minimal hardware. Throw inLonghornfor storage andVelerofor backup bliss. Now that's a recipe for tech nirvana... read more  

Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

GitOps for Kubernetes With Nixidy and ArgoCD

Nixidyturns Kubernetes YAMLs into sleek, declarative Nix setups. It offers a robust, repeatable config flow—even for those complex Helm charts. Spice up your deployment by pairingArgoCDwith encrypted secrets viasops-secrets-operator. Now you can wrangle sensitive data in Git with style—and security... read more  

GitOps for Kubernetes With Nixidy and ArgoCD
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

Amazon EKS Pod Identity streamlines cross account access

Amazon EKS Pod Identityjust got an upgrade. Now you can tap into cross-account access usingIAM role chaining. Forget intricate setups and tiresome code changes. Drop in source and target IAM roles, and let EKS juggle temp credentials at runtime. It's innovation doing a happy dance... read more  

Amazon EKS Pod Identity streamlines cross account access
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

Publishing a Docker container for Microsoft Edit to the GitHub Container Registry

Edithits GitHub's Container Registry like a buzzsaw, powered by Docker. Built forApple Silicon, it ridesAlpinelike a speed demon. No fuss, just raw efficiency... read more  

Publishing a Docker container for Microsoft Edit to the GitHub Container Registry
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

GKE Data Cache, now GA, accelerates stateful apps

GKE Data Cachesupercharges PostgreSQL on GKE. Imagine squeezing out480% more transactions per secondand slashing latency by80%. It's like a balancing disk on steroids—Qdrant search gets a10xboost, even without cramming everything into memory. Impressive, right?.. read more  

GKE Data Cache, now GA, accelerates stateful apps
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

State of App Dev: Security

Securityisn’t just for the IT crowd anymore. Everyone's on duty.Only 1%of developers bother to look the other way. A mere20%of organizations throw money at outsiders to handle it. The real trip wire? Planning. It derails teams faster than you'd believe... read more  

Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

How We Designed Model Runner and What’s Next

Docker's just unleashed a new gadget with Desktop4.40. Meet theModel Runner, your ticket to running AI models on your local machine. Imagine it as the Peacekeeper of container-host diplomacy. It’s powered byllama.cppand can ride GPUs like a pro skater. Oh, and it plays nice with theOpenAI API. Model.. read more  

How We Designed Model Runner and What’s Next
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

Kernel-level container insights: Utilizing eBPF with Cilium, Tetragon, and SBOMs for security

eBPF, Cilium'sTetragon, andSBOMsare the dream team for exposing real-time kernel-level drama inside containers. When these powers combine, they hunt down surprise breaches likeLog4Shellwith a sleuth's precision. Bonus: they shave off20%fromCPU usagewhile they're at it... read more  

Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

NSEnter and Kubernetes

nsenteris your backstage pass to aKubernetesnode. It plays with Linux namespaces, crashing through isolation walls for a direct look inside. Summon it withPID1 and proper permissions, and you're deep in the node's core. No middleman required... read more  

NSEnter and Kubernetes
Link
@faun shared a link, 5 months, 3 weeks ago
FAUN.dev()

Changes to Kubernetes Slack

The Kubernetes gang will cling to their premium Slack status a while longer. But come 2025, free Slack will beckon. Discord’s got its eye on the scene too, whispering sweet promises of GitHub sync and other shiny toys... read more  

pre-commit is an open source framework that makes it easy to install, manage, and run Git hooks across any programming language. Developers define their hooks in a simple YAML configuration file, and pre-commit handles environment isolation, version pinning, and consistent execution. It supports code formatting, linting, security checks, secret scanning, and custom scripts. Teams use it to enforce code quality and security rules before code is committed, reducing noise in CI pipelines and improving overall code hygiene. Its lightweight design and broad ecosystem of community hooks make it one of the most widely adopted tools for source control automation.