DEV Community

lara
lara

Posted on • Originally published at hyscale.io

Simplified K8s Troubleshooting with App-centric Abstraction - Hyscale

HyScale’s core offering is an open-source tool that helps you deploy apps to Kubernetes within minutes effortlessly. When an issue occurs during deployment, HyScale’s app-centric abstraction can help users rapidly troubleshoot. Such abstraction can automatically run the necessary steps behind the scenes to determine the potential cause of the error in general developer terminology. For example, if all the desired pods are not running as expected, then it will check if these desired pods are initialized, if not then it will throw an error stating that, ‘Init-containers failed to execute, check your pre-start commands in hspec’. If the pods are initialized, then it will continue to check various conditions like if the pods are scheduled, are there any pending pods, if the cluster is full, any pending PVC and so on.

Top comments (0)