Join us

ContentRecent posts and updates..
Link
@kaptain shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

Developers don’t care about Kubernetes clusters

Most cloud-native tools obsess over clusters. Not developers. That means poor support for things like promoting code between environments or deploying by feature - not just by repo. The author pushes for a better way: platforms that hide the Kubernetes mess and tame CI/CD. Think feature-driven deplo.. read more Ā 

Developers don’t care about Kubernetes clusters
Dev Swag
@ByteVibe shared a product

kubectl apply -f life.yaml - Kubernetes Admin Tshirt

#developerĀ  #merchandiseĀ  #swagĀ 

Are you a Kubernetes admin who knows the ins and outs of container orchestration? Our "kubectl apply -f life.yaml - Kubernetes Admin Tshirt" is the perfect way to show off your expertise and love for ...

Link
@kaptain shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

udwall: A Tool for Making UFW and Docker Play Nice With Each Other

Hexmos droppedudwall, a declarative firewall manager that finally makesUFWandDockerplay nice. Docker’s notorious for bulldozing past UFW rules via iptables. udwall patches that hole. It syncs rules across both, auto-reconciles changes, backs up configs, and plugs cleanly intoAnsible. No more duct-ta.. read more Ā 

udwall: A Tool for Making UFW and Docker Play Nice With Each Other
Link
@kaptain shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

You Want Microservices—But Do You Need Them?

Amazon Prime Video ditched its pricey microservices maze and rebuilt as asingle-process monolith, cutting ops costs by 90%. No big press release. Just results. Same move from Twilio Segment. And Shopify. Both pulled their tangled systems back intomodular monoliths- cleaner, faster, easier to test, a.. read more Ā 

You Want Microservices—But Do You Need Them?
Ad
www.faun.dev shared an ad

#adĀ  #sponsoredĀ 
Link
@kaptain shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

Kubernetes Configuration Good Practices

Stripped down and sharp, the blog lays out Kubernetes config best practices: keep YAML manifests in version control, use Deployments (not raw Pods), and label like you mean it - semantically, not just alphabet soup. It digs into sneaky pain points too, like how YAML mangles booleans (yes≠true), and .. read more Ā 

Link
@kaptain shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

The Grafana trust problem

Grafana’s been busy clearing the shelves.Grafana Agent,Agent Flow, andOnCall? All deprecated. The replacement:Grafana Alloy- a one-stop observability agent that handles logs, metrics, traces, and OTEL without flinching. Meanwhile,Mimir 3.0ships with a Kafka-powered ingestion pipeline. More scalabili.. read more Ā 

Link
@kaptain shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

Turning Kubernetes Last Access to Kubernetes Least Access Using KIEMPossible

KIEMPossible is a new open-source tool for Kubernetes entitlement cleanup. It maps out who has access to what - roles, entities, permissions - and shows how those are actually used across your clusters. Think of it as a permission microscope for AKS, EKS, GKE, and even the DIY K8s crowd. It breaks d.. read more Ā 

Turning Kubernetes Last Access to Kubernetes Least Access Using KIEMPossible
Link
@kala shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

How I Built a 100% Offline ā€œSecond Brainā€ for Engineering Docs using Docker & Llama 3 (No OpenAI)

Senior Automation Engineer built an offline RAG system for technical documents using Ollama, Llama 3, and ChromaDB in a Dockerized microservices architecture. The system enables efficient retrieval and generation of information from PDFs with a streamlined UI. The deployment package, including compl.. read more Ā 

Link
@kala shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

How to Evaluate LLMs Without Opening Your Wallet

A new mock-based framework lets QA and automation folks stress-test LLM outputs - no API calls, no surprise charges. It runs entirely local, usingpytest fixtures, structured test flows, and JSON schema checks to keep things tight. Test logic stays modular. Cross-validation’s baked in. And if you nee.. read more Ā 

Link
@kala shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

I tested ChatGPT’s backend API using RENTGEN, and found more issues than expected

A closer look at OpenAI’s API uncovers some shaky ground: misconfiguredCORS headers, missingX-Frame-Options, noinput validation, and borkedHTTP status handling. Large uploads? Boom..crash!CORS preflightrequests? Straight-up denied. So much for smooth browser support... read more Ā 

I tested ChatGPT’s backend API using RENTGEN, and found more issues than expected
Link
@kala shared a link, 2Ā days, 13Ā hours ago
FAUN.dev()

Writing a good CLAUDE.md

Anthropic’s Claude Code now deprioritizes parts of the root context file it sees as irrelevant. It still reads the file every session, but won’t waste cycles on side quests. The message to devs: stop stuffing it with catch-all instructions. Instead, use modular context that unfolds as needed - think.. read more Ā 

Writing a good CLAUDE.md