Julian Wiley

Blog

Technical writing on data engineering, MLOps, agentic AI, and the homelab Kubernetes platform that hosts most of these projects. (101 posts)
May 14, 2026
CyberSec Dashboard

Deploying CyberSec Dashboard with Kubernetes and Observability

How cybersec_dashboard packages API and UI deployment with Kubernetes manifests, ServiceMonitor integration, and OTEL/Loki-ready telemetry.
CyberSec Dashboard
Kubernetes
Prometheus
OpenTelemetry
Deployment
Read post
May 13, 2026
CyberSec Dashboard

Real-Time Event Bridge: FastAPI to Next.js via WebSockets

How cybersec_dashboard uses a WebSocket event bridge to stream runtime status from the async engine to the Next.js operations dashboard.
CyberSec Dashboard
WebSockets
FastAPI
Next.js
Realtime
Read post
May 12, 2026
CyberSec Dashboard

LoRA and QLoRA for Security Model Tuning

How cybersec_dashboard frames parameter-efficient training for security workloads and where LoRA or QLoRA fit in resource-constrained environments.
CyberSec Dashboard
LoRA
QLoRA
Fine-Tuning
Transformers
Read post
May 11, 2026
CyberSec Dashboard

Batched Inference and Cache Patterns for Security Telemetry

How the inference pipeline in cybersec_dashboard balances throughput and responsiveness with batching and TTL cache controls.
CyberSec Dashboard
Inference
Caching
Performance
ML Ops
Read post
May 10, 2026
CyberSec Dashboard

Traffic Tokenization for Security ML

How cybersec_dashboard tokenizes packet data into model-ready representations and why this design matters for transformer-based traffic analysis.
CyberSec Dashboard
Machine Learning
Transformers
Network Security
Tokenization
Read post
May 9, 2026
CyberSec Dashboard

Analyzer Layer Correlation in CyberSec Dashboard

How analyzer modules in cybersec_dashboard combine heuristic, signature, and ML-oriented signals into actionable security events.
CyberSec Dashboard
Threat Detection
Anomaly Detection
YARA
Threat Intel
Read post
May 8, 2026
CyberSec Dashboard

Collector Layer Design in CyberSec Dashboard

A practical look at how network, memory, logs, registry, and process collectors are structured and coordinated in cybersec_dashboard.
CyberSec Dashboard
Collectors
Scapy
Forensics
Python
Read post
May 7, 2026
CyberSec Dashboard

Inside the Planner-Worker Engine of CyberSec Dashboard

How the core planner-worker-pipeline architecture in cybersec_dashboard enables async security analysis across diverse telemetry streams.
CyberSec Dashboard
Python
Architecture
Async
Security Analytics
Read post
May 6, 2026
RPi Kubernetes

Management Control Panel: RBAC, API Surface, and Telemetry

How the management backend and frontend in rpi_kubernetes evolved into an operational control plane with explicit RBAC and observability wiring.
RPi Kubernetes
FastAPI
Next.js
RBAC
OpenTelemetry
Read post
May 5, 2026
RPi Kubernetes

Grafana Port 3000 Conflict: Incident and Fix Pattern

A postmortem-style walkthrough of the Grafana port 3000 conflict in rpi_kubernetes and the scripted recovery path.
RPi Kubernetes
Grafana
Troubleshooting
Operations
SRE
Read post
May 4, 2026
RPi Kubernetes

mDNS Cluster Discovery and Auto-Recovery in rpi_kubernetes

How mDNS, health monitoring, and k3s agent recovery scripts reduced cluster fragility in the Raspberry Pi environment.
RPi Kubernetes
mDNS
Avahi
Automation
Reliability
Read post
May 3, 2026
RPi Kubernetes

CDC Sync on k3s: Watermarks, Deltas, and Replay Windows

How the CDC sync workflow in rpi_kubernetes handles incremental extraction and what to harden for reliable long-running operation.
RPi Kubernetes
CDC
Data Pipeline
PostgreSQL
Argo Workflows
Read post
May 2, 2026
RPi Kubernetes

