docs: complete railiance01 production cutover
This commit is contained in:
parent
f302d90638
commit
c13834e365
3 changed files with 94 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Core Hub railiance01 production cutover — 2026-08-21
|
||||
|
||||
Status: in progress; waiting for the operator-owned IONOS DNS edit.
|
||||
Status: production cutover complete; stabilization in progress.
|
||||
|
||||
## Approved boundary
|
||||
|
||||
|
|
@ -39,21 +39,73 @@ stabilization gate.
|
|||
- The railiance01 Deployment is Ready. The hardened package verifier passes.
|
||||
- Direct target resolution returns health/readiness 200, protected hubs 401
|
||||
without authentication, and 200 with the governed token.
|
||||
- The Ingress is present at `92.205.62.239`. Certificate issuance is pending
|
||||
because the IONOS A record still resolves the HTTP-01 challenge to the
|
||||
source host.
|
||||
- The Ingress is present at `92.205.62.239`.
|
||||
|
||||
## DNS, TLS and public verification
|
||||
|
||||
- The operator changed the IONOS A record for `hub.coulomb.social` from
|
||||
`92.205.130.254` to `92.205.62.239`. All four authoritative IONOS name
|
||||
servers returned the target, as did Google and Quad9. Cloudflare still held
|
||||
the source address under the previously observed 3600-second TTL at the
|
||||
completion check; source therefore remains available but read-only while
|
||||
residual caches drain.
|
||||
- The namespace-wide default-deny policy initially denied Traefik access to
|
||||
cert-manager's solver. A temporary NetworkPolicy selected only
|
||||
`acme.cert-manager.io/http01-solver=true`, allowed only kube-system ingress
|
||||
on TCP 8089, and was removed after issuance. Because Cloudflare was still
|
||||
cached, a temporary CoulombCore Ingress forwarded only
|
||||
`/.well-known/acme-challenge/` to the target solver; it too was removed after
|
||||
issuance. No application route or write policy was opened.
|
||||
- Certificate `core-hub-tls` is Ready. The Let's Encrypt certificate has SAN
|
||||
`hub.coulomb.social`, verifies successfully, and is valid from
|
||||
2026-08-20 22:41:02 UTC through 2026-11-18 22:41:01 UTC.
|
||||
- Target-forced HTTPS checks returned 200 for `/healthz`, `/readyz`,
|
||||
`/api/v2/widget-types`, `/api/v2/event-types`,
|
||||
`/api/v2/annotation-categories`, and `/api/v2/policy-scopes`.
|
||||
`/api/v2/hubs` and `/console` returned 401 without authentication.
|
||||
- Governed-token checks against the target returned 200 for hubs and the HTML
|
||||
operator console. The first post-cutover interaction-event write returned
|
||||
201, then listed back successfully as
|
||||
`e56bca14-51f8-4a73-bdab-f660e360fb14`; the event contains only cutover
|
||||
metadata and references a migrated widget.
|
||||
- The ops-hub `interhub-gate` probe passed from railiance01: protected hubs
|
||||
returned 401 and all required OpenAPI paths were present. The deployed
|
||||
activity-core `core-hub` resolver passed health, readiness, protected hubs,
|
||||
widget-types status, and the minimum catalog count of 26 through the public
|
||||
production hostname.
|
||||
- Inspection found no active ops-bridge tunnel in the public request path.
|
||||
Public traffic moves by the direct IONOS A record. The workstation's obsolete
|
||||
`core-hub-staging-coulombcore` tunnel remains a T05 cleanup item.
|
||||
|
||||
## Stabilization entry snapshot
|
||||
|
||||
- Cloudflare (`1.1.1.1`, `1.0.0.1`), Google (`8.8.8.8`), Quad9 (`9.9.9.9`)
|
||||
and the workstation resolver now all return `92.205.62.239` with TTL 3600.
|
||||
A normal, non-forced HTTPS health request reaches that address with status
|
||||
200 and successful certificate verification.
|
||||
- Package chart `0.3.2` was deployed as Helm revision 4 after 10 tests, Helm
|
||||
lint, deterministic render and server dry-run passed. Its permanent
|
||||
`core-hub-acme-http01` NetworkPolicy selects only cert-manager's solver label
|
||||
and permits only kube-system ingress on TCP 8089. The hardened live verifier
|
||||
and external TLS health check pass after rollout.
|
||||
- Certificate `core-hub-tls` remains Ready through
|
||||
2026-11-18T22:41:01Z. CoulombCore's Deployment remains Ready as the rollback
|
||||
runtime, and the `core_hub` database setting was reverified as
|
||||
`default_transaction_read_only=on`.
|
||||
|
||||
## Current rollback
|
||||
|
||||
Before the DNS edit, rollback is:
|
||||
After the DNS edit, rollback is:
|
||||
|
||||
1. Roll railiance01 Helm release `core-hub` back from revision 3 to revision 2
|
||||
to remove the target Ingress.
|
||||
1. Restore the IONOS A record to `92.205.130.254` and verify authoritative plus
|
||||
recursive resolution before enabling source writes.
|
||||
2. On CoulombCore, reset database `core_hub`'s
|
||||
`default_transaction_read_only` setting and restart Deployment
|
||||
`core-hub-api` so the application reconnects writable.
|
||||
3. Verify public health, readiness and an authenticated protected operation.
|
||||
4. Only after source service is restored, roll railiance01 Helm release
|
||||
`core-hub` back to the last private revision to remove target Ingress.
|
||||
|
||||
After DNS changes, restore `hub.coulomb.social` to `92.205.130.254` before
|
||||
reenabling source writes. Never allow both databases to accept production
|
||||
writes.
|
||||
Never allow both databases to accept production writes. During stabilization,
|
||||
CoulombCore remains intact with database-default read-only mode and
|
||||
railiance01 is the sole writer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue