What we are discussing in this blog? Though seemingly minor, leveraging the kubectl CLI can be a game-changer for troubleshooting or comprehending worker configurations on AWS without the need to log into the console. This powerful tool allows you to…
Tag: k8s
Tweaking the application resources in a cost effective way + Kubernetes
Sometimes we wonder, why we pay this much amount to the Cloud provider/s. While building the infrastructure, TCO is one of the critical factor. TCO means, Total Cost of Ownership. We need to do a lot of things to maintain…
How to fix – Kubernetes objects stuck in terminating state?
Namespace deletion is in stuck state + kubernetes ; kubernetes objects deletion is in stuck state how to delete it forcefully? How to remove finalizers manually to unblock namespace deletion? Quick intro As part of some cleanup on k8s cluster,…