Vector Sync Recipe: Dual-Writing to Milvus and ChromaDB

How the vector sync pipeline in rpi_kubernetes coordinates chunking, embedding, and dual vector-store writes with audit logging.
RPi Kubernetes
Milvus
ChromaDB
Vector Search
Argo Workflows
Read post
May 1, 2026
Julian Wiley Portal

The portal content system became part of the product

How the website grew from portfolio pages into a long-form documentation and notes surface.
Julian Wiley Portal
Systems Design
Local First
Development Timeline
Read post
May 1, 2026
RPi Kubernetes

Pipeline Recipe 3: Hybrid Dagster to Argo Heavy Transform

How rpi_kubernetes uses Dagster for control and lineage while delegating heavyweight transforms to Argo WorkflowTemplates.
RPi Kubernetes
Dagster
Argo Workflows
MLOps
Data Pipeline
Read post
Apr 30, 2026
RPi Kubernetes

Pipeline Recipe 1: Raw Ingest to MinIO with Argo

How the raw ingest workflow template in rpi_kubernetes moves source data into immutable MinIO paths for downstream processing.
RPi Kubernetes
Argo Workflows
MinIO
Data Pipeline
Ingestion
Read post
Apr 29, 2026
RPi Kubernetes

Argo Workflows vs Argo Events: CRD Discovery Lessons

A practical debugging guide from rpi_kubernetes on why Argo Workflows can surface missing Argo Events CRDs and how to fix it cleanly.
RPi Kubernetes
Argo Workflows
Argo Events
Kubernetes
MLOps
Read post
Apr 28, 2026
Agentic Assistants

Template assets for repeatable assistants

How templates make assistant deployment repeatable across projects.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 28, 2026
RPi Kubernetes

Running Dagster on a Homelab k3s Cluster

A practical deployment story for Dagster in rpi_kubernetes using Helm values, secrets, user-code images, and OTEL hooks.
RPi Kubernetes
Dagster
k3s
MLOps
Orchestration
Read post
Apr 27, 2026
RPi Kubernetes

Deploying RAGFlow in the RPi Kubernetes Platform

What changed when RAGFlow was added to rpi_kubernetes and how it fits into the existing Postgres, MinIO, Redis, and search stack.
RPi Kubernetes
RAGFlow
RAG
Kubernetes
Homelab AI
Read post
Apr 26, 2026
RPi Kubernetes

DataHub, Iceberg, and Metadata Bridge Jobs on a Homelab Cluster

How DataHub integration in rpi_kubernetes evolved with ingestion cronjobs, bridge configmaps, and Iceberg-oriented governance patterns.
RPi Kubernetes
DataHub
Iceberg
Metadata
Data Engineering
Read post
Apr 25, 2026
Agentic Assistants

Training and alignment in local workflows

How LoRA, QLoRA, RLHF, and DPO fit into the assistant project as optional capability.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 25, 2026
RPi Kubernetes

Mapping the 2026 RPi Kubernetes Service Expansion

How the root kustomization in rpi_kubernetes evolved into a full multi-service platform spanning data, MLOps, and observability.
RPi Kubernetes
Kustomize
Homelab
MLOps
Infrastructure
Read post
Apr 24, 2026
Agentic Assistants

Evaluating Nemotron Fine-Tunes with HumanEval and MBPP

How the Nemotron coding assistant workflow evaluates local fine-tunes with practical coding benchmarks and code-quality metrics.
Agentic Assistants
Nemotron
Evaluation
HumanEval
MBPP
Read post
Apr 23, 2026
Agentic Assistants

Nemotron Training Config Playbook

A practical walkthrough of the Nemotron coding assistant configuration and how to tune dataset, method, and serving settings for local training.
Agentic Assistants
Nemotron
Fine-Tuning
QLoRA
Configuration
Read post
Apr 22, 2026
Agentic Assistants

Docusaurus docs and the Next control panel

Why the assistant project keeps documentation and operations in separate frontends.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 22, 2026
Agentic Assistants

Dagster in the WebUI: Dashboard, Develop, and Jobs

