Alfresco Community 23.4 deployment for Docker Desktop & Kubernetes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 03:40 AM - edited 01-17-2025 03:43 AM
Hi Community:
Recently I did some tests for deploying Alfresco Community in a Docker Desktop + Kubernetes environment.
I used the following documentation:
https://alfresco.github.io/acs-deployment/docs/helm/desktop-deployment.html
The deployment of ingress-nginx and alfresco community is quite straightforward but finally (once every pod is ready and running) I have no access from local machine. So it seems that ingress part is not proxying conveniently. I deployed them in two different namespaces (alfresco and ingress-nginx).
I debug a little bit from Docker Desktop, and I can confirm that the repo is available and running, I can access via curl from nginx controller, but the nginx.conf file is not ok. It only proxies control center (not sure why)
- Do you experience something similar with Docker Desktop, Kubernetes and Alfresco Community ?
- Do you know how to fix ingress-nginx ?
- Do you know another step by step tutorial for testing this ?
Kind regards and thanks in advance.
--C.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 09:30 AM
This may help: https://github.com/aborroy/alf-k8s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 09:31 AM
Thanks Angel, I will check this project for diving in Helm charts customization. It seems some kind of Alfresco Kubernetes installer. Do you plan to include addons ?
Regards.
--C.
