Your main steps are
- Create a service account.
- Provide necessary roles for your service account to work with GCS bucket.
- Save the account key as a Kubernetes Secret.
- Use the service account to configure and deploy an application.
I believe you got steps 1 and 2 covered. I researched for two examples (1, 2) that might be of some assistance for the remaining steps .
CLICK HERE to find out more related problems solutions.