Join us

ContentUpdates and recent posts about detect-secrets..
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

GitHub Spark in public preview for Copilot Pro+ subscribers

GitHub Spark spins natural-language prompts into full-stack AI apps in minutes. It tapsClaude Sonnet 4to scaffold UI and server logic. It hooks updata storage,LLM inference, hosting,GitHub Actions,Dependabot, plus multi-LLM smarts from OpenAI, Meta, DeepSeek and xAI—zero config. Trend to watch: AI .. read more  

GitHub Spark in public preview for Copilot Pro+ subscribers
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Bare-Metal Kubernetes: The Performance Advantage Is Almost Gone

Benchmarks crack open the myth: VM-based Kubernetes rivals bare metal. It secures 99% throughput. It matches latency in netperf and MLPerf. Major clouds spin containers on VMs. They enforce hard resource caps, isolation, and central policy management. Bare metal shrinks to ultra-low-latency niches. .. read more  

Bare-Metal Kubernetes: The Performance Advantage Is Almost Gone
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Centralized Amazon ECS task logging with Amazon OpenSearch

Amazon ECS tasks fire logs through a FireLens sidecar. Fluent Bit ships them into a shared Amazon OpenSearch Serverless domain. Cross-account IAM roles lock down access. The pipeline centralizes logs, unlocks full-text search, SQL and PPL queries, and slashes storage costs with on-demand indexing. .. read more  

Centralized Amazon ECS task logging with Amazon OpenSearch
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

A Mid-Year Look at CNCF Project Momentum

Cloud Native Computing Foundation’s mid-year report drops.Kubernetescommands 3,500+ authors.OpenTelemetryrockets to 1,884 contributors, snagging second in PR velocity.Backstageclimbs to 649.Argo(860) andFlux(156) lock GitOps in place.Kubeflowbreaks into the top 30 with 302. Trend to watch:Internal .. read more  

A Mid-Year Look at CNCF Project Momentum
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Kubernetes Image Builder Vulnerability Grants Root Access to Windows Nodes

A critical CVE-2025-7342 hauntsKubernetes Image Builder v0.1.44and earlier. It shipsNutanix/OVAimages with defaultWindows Administratorcreds intact. That slip-up invites root access on Windows nodes. Linux builds and other providers dodge this bullet. Mixed clusters run hot until images rebuild or p.. read more  

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

Scaling beyond IPv4: integrating IPv6 Amazon EKS clusters into existing Istio Service Mesh

Amazon EKS now powers IPv6 dual-stack VPC clusters. It doles out /80 prefixes via the VPC CNI flagsENABLE_V6_EGRESSandENABLE_V4_EGRESS.  AWS ships an Istio multi-cluster playbook—single-VPC to multi-VPC. It rigs remote reader secrets and east-west gateways, fusing IPv4 and IPv6 for service discovery.. read more  

Scaling beyond IPv4: integrating IPv6 Amazon EKS clusters into existing Istio Service Mesh
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

Critical Container Registry Security Flaw: How Multi-Architecture Manifests Create Attack Vectors

ContainerHijack hijacksDocker Image Manifest V2 Schema 2. It taints images inDocker Hub,Amazon ECR,GCR. Scanners shrug. Signature checks buckle. Defenders deploypolicy-as-code admission controllers. They lock down Terraform ECR push policies.Falco rulesflag strange layers, ghost pushes, rogue proces.. read more  

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

Closing the gap: How KubeVirt, Kubernetes, and open ecosystems are reshaping virtualisation

KubeVirt spins up VMs inside Kubernetes clusters. It hooks intoPortworxfor stateful volumes. It tapsOpenShiftorRancherto match VMware’s arsenal. Declarative YAML meetsGitOpspipelines, unified schedulers and RBAC. Teams juggle VMs and containers on one toolchain. License bills shrink. Infra shift:Le.. read more  

Closing the gap: How KubeVirt, Kubernetes, and open ecosystems are reshaping virtualisation
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

How To Deploy Fluent Bit in a Kubernetes-Native Way

Fluent Operator tapsCRDsto tameFluent Bitin Kubernetes. It channels inputs, filters, parsers, outputs into auto-generated configs. Then spins up the DaemonSet. TheFluent Bit Watcherwrapper hot-swaps configs on CRD tweaks. No pods restart... read more  

How To Deploy Fluent Bit in a Kubernetes-Native Way
Link
@faun shared a link, 4 months, 3 weeks ago
FAUN.dev()

The Evolution of AI Job Orchestration. Running AI jobs on GPU Neoclouds

Neocloudslike CoreWeave and Lambda Labs burst onto the scene, doling out affordableGPUpower and killer networking. They're tackling old-school cloud's weaknesses with style. Signal:The rise ofAI Neocloudsmarks a pivot in tech's landscape. They're carving out a niche with solutions crafted for AI's .. read more  

The Evolution of AI Job Orchestration. Running AI jobs on GPU Neoclouds
Detect Secrets, created by Yelp Engineering, is a Python-based secret scanner designed for large, complex codebases. It uses a plugin architecture to detect high-risk secrets such as API keys, tokens, passwords, and certificates. The tool focuses on false-positive reduction by hashing baseline fingerprints, allowing teams to track only new or changed exposures over time. It integrates with CI pipelines, pre-commit hooks, and enterprise security workflows. Its extensible design and strong baseline mechanism make it popular in large engineering organizations that need scalable, low-noise secret detection.