Skip to content

Instantly share code, notes, and snippets.

View drewr's full-sized avatar
👋
hacking on datum.net

Drew Raines drewr

👋
hacking on datum.net
View GitHub Profile
@drewr
drewr / verification-2026-07-09.md
Created July 9, 2026 23:30
Galactic containerlab deployment verification

Galactic ContainerLab Deployment Verification

Date: 2026-07-09

Summary

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.

Verification Results

@drewr
drewr / transfer-issue.sh
Last active July 9, 2026 01:46
Transfer GitHub issues across repos and orgs
#!/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 10: "June 2026 - Katherine" — Issue Summary

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
@drewr
drewr / team.toml-to-jumpcloud.md
Created June 27, 2026 17:15
Mapping team.toml identity fields to JumpCloud

Mapping team.toml identity fields to JumpCloud

Yes — JumpCloud can model the same identity map, though most of the cross-platform handles would live in custom attributes rather than native fields.

Field mapping

team.toml field JumpCloud equivalent
name firstName + lastName (native)
datum email (native)
@drewr
drewr / ZZZnvidia-smi.txt
Last active May 29, 2026 02:40
llama-server hosted qwen3.6-35b-a3b with pi.dev config
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. |
@drewr
drewr / llm-benchmark.md
Last active May 10, 2026 03:57
LLM Inference Benchmark: CPU-only VM vs H100 — Ollama on Ubuntu 24.04

LLM Inference Benchmark: CPU-only VM vs NVIDIA H100

Current Hardware

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)
@drewr
drewr / .env.example
Last active May 9, 2026 18:58
AirVPN IPv6 via WireGuard on MikroTik
# 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
@drewr
drewr / slindseysr-pending-reviews.md
Last active May 8, 2026 16:03
Open PRs awaiting review from @slindseysr across datum-cloud

PRs awaiting review from @slindseysr

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
@drewr
drewr / gist:c4b1e02e1a27d21fd903037900242368
Created April 10, 2026 18:55
Datum Cloud Infrastructure Service Catalog & API Server Inventory (2026-04-10)
# 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
@drewr
drewr / k8s-native-network-device-projects.md
Last active April 12, 2026 00:52
Kubernetes-native network device projects (Ze research)

Kubernetes-Native Network Device Projects

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.


Closest Analogs to Ze