cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Community 23.4 deployment for Docker Desktop & Kubernetes

cesarista
World-Class Innovator
World-Class Innovator

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.

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

This may help: https://github.com/aborroy/alf-k8s

Hyland Developer Evangelist