Modifications for Customizer
The integration of the customizer component can be done in 3 ways:
- Install a separate proxy server in front of Kubernetes.
This setup is described in the HCL Connections installation guide. - Install a ingress controller as part of your kubernetes infrastructure.
This setup is my peferred solution as no separate server is necessary. - Install a 2nd HTTP server on your existing HTTP Server.
This setup has the smallest hardware foodprint but requires some more configurations.
I recommend this setup only for proove of concept installations which should cost as less as possible.