59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
|
|
---
|
||
|
|
id: ACTIVITY-WP-0005
|
||
|
|
type: workplan
|
||
|
|
title: "Railiance01 production service"
|
||
|
|
domain: custodian
|
||
|
|
repo: activity-core
|
||
|
|
status: finished
|
||
|
|
owner: codex
|
||
|
|
topic_slug: custodian
|
||
|
|
created: "2026-05-22"
|
||
|
|
updated: "2026-05-22"
|
||
|
|
---
|
||
|
|
|
||
|
|
# ACTIVITY-WP-0005 - Railiance01 Production Service
|
||
|
|
|
||
|
|
## Review Railiance Runtime
|
||
|
|
|
||
|
|
```task
|
||
|
|
id: ACTIVITY-WP-0005-T01
|
||
|
|
status: done
|
||
|
|
priority: high
|
||
|
|
```
|
||
|
|
|
||
|
|
Confirm railiance01 access, operating system, container runtime, and cluster
|
||
|
|
shape before selecting the production deployment path.
|
||
|
|
|
||
|
|
## Add Kubernetes Deployment Bundle
|
||
|
|
|
||
|
|
```task
|
||
|
|
id: ACTIVITY-WP-0005-T02
|
||
|
|
status: done
|
||
|
|
priority: high
|
||
|
|
```
|
||
|
|
|
||
|
|
Create a K3s-native deployment bundle for activity-core, including infrastructure,
|
||
|
|
runtime jobs, API, worker, event router, and generated Kubernetes secrets.
|
||
|
|
|
||
|
|
## Build And Import Production Image
|
||
|
|
|
||
|
|
```task
|
||
|
|
id: ACTIVITY-WP-0005-T03
|
||
|
|
status: done
|
||
|
|
priority: high
|
||
|
|
```
|
||
|
|
|
||
|
|
Build the production image locally, transfer it to railiance01, and import it
|
||
|
|
into the K3s containerd image store.
|
||
|
|
|
||
|
|
## Apply And Verify Service
|
||
|
|
|
||
|
|
```task
|
||
|
|
id: ACTIVITY-WP-0005-T04
|
||
|
|
status: done
|
||
|
|
priority: high
|
||
|
|
```
|
||
|
|
|
||
|
|
Apply the manifests on railiance01, run migrations and sync jobs, then verify
|
||
|
|
the API health endpoint and core pods.
|