flowfuse icon indicating copy to clipboard operation
flowfuse copied to clipboard

Azure kubernetes install docs

Open hardillb opened this issue 1 year ago • 3 comments

Description

Details about Azure specifics for Kubernetes install.

Work in progress

Related Issue(s)

Checklist

  • [x] I have read the contribution guidelines
  • [ ] Suitable unit/system level tests have been added and they pass
  • [x] Documentation has been updated
    • [ ] Upgrade instructions
    • [x] Configuration details
    • [ ] Concepts
  • [ ] Changes flowforge.yml?
    • [ ] Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • [ ] Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production

Labels

  • [ ] Includes a DB migration? -> add the area:migration label

hardillb avatar Sep 23 '24 08:09 hardillb

@ppawlowski can you have quick look at this and see if you can suggest anything else (it needs cleaning up before publishing, but I wanted to check a place holder in)

hardillb avatar Sep 23 '24 15:09 hardillb

Installing ingress controller will create a Load Balancer. In Azure, Load Balanacer does not support TLS termination. This should be handled by the ingress object definition manually or automatically via cert-manager.

ppawlowski avatar Sep 23 '24 20:09 ppawlowski

The TLS/HTTPS support may need a helm chart (and driver-k8s) update to work properly.

hardillb avatar Nov 01 '24 12:11 hardillb