How the Agentic Assistants control panel exposes Dagster through dedicated routes for status, code iteration, and job operations.
Agentic Assistants
Dagster
WebUI
Developer Experience
MLOps
Read post
Apr 21, 2026
Agentic Assistants

Dagster API Fallbacks: Surviving Partial Availability

A closer look at how the Dagster API in Agentic Assistants handles local import gaps and external GraphQL fallback paths.
Agentic Assistants
Dagster
FastAPI
GraphQL
Reliability
Read post
Apr 20, 2026
Agentic Assistants

Dagster as a Control Plane Inside Agentic Assistants

How Dagster was integrated as an orchestration control plane across API, adapters, runners, and the WebUI in Agentic Assistants.
Agentic Assistants
Dagster
Orchestration
MLOps
FastAPI
Read post
Apr 19, 2026
Agentic Assistants

Observability for assistant runs

Why traces, MLflow, and run metadata belong in local assistant workflows.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 19, 2026
Agentic Assistants

Architecture Node Types, Defaults, and Validation Warnings

How typed node definitions and property panel warnings keep visual model design safer in the Agentic Assistants architecture builder.
Agentic Assistants
TypeScript
Validation
Neural Networks
UX
Read post
Apr 18, 2026
Agentic Assistants

From Graph to Model Class: Architecture API and Code Export

How the architecture API in Agentic Assistants stores graph definitions and exports runnable PyTorch or TensorFlow model skeletons.
Agentic Assistants
FastAPI
PyTorch
TensorFlow
Code Generation
Read post
Apr 17, 2026
Agentic Assistants

Designing a Drag-and-Drop Neural Builder with React Flow

A deep dive into the architecture canvas implementation in Agentic Assistants and how drag-and-drop model composition was wired in the WebUI.
Agentic Assistants
React Flow
Neural Networks
WebUI
TypeScript
Read post
Apr 16, 2026
Agentic Assistants

Removing Langflow from Extras: A Dependency Conflict Postmortem

What we learned from removing Langflow from optional extras due to cachetools conflicts with MLflow and how to handle similar packaging tradeoffs.
Agentic Assistants
Python
Dependencies
MLflow
Packaging
Read post
Apr 16, 2026
Agentic Assistants

The notebook curriculum for local AI

How numbered notebooks turn a broad assistant framework into a learning path.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 15, 2026
Agentic Assistants

WebUI Package Upgrades: Why Next.js 16 and React Flow Matter

A practical look at the WebUI dependency updates in Agentic Assistants and how they unlocked richer model and pipeline interactions.
Agentic Assistants
Next.js
React
WebUI
Dependencies
Read post
Apr 14, 2026
Agentic Assistants

Poetry Extras as Architecture Boundaries

Why the extras layout in pyproject.toml became an architectural tool, not just a packaging convenience, in Agentic Assistants.
Agentic Assistants
Poetry
Architecture
Python
Dependencies
Read post
Apr 13, 2026
Agentic Assistants

Starter projects as onramps

Why the assistant framework ships starters for RAG, memory, repo intelligence, and augmentation.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 13, 2026
Agentic Assistants

RAG Eval Playground: Building a Real Evaluation Loop Locally

How to use the RAG Eval Playground starter to move from anecdotal prompting to measurable retrieval and answer quality.
Agentic Assistants
RAG
Evaluation
Local AI
Quality
Read post
Apr 12, 2026
Agentic Assistants

Repo Intel Hub: Turning Source Repositories into a Retrieval Dataset

How the Repo Intel Hub starter operationalizes repository ingestion for local retrieval workflows with repeatable config and scheduling patterns.
Agentic Assistants
RAG
Code Search
Ingestion
Starters
Read post
Apr 11, 2026
Agentic Assistants

Choosing the Right Starter Project in a Local-First Stack

A practical guide to selecting the right Agentic Assistants starter based on latency, memory, retrieval quality, and operational complexity.
Agentic Assistants
RAG
Starters
Local AI
Architecture
Read post
Apr 10, 2026
Agentic Assistants

The framework assistant modes

How coding helper, framework guide, and meta analyzer modes serve different jobs.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 10, 2026
Agentic Assistants

