In this scenario, we will try to deploy a workload with a "misconfigured container image name". Once deployed, the underlying Kubernetes cluster will not able to find/pull this container image and will result in the infamous ImagePullBackOff error message. We will use the integrated troubleshooting capabilities to debug and diagnose the issue and resolve the issue.
The controller will send the specified YAML to the Kubernetes Operator on the remote cluster. The Kubernetes operator will then provide the manifest to the Kubernetes API server which will attempt to deploy it to the specified namespace. Once the Kubernetes operator receives an error message from the Kubernetes API server, it will propagate the error message back to the controller.
Click "Publish"
You will notice that the controller will retry publishing the workload a few times and will eventually fail.
Let us now use the integrated troubleshooting facilities in the platform to debug and diagnose the misconfigured workload.
Click "Debug".
This will take you to an Integrated Kubernetes Resources Dashboard
Click on "Events"
This will retrieve the list of "Kubernetes Events" in real time. In our example, we should see several error messages relating to the the ability to pull the container image. If we look closely at the error messages, we can see there is a typo in the image name.
We can now go back and edit the workload again to correct the typo in the image name.
Near the top of the page, click the workload name to go back to the workload