Prisma Cloud for Tanzu is a 3rd party tile and it is not officially supported by VMWare. The tile install a defender job inside Diego Cells. Just like any other jobs running inside diego once it fails to start it will make the whole diego cell into a failing state.
Here is a sample log where defender job fails to start
Error: 'diego_cell/40f65b2d-fc74-47b5-87a6-5305e1d700e2 (0)' is not running after update. Review logs for failed jobs: defender
...
Task 7694784 error
To get more info as to why defender is fails. We bosh ssh into the deigo cell goto /var/vcap/sys/log/defender and review the logs.
Downloading defender install scriptbash: line 1: $'\302\240': command not foundcurl: option -k : is unknowncurl: try 'curl --help' or 'curl --manual' for more informationSun Feb 5 22:16:04 UTC 2023 Starting defender
The error above indicates that the configured install script on defender Tile is not valid.