-
Notifications
You must be signed in to change notification settings - Fork 308
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
[Feature] AKS Automatic #4301
Comments
Hey @sabbour It seems that there is an issue when using the CLI. Automatic mode should be using the standard tier and not free, but if you try and deploy in West Europe you get an error message saying free tier is unavailable. I would say this is a bug as we are not using the free tier. |
@PixelRobots can you confirm which aks-extension version you're using in the CLI? |
I am using 4.0.0b4. I have also noticed it is not available via the portal yet even the preview one. I assume that will come at one point this week. |
Yes, the new portal experience (create/manage) is lighting up shortly. It is behind a flag now at https://aka.ms/aks/flight/automatic. @PixelRobots we're looking into the other issue now. |
It will be better to mention the following command in the document to get the VM sizes available in all availability zones. I only tried this after 10 mins failure of creating AKS:
You can feel my pain:
And another suggestion: also can specify a default value for
It does can be fixed by specifying
|
@JoeyC-Dev thanks for the feedback, we'll look into this and get the docs updated. This is mostly a limitation during preview. |
@PixelRobots my guess is that it's setting the tier to I've had to create my clusters in UK South for the moment |
So automatic should default to standard. Which it does. But the cli should not return that error in my opinion. |
It's a bug, we're getting it fixed. |
Today, when I try to create automatic AKS via Azure portal, I find out this:
But it is not mentioned in the section Register the feature flags, and I can create the automatic AKS via Azure CLI: Not sure if the feature really needs to be registered, or it is a bug in Azure portal. |
This is due to the node auto provisioning part of automatic. https://learn.microsoft.com/en-us/azure/aks/node-autoprovision?tabs=azure-cli#unsupported-features @sabbour will this become a feature of nap and in turn automatic clusters. |
agree, but it should have the feature, cx can stop and start the cluster. |
Automatic clusters don't support start/stop. |
Do you know when we can expect this to be resolved when using Bicep/Terraform?
And the earlier issues that were mentioned? For something that's in public preview, this is proving quite hard to do PoCs on at this point |
Just did a portal adventure to test some bits. When creating going via the portal creating the log analytics workspace it puts it in a default resource group rather than the one with all other resources. Can we fix that please, so it is deployed in the same resource group as the cluster and other items. I also noticed when I delete the cluster some resources are not cleaned up. This is not very automatic... can we have it, so they are cleaned up as long as the cluster is in automatic mode? |
I have some questions/suggestions regarding the bring your own virtual network support:
Thank you! |
Yes.
We will look into allowing disabling the ingress controller.
Yes. |
To clarify, without bring your own vnet does this mean we can not connect to azure resources via private endpoint? Or am I missing a trick? I assume the supported way to do dns is via this method: .. but given the vnet is fully managed there is no means to wire the routing aspects in at the moment? |
AKS Automatic mode is a new capability within Azure Kubernetes Service (AKS) that lets you create optimized, ready-for-production clusters with reduced operational overhead. This means you can focus on building and running your applications, while AKS takes care of the rest.
AKS Automatic mode is currently in preview. You can get started today by following the quickstart guide on Microsoft Learn to create an AKS Automatic cluster and deploy an application.
Learn more about AKS Automatic: https://aka.ms/aks/automatic
We would love to hear your feedback and suggestions on how to make AKS Automatic mode even better and continue to boost your focus on your workloads.
Below are some of the current limitations, which will be broken into their own roadmap items.
Known preview limitations and roadmap
The text was updated successfully, but these errors were encountered: