News
Neo FS REST Gateway v0. 17. 0, S3 Gateway v0. 43. 0 add session token v2
3+ hour, 18+ min ago (274+ words) Neo SPCC recently released updated versions of both Neo FS access gateways " REST Gateway v0. 17. 0 and S3 Gateway v0. 43. 0. Both releases introduce session token v2 support, depend on Neo FS SDK Go RC18, and require Go 1. 25 or higher to build. The main addition in v0. 17. 0 is…...
Building a Production-Ready MCP Server: Async Postgre SQL, Open Telemetry, and Kubernetes in One Template
1+ hour, 5+ min ago (738+ words) Most MCP server examples stop at "hello world." A few tools, an in-memory data store, and a uvicorn main: app command. That is fine for a demo, but the moment you try to ship one in production you immediately run…...
Reproducible Dev Environments with Nix and direnv
6+ hour, 45+ min ago (890+ words) Traditional development setup follows a familiar pattern. Clone the repo, read the README, install the right language version, install dependencies, realize you need a specific database version, install that, configure environment variables, discover the project needs an older version of…...
The next stages of AI conformance in the cloud-native, open-source world
12+ hour, 2+ min ago (517+ words) Until recently, running an AI model on Kubernetes was a guessing game. What worked on one cloud provider could fail on another in the face of different GPU drivers, network setups, or autoscaling behaviors. This becomes a big problem as…...
Running Large-Scale GPU Workloads on Kubernetes with Slurm
12+ hour, 7+ min ago (539+ words) Slinky, an open source project developed by Sched MD (now part of NVIDIA), takes two approaches to this integration: Slinky slurm-operator represents each Slurm component (slurmctld for scheduling, slurmdbd for accounting, slurmd for compute workers, slurmrestd for API access) as…...
A Go + React monorepo starter with auth and multi-tenancy
11+ hour, 51+ min ago (472+ words) Every time I start a new project, I do the same thing. That part is always the same. And it's always slow. So I searched on Git Hub for a starter that could save me this work. I found a…...
Kiro CLI + Argo CD MCP: Manage Git Ops from Your Terminal
9+ hour, 20+ min ago (828+ words) Managing Argo CD applications typically means writing Application YAML, configuring sync policies, and switching between the CLI and UI. It works, but there's a better way to do it. With Kiro CLI and the Argo CD MCP server, you can…...
Bringing databases and Kubernetes together
14+ hour, 36+ min ago (670+ words) Laura Czajkowski is Director of Community at Percona, an open source database company that works around multiple databases including My SQL, Postgre SQL, Mongo DB, Valkey, and others. Laura's background is in building and engaging with effective developer communities around…...
From Fly. io to On-Premise Kubernetes
15+ hour, 27+ min ago (559+ words) Everything works in localhost. Exposing it to the internet is a different problem. I went through Fly. io, Linode managed Kubernetes, and eventually landed on an on-premise cluster. Each step had tradeoffs in both cost and operational complexity. Before getting…...
UML Deployment Diagrams
16+ hour, 15+ min ago (241+ words) A Deployment Diagram is a structural UML diagram that models the physical deployment of software artifacts onto hardware nodes and execution environments. It shows: A Node is the fundamental building block of deployment diagrams, representing a computational resource where artifacts…...