Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure kubernetes install docs #4532

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Azure kubernetes install docs #4532

wants to merge 2 commits into from

Conversation

hardillb
Copy link
Contributor

Description

Details about Azure specifics for Kubernetes install.

Work in progress

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • 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 hardillb self-assigned this Sep 23, 2024
@hardillb
Copy link
Contributor Author

@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)


If making use of the Persistent Storage feature you will need to provide a StorageClass that support MultiPod mounting.

e.g. Azure Disks backed Persistent Volumes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Disks are available for single node only. Azure Files is the solution for shared storage accessible by multiple pods at the same time.

@ppawlowski
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants