Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
rune
command
|
|
|
rune-test
command
|
|
|
runed
command
|
|
|
examples
|
|
|
exec-client
command
|
|
|
exec-client/register-container
command
|
|
|
logging/log-generator
command
|
|
|
process-runner
command
|
|
|
runner/docker-runner
command
|
|
|
runner/process-runner/complete
command
|
|
|
runner/process-runner/simple
command
|
|
|
internal
|
|
|
agent
Package agent is the per-node Rune daemon.
|
Package agent is the per-node Rune daemon. |
|
agent/dataplane
Package dataplane implements the per-node Rune data path (RUNE-041): per-VIP TCP/UDP userspace proxies, a kernel-side nftables reconciler (Linux only), an endpoint cache backed by the OrderedLog watch stream, and Prometheus metrics.
|
Package dataplane implements the per-node Rune data path (RUNE-041): per-VIP TCP/UDP userspace proxies, a kernel-side nftables reconciler (Linux only), an endpoint cache backed by the OrderedLog watch stream, and Prometheus metrics. |
|
agent/dns
Package dns implements the per-node embedded DNS server (RUNE-063).
|
Package dns implements the per-node embedded DNS server (RUNE-063). |
|
agent/forwarder
Package forwarder is the agent's log forwarder subsystem (plan §4.1).
|
Package forwarder is the agent's log forwarder subsystem (plan §4.1). |
|
agent/ingressctl
Package ingressctl reconciles the ingress route table from the service store and resolves upstream targets from the dataplane endpoint cache.
|
Package ingressctl reconciles the ingress route table from the service store and resolves upstream targets from the dataplane endpoint cache. |
|
agent/outbox
Package outbox is the agent's per-node buffer for logs and events destined for remote sinks (RuneSight, CloudWatch, Datadog).
|
Package outbox is the agent's per-node buffer for logs and events destined for remote sinks (RuneSight, CloudWatch, Datadog). |
|
agent/volumes
Package volumes is the per-node Subsystem that drives the storage driver Attach/Mount/Unmount/Detach lifecycle for Volumes whose BoundNode equals this node's identity.
|
Package volumes is the per-node Subsystem that drives the storage driver Attach/Mount/Unmount/Detach lifecycle for Volumes whose BoundNode equals this node's identity. |
|
pkg
|
|
|
api/authctx
Package authctx provides a small shared context-key registry so that gRPC service handlers (under pkg/api/service) can read the authenticated subject stamped onto the context by the server-side auth interceptor (under pkg/api/server) without creating an import cycle.
|
Package authctx provides a small shared context-key registry so that gRPC service handlers (under pkg/api/service) can read the authenticated subject stamped onto the context by the server-side auth interceptor (under pkg/api/server) without creating an import cycle. |
|
api/client
SnapshotClient — typed wrapper around generated.SnapshotServiceClient.
|
SnapshotClient — typed wrapper around generated.SnapshotServiceClient. |
|
api/generated
Package generated is a reverse proxy.
|
Package generated is a reverse proxy. |
|
api/service
SnapshotService — namespace-scoped gRPC handlers for Snapshot resources.
|
SnapshotService — namespace-scoped gRPC handlers for Snapshot resources. |
|
api/session
Package session implements RUNE-201 refresh-token rotation with a grace window.
|
Package session implements RUNE-201 refresh-token rotation with a grace window. |
|
cli/cmd
Package cmd: `rune describe` — one-shot resource diagnostics (RUNE-126).
|
Package cmd: `rune describe` — one-shot resource diagnostics (RUNE-126). |
|
cli/cmd/portforward_daemon
Package portforwarddaemon implements the detached daemon backing `rune port-forward -d`, plus the CLI-side RPC client and subcommands for `list` / `stop` / `logs`.
|
Package portforwarddaemon implements the detached daemon backing `rune port-forward -d`, plus the CLI-side RPC client and subcommands for `list` / `stop` / `logs`. |
|
events
Package events provides the persisted, node-local event log that powers `rune describe` (Phase 2) and any future telemetry consumer (RUNE-0XX) via the cursor view described in RUNE-126 §5.6.
|
Package events provides the persisted, node-local event log that powers `rune describe` (Phase 2) and any future telemetry consumer (RUNE-0XX) via the cursor view described in RUNE-126 §5.6. |
|
log
Package log provides a structured logging system for Rune services.
|
Package log provides a structured logging system for Rune services. |
|
networking/acme
Package acme implements the asynchronous certificate issuance orchestrator for the ingress controller (RUNE-066).
|
Package acme implements the asynchronous certificate issuance orchestrator for the ingress controller (RUNE-066). |
|
networking/endpoints
Package endpoints owns the OrderedLog op types that publish service endpoint sets through the seam established in RUNE-039.
|
Package endpoints owns the OrderedLog op types that publish service endpoint sets through the seam established in RUNE-039. |
|
networking/ingress
Package ingress implements the edge-node ingress controller for RUNE-066.
|
Package ingress implements the edge-node ingress controller for RUNE-066. |
|
networking/localinstances
Package localinstances owns the OrderedLog op type that publishes the per-node container-IP -> (service, namespace) identity table the agent uses to attribute incoming connections to a managed service for policy enforcement.
|
Package localinstances owns the OrderedLog op type that publishes the per-node container-IP -> (service, namespace) identity table the agent uses to attribute incoming connections to a managed service for policy enforcement. |
|
networking/policy
Package policy implements compilation and evaluation of ServiceNetworkPolicy for the per-node agent (RUNE-064).
|
Package policy implements compilation and evaluation of ServiceNetworkPolicy for the per-node agent (RUNE-064). |
|
networking/vip
Package vip implements the cluster VIP allocator.
|
Package vip implements the cluster VIP allocator. |
|
observe
Package observe is the native observability storage layer for Rune ("RuneSight").
|
Package observe is the native observability storage layer for Rune ("RuneSight"). |
|
observe/alerting
Package alerting is the RuneSight alerter: it evaluates stored alert rules against the cluster's LogStore on a rolling cadence, drives the ok → pending → firing → resolved state machine, and notifies on transitions (a Rune event always; the rule's channels on firing/resolved).
|
Package alerting is the RuneSight alerter: it evaluates stored alert rules against the cluster's LogStore on a rolling cadence, drives the ok → pending → firing → resolved state machine, and notifies on transitions (a Rune event always; the rule's channels on firing/resolved). |
|
observe/backend
Package backend selects and constructs the observe.LogStore for the runefile-configured backend value (plan §5).
|
Package backend selects and constructs the observe.LogStore for the runefile-configured backend value (plan §5). |
|
observe/clickhouse
Package clickhouse implements observe.LogStore against a ClickHouse backend (the analytical optional sink).
|
Package clickhouse implements observe.LogStore against a ClickHouse backend (the analytical optional sink). |
|
observe/embedded
Package embedded implements observe.LogStore as a lightweight in-process store that ships in runed by default.
|
Package embedded implements observe.LogStore as a lightweight in-process store that ships in runed by default. |
|
observe/loki
Package loki implements observe.LogStore against a Loki backend (the light optional sink).
|
Package loki implements observe.LogStore against a Loki backend (the light optional sink). |
|
orchestrator/controllers
Package controllers — RUNE-121 init-step orchestration for the instance controller.
|
Package controllers — RUNE-121 init-step orchestration for the instance controller. |
|
orchestrator/queue
Package queue provides a coalescing, rate-limited, per-key work queue with the same semantics as Kubernetes client-go's workqueue: a key added while pending is deduplicated, a key added while being processed is re-delivered exactly once after the current run finishes, and no two workers ever process the same key concurrently.
|
Package queue provides a coalescing, rate-limited, per-key work queue with the same semantics as Kubernetes client-go's workqueue: a key added while pending is deduplicated, a key added while being processed is re-delivered exactly once after the current run finishes, and no two workers ever process the same key concurrently. |
|
release
Package release implements the stateful runeset release model: the 3-way reconcile plan that turns a rendered cast into create/update/prune/adopt actions against the cluster.
|
Package release implements the stateful runeset release model: the 3-way reconcile plan that turns a rendered cast into create/update/prune/adopt actions against the cluster. |
|
releasectl
Package releasectl is the server-side executor for stateful runeset releases.
|
Package releasectl is the server-side executor for stateful runeset releases. |
|
runner
Package runner provides interfaces and implementations for managing service instances.
|
Package runner provides interfaces and implementations for managing service instances. |
|
runner/docker
Package docker — RUNE-121 init-step execution.
|
Package docker — RUNE-121 init-step execution. |
|
runner/docker/bridges
Package bridges enumerates Docker bridge networks so the agent's embedded DNS server can bind on each bridge gateway IP.
|
Package bridges enumerates Docker bridge networks so the agent's embedded DNS server can bind on each bridge gateway IP. |
|
runner/process
Package process — RUNE-121 init-step execution for the process runtime.
|
Package process — RUNE-121 init-step execution for the process runtime. |
|
runner/process/security
Package security provides security implementations for process runners
|
Package security provides security implementations for process runners |
|
storage/driver
Package driver defines the storage driver interface that the Rune VolumeController and node-side agent talk to.
|
Package driver defines the storage driver interface that the Rune VolumeController and node-side agent talk to. |
|
storage/driver/awsebs
Package awsebs implements the "aws-ebs" storage driver, backed by Amazon EBS (Elastic Block Store) volumes.
|
Package awsebs implements the "aws-ebs" storage driver, backed by Amazon EBS (Elastic Block Store) volumes. |
|
storage/driver/dovolume
Package dovolume implements the "do-volume" storage driver — Rune's reference cloud driver, backed by DigitalOcean Block Storage.
|
Package dovolume implements the "do-volume" storage driver — Rune's reference cloud driver, backed by DigitalOcean Block Storage. |
|
storage/driver/gcepd
Package gcepd implements the "gce-pd" storage driver, backed by Google Compute Engine Persistent Disks.
|
Package gcepd implements the "gce-pd" storage driver, backed by Google Compute Engine Persistent Disks. |
|
storage/driver/hcloudvolume
Package hcloudvolume implements the "hcloud-volume" storage driver — Rune's Hetzner Cloud Block Storage driver.
|
Package hcloudvolume implements the "hcloud-volume" storage driver — Rune's Hetzner Cloud Block Storage driver. |
|
storage/driver/local
Package local implements two storage Driver names that ship with the Rune binary:
|
Package local implements two storage Driver names that ship with the Rune binary: |
|
storage/driverparams
Package driverparams resolves secret references inside the parameter maps the controller / agent build for OpContext, so drivers receive resolved plaintext values rather than refs.
|
Package driverparams resolves secret references inside the parameter maps the controller / agent build for OpContext, so drivers receive resolved plaintext values rather than refs. |
|
storage/drivertest
Package drivertest provides a conformance test harness for storage Driver implementations.
|
Package drivertest provides a conformance test harness for storage Driver implementations. |
|
store
Package store provides a state storage interface and implementations for the Rune platform.
|
Package store provides a state storage interface and implementations for the Rune platform. |
|
store/orderedlog
Package orderedlog defines the seam between Rune's control plane and its state-mutation backend.
|
Package orderedlog defines the seam between Rune's control plane and its state-mutation backend. |
|
store/repos
Snapshot repository — namespaced CRUD over types.Snapshot.
|
Snapshot repository — namespaced CRUD over types.Snapshot. |
|
systemd
Package systemd renders the canonical runed.service systemd unit.
|
Package systemd renders the canonical runed.service systemd unit. |
|
types
Package types defines the core data structures for the Rune orchestration platform.
|
Package types defines the core data structures for the Rune orchestration platform. |
|
version
Package version provides version information for the Rune platform.
|
Package version provides version information for the Rune platform. |
|
watch
Package watch implements the gRPC WatchService that streams ordered events from the control plane's OrderedLog to subscribers.
|
Package watch implements the gRPC WatchService that streams ordered events from the control plane's OrderedLog to subscribers. |
|
test
|
|
Click to show internal directories.
Click to hide internal directories.