To see the kubernetes API view you will need to run the Release app on your machine, not in the govuk-docker stack.
If you are just running the tests you can use govuk-docker.
Before running the app you will need to update the Trust relationship for the release-assumed role on the AWS IAM control panel using your fulladmin account on the integration environment. The additional trusted entity that you are adding should look like this -
This step needs to be repeated for the staging environment as the app will show the status for both integration and staging environments.
Note that the production environment is not updated in order to reduce the risk of affecting the production environment if the allowable actions on the kubernetes API changes in the future.
Finally on the AWS console you will also need to add the following IAM policy to your developer role in integration. Under the AWS IAM control panel using your fulladmin account, select your developer role and then add a new permission using Create inline policy and switch to JSON so that you can paste the following json block -
TEST_DATABASE_URL="mysql2://root@localhost/release_test" rake test TEST=test/integration/deploy_page_test.rb
Build workflows
This app is used by govuk-ruby-images as part of a workflow to test the base and builder Ruby images. Ensure that this is always at the latest Ruby version.