Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Kubernetes-specific container #358

Open
9joshua opened this issue May 23, 2024 · 1 comment
Open

Feature request: Kubernetes-specific container #358

9joshua opened this issue May 23, 2024 · 1 comment

Comments

@9joshua
Copy link

9joshua commented May 23, 2024

Some suggestions from a customer which might work well if we had a Kubernetes-specific version of the Matomo docker container:

The container as produced is almost friendly for running with no PVC at all, enabling cheaper and more effective scaling. If the config data was moved to the database and it could operate without it entirely by just environment variables to reach it, it'd be able to operate better in a kubernetes context.

In a common kubernetes environment, the ingress routing can likely be handled by an ingress, removing the need to have apache in the container.

@BenGig
Copy link

BenGig commented Jul 10, 2024

All files should be extracted during image build, not during the initial startup. Self modifying images are uncommon and against the idea of immutability. Pods (containers) come and go on Kubernetes, the frequent unpacking causes delays and unnecessary load on the system. And it wastes storage: images are shared between container, but not the additional layer caused by the local extraction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants