48df10b17e
- Harden DB-backed handlers and seed profiles; align client wire shapes for cluster resources, QEMU config, and node SSL fields - Serve plain HTTP on Compose :8006; keep TLS optional (--profile tls) and terminate HTTPS at Kubernetes Ingress - Add pulumi-tests (full contract surface majors 6–9 + BPG lifecycle) and make pulumi-tests - Ship bilingual docs, CHANGELOG, SECURITY, CONTRIBUTING, and GitHub Actions (make ci + Compose/Helm validation)
16 lines
521 B
Markdown
16 lines
521 B
Markdown
**Language / Язык:** [English](lxc.md) | [Русский](../ru/domains/lxc.md)
|
|
|
|
# LXC
|
|
|
|
Container APIs mirror the QEMU lifecycle patterns where the contract declares
|
|
them: CRUD, power, clone/migrate, snapshots, volume operations, consoles, RRD,
|
|
and firewall objects.
|
|
|
|
Mutations persist to normalized container tables and related metadata. Async
|
|
paths return UPIDs under the same leased-worker model as QEMU.
|
|
|
|
Seed profiles:
|
|
|
|
- `small` — CT `200` on `pve01`
|
|
- `medium` / `large` / `demo-cluster` — many containers
|