Deploy Daemon for Kubernetes-based distributions: what is the intended path for ExApps?
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 196
- Forks
- 26
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 31
Description
I maintain an MCP-only ExApp (mcp_connector, in the App Store since 0.1.0) and I am trying to work out whether it can run in a Helm/Kubernetes based Nextcloud distribution at all, before I invest in the integration work.
What I understand from the documentation:
docker_install(HaRP, or the deprecated DSP) is the production path, and both talk to a Docker Engine.manual_installis documented as being for development or special cases, not for production.- DSP is scheduled for removal in Nextcloud 35.
The concrete case is openDesk, the sovereign workplace suite deployed by ZenDiS for German public administration. It is deployed via Helmfile on Kubernetes, and in its Nextcloud values the app store is switched off (appstore: enabled: false in helmfile/apps/nextcloud/values-nextcloud-management.yaml.gotmpl). I could not find any AppAPI configuration there, though I have only read the Nextcloud values of that deployment, not the whole project.
My questions:
- Is there a supported or planned Deploy Daemon for Kubernetes, or an
IDeployActionsimplementation that someone is maintaining? - If not, is
manual_installa legitimate production choice when the operator runs the ExApp container themselves as a normal Kubernetes workload and only registers it with Nextcloud, or does that path carry limitations I should know about (updates, health checks, HaRP routing, the app store UI)? - Is there guidance for ExApp authors whose users run distributions rather than plain Docker installs? Right now I cannot tell my users whether the answer is "not yet", "yes, like this" or "not planned".
Happy to write up whatever the answer is as documentation, if that helps.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading helmfile/apps/nextcloud/values-nextcloud-management.yaml.gotmpl and the existing AppAPI deployment documentation, then locate the IDeployActions implementation or interface mentioned in the issue. Determine whether Kubernetes deployment is supported, whether manual_install is suitable for production, and what limitations apply. Done means publishing clear guidance for ExApp authors and operators, including whether a Kubernetes Deploy Daemon is supported or planned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, helm, kubernetes
- Domain
- backend-api-design, cloud, devops, documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100