How to delete a deployment / image in kubernetes
I'm running kubernetes in azure. I want to delete a specific deployment, with AZ AKS or kubectl. The only info I've found is how to delete pods, but this is not what I'm looking for, since pods will regenerate once deleted. I know I just can go to the ui and delete the deployment but i want to do it with az aks or kubectl. I've run kubectl get all -A Then I