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

Update AKS installer to Azure native v2 #98

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pierskarsenbarg
Copy link
Member

No description provided.

- Added delegation for mysql flexible server to subnet
- Changed enum for storage sku name and kind
- database now using flexible mysql server instead of single (single server being phased out by Azure)
- Commented out vnet rule resource as I kept getting this error message: Code="ParentResourceNotFound" Message="Can not perform requested operation on nested resource. Parent resource 'pulumiselfhosted-azure-vtwo-infra-mysql99788e7f' not found." - once I get to the applications project we'll see if it still has access via the delegation or this is going to be a problem

Specifically, this resource doesn't seem to be in the flexible server section of the spec like it is with the single server so it might not be necessary
This is because flexible mysql servers require a delegated subnet
For us, AKS uses CNI which required a subnet that is NOT delegated (4th point here: https://learn.microsoft.com/en-us/azure/aks/configure-azure-cni#prerequisites)
I've also updated the subnet CIDR which will give loads more IP addresses if necessary
This db config stops a requirement for internal secure transport to MySQL from the cluster. Should look at this more
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.

1 participant