flowfuse
flowfuse copied to clipboard
Azure kubernetes install docs
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/helmto update ConfigMap Template - [ ] Issue/PR raised on
FlowFuse/CloudProjectto update values for Staging/Production
- [ ] Issue/PR raised on
Labels
- [ ] Includes a DB migration? -> add the
area:migrationlabel
@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)
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.
The TLS/HTTPS support may need a helm chart (and driver-k8s) update to work properly.