SShortSingh.
Back to feed

HariKube uses Kubernetes as query layer and control protocol for AI-era microservices

0
·1 views

HariKube is a Cloud-Native Platform-as-a-Service middleware that repurposes Kubernetes Custom Resource Definitions as a data query and application interface layer for managing distributed workloads. The platform leverages storage-side filtering against distributed databases such as TiDB and CockroachDB, turning the Kubernetes API schema into a unified representation layer for most service workloads. Its horizontally scalable control plane handles state synchronization, resource-based data sharding, and real-time event routing at large scale without dataset size constraints. A forthcoming experimental feature will allow Kafka producers and consumers to register directly into the middleware, enabling application state updates through data streaming and WASI plugin-controlled event flows. HariKube is positioning itself as a single source of truth for application state, targeting developers building microservices, AI agent platforms, and secure sandbox environments on Kubernetes.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Returns to Coding After a Year Away, Reflects on Burnout and Fresh Starts

A developer has shared their experience of returning to coding after nearly a year-long hiatus driven by academic commitments and shifting priorities. Revisiting blank editors and dormant repositories sparked a renewed motivation to build, despite the extended time away. The developer noted that stepping back provided unexpected clarity, helping them move past common pitfalls like framework fatigue and tutorial overload. They emphasized that the key takeaway was the realization that one need not master everything before starting again. The post closes with an open invitation to the community to share tips on regaining focus and flow after a long break.

0
ProgrammingDEV Community ·

Developer Builds Custom Voice Assistant with Wake-Word Detection and NLU Stack

A developer working on a personal project confirmed that mail-integration for voice recognition on Project C was functioning correctly after running multiple verification tests. They then decided to build a custom phone-based personal assistant, combining a lightweight intent classifier, a custom wake-word model, and an API stitching layer to route commands to external services. Wake-word detection was fine-tuned using ambient office noise samples, achieving reliable triggering of the phrase 'Hey Friday' even in noisy conditions. Design decisions, including a wake-word confidence threshold of 0.85 and OAuth2-based email access, were logged in a documentation tool called Chronicle to preserve future context. The day concluded with a successful end-to-end test in which the assistant correctly activated, logged the trigger, and queued the next action without errors.

0
ProgrammingDEV Community ·

Universal Trust Adapter unifies credential verification for AI agents across 8 standards

AliceLabs has released the Universal Trust Adapter (UTA), an open-source library designed to standardize trust verification between AI agents that invoke tools, APIs, and microservices. The core problem UTA addresses is that existing credential standards — including JWT, W3C Verifiable Credentials, X.509, and Google's A2A Protocol — each answer identity and scope questions differently, leaving AI agents without a common verification method. UTA accepts eight credential formats and processes them through a 12-stage pipeline, achieving over 6,700 verifications per second on a single CPU core. The library is available on GitHub and npm under the package name @marketnow/trust-core, with a public REST API for testing. The developers note key limitations: UTA handles cryptographic verification but does not determine whether an issuer is trustworthy, and support for EAT-AI and ZTA formats remains in beta.

0
ProgrammingDEV Community ·

Universal Trust Adapter offers a unified credential verifier for AI agents

AliceLabs has released the Universal Trust Adapter (UTA), an open-source library designed to standardize trust verification between AI agents and the tools they invoke. UTA supports eight credential formats — including JWT, W3C Verifiable Credentials, X.509 certificates, and Anthropic MCP Server Cards — processing them through a 12-stage pipeline. The library benchmarks at 6,744 verifications per second on a single core and is backed by over 480 tests across Node.js and Python. The project was developed in part to address a lack of Spanish-language documentation for Latin American developers building AI agent systems. The author notes key limitations: UTA handles cryptographic verification but does not resolve issuer reputation, and two formats — EAT-AI and ZTA — remain in beta.

HariKube uses Kubernetes as query layer and control protocol for AI-era microservices · ShortSingh