Installing Only What You Need: Extras Strategy for the Examples Library

How the Agentic Assistants examples library uses Poetry extras to keep installs lightweight while still supporting a broad set of workflows.
Agentic Assistants
Poetry
Dependencies
Python
Examples
Read post
Apr 9, 2026
Agentic Assistants

How I Structured the 42-Topic Examples Library

Design decisions behind the Agentic Assistants examples library and why the 42-topic layout scales better than a single giant demo.
Agentic Assistants
Examples
Python
MLOps
Education
Read post
Apr 7, 2026
Agentic Assistants

Drive discovery to Iceberg

How local file discovery becomes cataloged data instead of a one-off scan.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 4, 2026
Agentic Assistants

Pipelines without Spark

How Kedro-style pipelines keep assistant data processing understandable.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Apr 1, 2026
Agentic Assistants

LanceDB, Chroma, and storage choices

How the assistant framework thinks about vector stores and local metadata.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Mar 29, 2026
Agentic Assistants

From folder to answer

How repository indexing turns local files into assistant context.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Mar 26, 2026
Agentic Assistants

FastAPI, WebSockets, and the MCP bridge

How the assistant server exposes chat, search, sessions, and tool-like integration.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Mar 23, 2026
Agentic Assistants

The CLI is a product surface

How the agentic CLI became the reliable entry point for config, indexing, discovery, and templates.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Mar 20, 2026
Agentic Assistants

A local-first assistant framework

Why Agentic Assistants centers local models, local indexes, and private context.
Agentic Assistants
Systems Design
Local First
Development Timeline
Read post
Mar 17, 2026
Agentic Quant Platform

Paper trading needs a risk loop

Why paper sessions share broker, data, queue, strategy, and risk concepts with live trading.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Mar 14, 2026
Agentic Quant Platform

Inspiration rehydration as engineering discipline

How external open-source ideas are adapted into platform-native assets.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Mar 11, 2026
Agentic Quant Platform

The web UI as a research control plane

How the Next.js UI organizes agents, RAG, data, ML, bots, and streaming into workflows.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Mar 8, 2026
Agentic Quant Platform

Progress events are part of user trust

How task progress shapes the usability of long-running research workflows.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Mar 5, 2026
Agentic Quant Platform

Streaming admin for market data

Why Kafka, Flink, producers, and links need a management layer.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Mar 5, 2026
RPi Kubernetes

Model Serving on the Edge with BentoML and Yatai

Deploying ML models as production-ready API endpoints on a Raspberry Pi cluster using BentoML for packaging and Yatai for lifecycle management.
BentoML
Yatai
Model Serving
MLOps
Edge Computing
Read post
Mar 2, 2026
Agentic Quant Platform

The alpha backtest experiment loop

How model training, deployment, and backtesting become one experiment.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 27, 2026
Agentic Quant Platform

Regulatory data as third-order context

Why CFPB, FDA, and USPTO corpora belong in a quant research platform.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 26, 2026
RPi Kubernetes

Cross-Platform Cluster Bootstrap with Ansible and PowerShell

Automating Raspberry Pi cluster provisioning with Ansible playbooks, shell scripts, and PowerShell -- bridging Linux nodes and Windows workstations.
Ansible
PowerShell
Automation
DevOps
Infrastructure
Read post
Feb 24, 2026
Agentic Quant Platform

Hierarchical RAG for alpha research

How first-, second-, and third-order corpora shape the platform's retrieval design.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 24, 2026
Agentic Assistants

From Docker Compose to Kubernetes: Deploying Agentic Workloads

The journey from local Docker Compose development to production Kubernetes deployment for the Agentic Assistants framework.
Docker
Kubernetes
DevOps
Deployment
Kustomize
Read post
Feb 21, 2026
Agentic Assistants

MLOps with MLFlow and OpenTelemetry

Implementing experiment tracking, model registry, and distributed tracing for ML workloads using MLFlow and OpenTelemetry.
MLFlow
OpenTelemetry
MLOps
Observability
Monitoring
Read post
Feb 21, 2026
Agentic Quant Platform

