Tag: resource management
Browse all articles, tutorials, and guides about resource management
Posts
⌘K
Kubernetes
2024-12-13|8 min read
kubectl apply vs kubectl create: Understanding the Key Differences
Learn the differences between kubectl apply and kubectl create commands, when to use each, and how they handle resource management in Kubernetes deployments.
AWS
2024-10-30|7 min read
How to Nuke All AWS Resources in an AWS Account
Learn how to safely and efficiently delete all resources in an AWS account using tools like AWS CLI and Terraform.
Terraform
2024-05-15|5 min read
I would like to run Terraform only for a specific resource
Learn how to target specific resources in Terraform to save time and avoid unnecessary changes.
Terraform
2024-04-22|6 min read
Terraform - Delete All Resources Except One
Learn how to delete all resources managed by Terraform except for a specific resource by using targeted commands and state manipulation.