## Summary - Split k8s migration plan into phases folder for easier navigation - Added `tag:k8s` to Pulumi ACLs for Kubernetes workloads - Phase 1 work in progress ## Phase 1 Goals - Tailscale Kubernetes Operator - CloudNativePG Operator - PostgreSQL cluster for future app migrations ## Deployment and Testing - [ ] Review Phase 1 plan - [ ] `mise run tailnet-preview` to verify ACL changes - [ ] `mise run tailnet-up` to apply ACL changes - [ ] Create Tailscale OAuth client (manual) - [ ] Deploy operators and PostgreSQL cluster 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.tail8d86e.ts.net/eblume/blumeops/pulls/29
37 lines
493 B
Markdown
37 lines
493 B
Markdown
# Phase 5: devpi Migration
|
|
|
|
**Goal**: Migrate devpi to k8s
|
|
|
|
**Status**: Pending
|
|
|
|
**Prerequisites**: [Phase 4](P4_miniflux.md) complete
|
|
|
|
---
|
|
|
|
## Steps
|
|
|
|
### 1. Build devpi container
|
|
|
|
- Dockerfile with devpi-server + devpi-web
|
|
- Push to local Zot registry
|
|
|
|
---
|
|
|
|
### 2. Deploy as StatefulSet
|
|
|
|
- PVC for data (50Gi)
|
|
- Migrate existing data (excluding PyPI cache)
|
|
|
|
---
|
|
|
|
### 3. Configure Tailscale LoadBalancer
|
|
|
|
Tag: `svc:pypi`
|
|
|
|
---
|
|
|
|
### 4. Update pip.conf on gilbert
|
|
|
|
---
|
|
|
|
### 5. Stop mcquack devpi
|