Service separation
The public ZENQIX website is a separate service from ZENQIX Endpoint product services. Endpoint state, administrative jobs, evidence and remote-support operations belong to the product control plane rather than the public website.
Keeping the public website separate prevents website releases from coupling to the services that manage customer endpoints.
Endpoint communication
- Agents initiate routine endpoint state reporting toward the approved control plane.
- Enrollment identity, persistent device identity and administrative authorization are separate concerns.
- Remote-support transport is governed separately from routine heartbeat and inventory traffic.
- No public documentation should require exposing private credentials, production topology or internal secrets.
Operational ownership
- Who operates the application services and reverse proxy.
- Where PostgreSQL operational data is stored and backed up.
- Who owns certificate, secret and enrollment material.
- How release images, rollback artifacts and health checks are retained.
- Who approves and supports upgrades, maintenance and recovery.