⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module discovery

Module discovery 

Source
Expand description

Service Discovery

Provides a service registry with DNS-based resolution following Kubernetes-style naming (name.namespace.svc.cluster.local).

Structs§

ServiceEndpoint
A single endpoint (instance) of a service.
ServiceEntry
A registered service with its endpoints.
ServiceRegistry
Service registry and discovery.

Enums§

DiscoveryError
Service discovery error.
Protocol
Protocol for a service endpoint.