Date: 2026-07-09
All checks pass. The containerlab deploy is fully operational with transit underlay, fabric eBGP, tenant iBGP with route reflector, SRv6 EVPN route distribution, cross-site connectivity, and VPC isolation all working correctly.
Date: 2026-07-09
All checks pass. The containerlab deploy is fully operational with transit underlay, fabric eBGP, tenant iBGP with route reflector, SRv6 EVPN route distribution, cross-site connectivity, and VPC isolation all working correctly.
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # transfer-issue.sh — Transfer a GitHub issue across repos and organizations. | |
| # | |
| # Usage: ./transfer-issue.sh [--force-public] <source-issue-url> <dest-org/repo> | |
| # | |
| # Example: | |
| # ./transfer-issue.sh https://github.com/srcorg/srcrepo/issues/42 destorg/destrepo |
Milestone status: Overdue (due Jun 26, 2026), 10% complete, last updated Jun 24, 2026. 9 open issues, 1 closed.
| # | Issue | Assignee | Sub-tasks | Labels | Stuck Because |
|---|---|---|---|---|---|
| #682 | Launch Datum Compute | @privateip | 3/14 done | off-track | No branches or PRs. Massive scope. Sub-issues updated Jul 1 but no code. |
| #713 | Physical inventory for Milo | @ecv | 6/10 done | — | Sub-issues last updated Jun 11–17. No branches/PRs. |
| #391 | Envoy AI Gateway Enablement | @savme | — | — | No branches, PRs, project board, or sub-tasks. Oldest issue (Oct 2025). |
| #594 | Galactic VPC + Datum Compute | @privateip | 4/5 done | off-track | Sub-issues last upda |
Yes — JumpCloud can model the same identity map, though most of the cross-platform handles would live in custom attributes rather than native fields.
team.toml field |
JumpCloud equivalent |
|---|---|
name |
firstName + lastName (native) |
datum |
email (native) |
| Takes up 30G across the two GPUs: | |
| Sat May 23 16:19:22 2026 | |
| +-----------------------------------------------------------------------------------------+ | |
| | NVIDIA-SMI 595.58.03 Driver Version: 595.58.03 CUDA Version: 13.2 | | |
| +-----------------------------------------+------------------------+----------------------+ | |
| | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | |
| | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | |
| | | | MIG M. | |
| Component | Details |
|---|---|
| Host type | QEMU/KVM virtual machine |
| CPU | Intel Core (Broadwell, no TSX, IBRS) — 8 vCPUs (8 sockets × 1 core × 1 thread) |
| RAM | 31 GB total, ~10 GB available |
| GPU | Cirrus Logic GD 5446 (emulated VGA — no CUDA, no GPU inference) |
| # AirVPN WireGuard values — populated by wg-to-env.scm | |
| AIRVPN_PRIVATE_KEY= | |
| AIRVPN_TUNNEL_IPV4= | |
| AIRVPN_TUNNEL_IPV6= | |
| AIRVPN_MTU=1320 | |
| AIRVPN_SERVER_PUBKEY= | |
| AIRVPN_PRESHARED_KEY= | |
| AIRVPN_ENDPOINT_IP= | |
| AIRVPN_ENDPOINT_PORT= | |
| AIRVPN_KEEPALIVE=15 |
| Repo | PR | Title | Author |
|---|---|---|---|
| datum-cloud/engineering | #259 | ops: add on-call log issue template | drewr |
| datum-cloud/enhancements | #712 | feat: Galatic VPC underlay network requirements | privateip |
| datum-cloud/engineering | #254 | Ops Review: Weekly traffic report 2026-05-04 | drewr |
| datum-cloud/datum | #222 | chore(deps): update dependency golangci/golangci-lint to v2.12.2 | renovate[bot] |
| datum-cloud/engineering | #251 | docs: support process and knowledge base | drewr |
| datum-cloud/infra | #2271 | feat: add us-central-2 (Chicago / ORD) edge cluster overlay | aflor024 |
| # Datum Cloud Infrastructure Service Catalog | |
| > Generated 2026-04-10 from live Kubernetes clusters (prod + staging). | |
| > Covers all Deployments, StatefulSets, and DaemonSets across both environments. | |
| --- | |
| ## API Server Inventory | |
| ### Aggregated API Servers in the Host GKE Cluster |
Research question: Are there Kubernetes-native projects analogous to Ze (a Linux-host-level Network OS with native BGP) that "turn a cluster into a network device" using operators and CRDs?
Short answer: Yes, but exact analogs are rare. Most projects use Kubernetes as a deployment platform for network functions rather than making the cluster itself a network device.