The bot became the smallest deployable unit

How TradingBot and ResearchBot tie together strategies, engines, ML, agents, RAG, and deployment.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 19, 2026
RPi Kubernetes

Building a Cluster Management Dashboard with FastAPI and Next.js

Designing and building a web-based control panel for monitoring and managing a Raspberry Pi Kubernetes cluster.
FastAPI
Next.js
Dashboard
Kubernetes
React
Read post
Feb 18, 2026
Agentic Quant Platform

Why agents do not call models directly

The operational reason for routing spec-driven agents through AgentRuntime.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 17, 2026
Agentic Assistants

Building a Local RAG Coding Assistant with mem0

A deep dive into the local coding assistant example -- RAG over codebases, episodic memory with mem0, and Redis solution caching.
RAG
Coding Assistant
Vector Database
mem0
Redis
Read post
Feb 15, 2026
Agentic Quant Platform

A backtest engine zoo needs a common contract

How multiple backtest engines can coexist without leaking into every caller.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 14, 2026
Projects

Project Write-Up: [Project Name]

A detailed write-up of the [Project Name] project -- architecture, implementation, and lessons learned.
Project
Machine Learning
Read post
Feb 14, 2026
Technical

Technical Deep-Dive: [Topic Name]

A detailed technical walkthrough of [topic]. Replace this with your actual description.
Machine Learning
Python
Read post
Feb 14, 2026
General

Welcome to My Blog

An introduction to my technical blog -- who I am, what I work on, and what you can expect to find here.
Introduction
Data Science
Machine Learning
Read post
Feb 12, 2026
Agentic Quant Platform

The strategy factory pattern paid off

Why strategies, models, and engines use class/module/kwargs configuration.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 12, 2026
RPi Kubernetes

Observability on Kubernetes: OpenTelemetry, Jaeger, and Loki

Building a full observability stack on a Raspberry Pi Kubernetes cluster with OpenTelemetry Collector, Jaeger, VictoriaMetrics, and Loki.
OpenTelemetry
Jaeger
Loki
Prometheus
Observability
Read post
Feb 10, 2026
Agentic Assistants

Building a Cybersecurity Hub with AI Agents

How the Agentic Assistants cybersecurity example uses AI agents for red/blue team operations, vulnerability scanning, and log analysis.
Cybersecurity
AI Agents
Security
Automation
Python
Read post
Feb 9, 2026
Agentic Quant Platform

Iceberg and DuckDB in the research plane

Why the platform separates table storage from local analytical execution.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 7, 2026
Agentic Assistants

Data Pipelines with Kedro-Style DAGs and Dagster

Building reproducible data pipelines using Kedro-inspired catalog patterns, orchestrated with Dagster and Prefect.
Dagster
Prefect
Pipelines
Data Engineering
MLOps
Read post
Feb 6, 2026
Agentic Quant Platform

The FastAPI, Celery, and ledger loop

How API requests become durable quant platform work.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Feb 5, 2026
RPi Kubernetes

Vector Databases on the Edge: ChromaDB vs Milvus

Comparing ChromaDB and Milvus for vector search on resource-constrained Raspberry Pi 5 nodes -- when to use each and how to deploy them.
Vector Database
ChromaDB
Milvus
RAG
Embeddings
Read post
Feb 3, 2026
Agentic Quant Platform

Why the quant platform is local-first

The privacy and iteration reasons behind keeping data, alpha research, and agent runs local.
Agentic Quant Platform
Systems Design
Local First
Development Timeline
Read post
Jan 31, 2026
Agentic Assistants

RLHF and DPO: Aligning LLMs with Human Preferences

How Agentic Assistants implements reinforcement learning from human feedback using TRL, with support for DPO, PPO, ORPO, and KTO.
RLHF
DPO
Alignment
LLM
Reinforcement Learning
Read post
Jan 31, 2026
RPi Kubernetes

FinOps labels in a personal cluster

Why cost and ownership labels still matter on a home Kubernetes platform.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 28, 2026
RPi Kubernetes

Running an ML Platform on ARM: MLFlow, Dask, and Ray

Setting up MLFlow for experiment tracking, Dask for distributed data processing, and Ray for distributed compute on a Raspberry Pi 5 cluster.
MLFlow
Dask
Ray
ARM64
Distributed Computing
Read post
Jan 27, 2026
RPi Kubernetes

Suspended jobs are operational signal

Why paused CronJobs and bootstrap jobs belong in the deployment story.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 24, 2026
Agentic Assistants

Custom LLM Training: LoRA, QLoRA, and Llama Factory

A practical walkthrough of fine-tuning LLMs locally using LoRA, QLoRA, and Llama Factory within the Agentic Assistants framework.
LLM
Fine-Tuning
LoRA
QLoRA
Training
Read post
Jan 23, 2026
RPi Kubernetes

RAGFlow and the document store on home infrastructure

How document workflows fit beside the Kubernetes and data services.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 21, 2026
RPi Kubernetes

Automated Node Discovery with mDNS and Avahi

How to use mDNS/Avahi for zero-configuration node discovery in a Raspberry Pi Kubernetes cluster -- no static IPs required.
mDNS
Avahi
Networking
Raspberry Pi
Automation
Read post
Jan 20, 2026
RPi Kubernetes

Observability without cloud bills

Building a useful observability stack with Prometheus, Grafana, Loki, Vector, Jaeger, and OpenTelemetry.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 17, 2026
Agentic Assistants

Multi-Agent Orchestration with CrewAI and LangGraph

How Agentic Assistants uses the adapter pattern to support CrewAI and LangGraph as interchangeable multi-agent backends.
CrewAI
LangGraph
Multi-Agent
AI
Python
Read post
Jan 15, 2026
RPi Kubernetes

From market-data script to Alpha Vantage producer

How the Alpha Vantage integration grew from a script into a cluster workload.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 14, 2026
RPi Kubernetes

Building a Raspberry Pi 5 Kubernetes Cluster

A complete guide to building a 4-node Raspberry Pi 5 Kubernetes cluster with k3s and an Ubuntu desktop as a hybrid control plane.
Raspberry Pi
Kubernetes
k3s
Homelab
ARM64
Read post
Jan 10, 2026
RPi Kubernetes

The management API as an operator notebook

Why the cluster management API became a thin operational layer over Kubernetes services.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 10, 2026
Agentic Assistants

Building Agentic Assistants: A Local-First AI Framework

An overview of the Agentic Assistants framework -- a local-first platform for multi-agent AI, custom LLM training, and MLOps.
AI
Multi-Agent
LLM
Framework
Python
Read post
Jan 6, 2026
RPi Kubernetes

DataHub, Airbyte, Polaris, and the small-cluster catalog

How catalog, ingestion, and Iceberg-facing services fit into the homelab.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Jan 3, 2026
RPi Kubernetes

Flink jobs, Python experiments, and Java packages

How PyFlink and Java TA-Lib jobs fit different parts of the streaming workflow.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 29, 2025
RPi Kubernetes

Kafka on small hardware

What Strimzi and Kafka teach on constrained ARM workers.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 24, 2025
RPi Kubernetes

Choosing Redis Stack for vectors and cache

Why Redis Stack became the cache, vector, and document-adjacent primitive in the cluster.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 20, 2025
RPi Kubernetes

Putting the portal behind Cloudflare Tunnel

The production edge design for julianwiley.com on the homelab cluster.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 16, 2025
RPi Kubernetes

The Kustomize service map

How the root kustomization became the map of the homelab platform.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 12, 2025
RPi Kubernetes

mDNS discovery was a platform feature

The practical role of mDNS and node discovery in a home Kubernetes cluster.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 9, 2025
RPi Kubernetes

Designing the hybrid control plane

Why the cluster uses an Ubuntu desktop control plane with Raspberry Pi 5 workers.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post
Dec 6, 2025
RPi Kubernetes

When the homelab became a platform

How the Raspberry Pi cluster shifted from a k3s experiment into a small data and ML platform.
RPi Kubernetes
Systems Design
Local First
Development Timeline
Read post