Results 50 comments of PPawlowski

> @ppawlowski the "235 seconds" at the start there, where is that time then spent, as the two child items only add to 48 seconds? Forgot to change it while...

> Interesting that actually, in the purple/yellow stages, you've saved _a lot_ of time, but the Green went up by 2x? On the first run, I considered a `Startup` as...

@gstout52 Implementation of this task is beyond my area of expertise.

For the File-Server - we [already provide](https://github.com/FlowFuse/helm/blob/4aaeb2993d2e03a0f878ac7e951ec94f312dc572/helm/flowfuse/templates/file-storage.yml#L78-L79) the possibility to use an external secret for database password. For the FF Tables feature - to maintain driver configuration flexibility, we store...

That is very single product oriented information. As far as I remember Rancher uses [Network Policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) to isolate 'projects'. Maybe instead of adding rancher-specific information we should clearly inform, that...

> We did think about using a sidecar pod without the CPU limitations to do the initial install of packages, but the k8s scheduler takes the highest value of all...

I don't think the Kubernetes approach should be considered as an installation method for a single server. The Kubernetes approach is not ideal for a single server installation. While it...

As discussed: * for quick product evaluation I will go with docker * maybe this could apply to small production deployments where high availability and scalability are not the case...

FlowFuse platform installation timeline using Kubernetes approach Installation prerequisites: - kubernetes cluster installed, including ingress controller - kubectl, helm tools available - domain configured via external local dns server before...

FlowFuse platform installation timeline using Kubernetes approach - evaluation for changes introduced in [PR 4704](https://github.com/FlowFuse/flowfuse/pull/4704) Installation prerequisites: - kubernetes cluster installed, including ingress controller - kubectl, helm tools available -...