Find unhealthy Pods and report them to JIRA

One of the advantages of kubiya is the ability to combine several of your stack tools to cover complex use cases which would usually require several separate integrations or maintaining a dedicated script. In the following example, you can see how Kubiya leverages its capability to query your Kubernetes cluster, identify unhealthy pods, and report it to Jira so that the relevant personnel can be informed and start fixing it.

  1. Inspect cluster for problematic pod

  2. Kubi creates a dedicated ticket with detailed information about the root cause :

Last updated