aks removing node - do not use kubectl delete node
If you're planning to remove a node, better approach is to use the portal UI or az command.
Using kubectl delete node will remove the node and you need to stop and start your nodepool and in Production environment that's going to be a pain.
Comments