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

enable cleanly deleting cloud resources by removing application components and ingress #16

Open
tdaly61 opened this issue Apr 10, 2024 · 1 comment

Comments

@tdaly61
Copy link
Collaborator

tdaly61 commented Apr 10, 2024

we need to destroy things very often in the reverse order in which they are installed. So for k3s or microk8s locally you can simply do a cleanup of the k8s server and then everything goes away BUT (and this is important) if you try to remove (say) an AWS EKS cluster that still has running apps and still has (especially) an active nginx and load balancer => it leaves an awful awful mess that takes a long time to clean up and leaves resources around that "cost money" !!!! So can I refer you top vNext beta mini-loop directory and the eks-setup tools in the vNext Beta that back out the apps and then back out the nginx and LB etc and then (and only then) do they remove infrastructure.

@elijah0kello
Copy link
Collaborator

The implementation of this is complete. Will be updated in the next PR

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

No branches or pull requests

2 participants