Update STATUS.md: MCNS deployed to rift in production

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 22:08:50 -07:00
parent fdc2d0b282
commit 4ec9af0c4d

View File

@@ -7,8 +7,8 @@ Last updated: 2026-03-26
One node operational (**rift**), running core infrastructure services as One node operational (**rift**), running core infrastructure services as
containers fronted by MC-Proxy. MCIAS runs separately (not on rift). containers fronted by MC-Proxy. MCIAS runs separately (not on rift).
Bootstrap phases 04 complete (MCIAS, Metacrypt, MC-Proxy, MCR all Bootstrap phases 04 complete (MCIAS, Metacrypt, MC-Proxy, MCR all
operational). MCP is deployed and managing all platform containers. Full MCNS is not operational). MCP is deployed and managing all platform containers. MCNS is
yet built. deployed on rift, serving authoritative DNS.
## Service Status ## Service Status
@@ -20,7 +20,7 @@ yet built.
| MCR | v1.0.0 | Production | Yes | rift | | MCR | v1.0.0 | Production | Yes | rift |
| MCAT | v1.0.0 | Complete | Unknown | — | | MCAT | v1.0.0 | Complete | Unknown | — |
| MCDSL | v1.0.0 | Stable | N/A (library) | — | | MCDSL | v1.0.0 | Stable | N/A (library) | — |
| MCNS | v1.0.0 | Built, pending deploy | No | rift (planned) | | MCNS | v1.0.0 | Production | Yes | rift |
| MCP | v0.1.0 | Production | Yes | rift | | MCP | v0.1.0 | Production | Yes | rift |
| MCDeploy | v0.1.0 | Active dev | N/A (CLI tool) | — | | MCDeploy | v0.1.0 | Active dev | N/A (CLI tool) | — |
@@ -97,14 +97,13 @@ yet built.
### MCNS — Networking Service ### MCNS — Networking Service
- **Version:** v1.0.0. - **Version:** v1.0.0.
- **Phase:** Implementation complete, pending deployment. Custom Go DNS - **Phase:** Production. Custom Go DNS server replacing CoreDNS precursor.
server replacing CoreDNS precursor. Authoritative DNS with SQLite-backed - **Deployment:** Running on rift as a container managed by MCP. Serves two
zone/record storage and gRPC+REST management API. authoritative zones plus upstream forwarding.
- **Deployment:** Not yet deployed (replacing CoreDNS on rift). - **Recent work:** v1.0.0 implementation (custom Go DNS server), engineering
- **Features:** A, AAAA, CNAME records; CNAME exclusivity; upstream review, deployed to rift replacing CoreDNS.
forwarding with caching; MCIAS auth; SOA auto-serial. - **Artifacts:** Dockerfile, Docker Compose (rift), MCP service definition,
- **Artifacts:** Dockerfile, Docker Compose (rift), example config, proto systemd units, install script, example config.
definitions.
### MCP — Control Plane ### MCP — Control Plane
@@ -142,7 +141,7 @@ yet built.
| Port | Protocol | Services | | Port | Protocol | Services |
|------|----------|----------| |------|----------|----------|
| 53 | DNS (LAN + Tailscale) | mcns-coredns | | 53 | DNS (LAN + Tailscale) | mcns |
| 443 | L7 (TLS termination) | metacrypt-web, mcr-web | | 443 | L7 (TLS termination) | metacrypt-web, mcr-web |
| 8080 | HTTP (all interfaces) | exod | | 8080 | HTTP (all interfaces) | exod |
| 8443 | L4 (SNI passthrough) | metacrypt API, mcr API | | 8443 | L4 (SNI passthrough) | metacrypt API, mcr API |