Hi, wonder if anyone could help. I'm new to this and can't find doc's on it.
I've installed metrics agent onto a AWS eks cluster. As I understand it, I just need to
1. create a API key which will be used to communicate with metrics-collector.cloudability.com end point
2. This API key will be used to fetch the pre-signed url for the Apptio cloudability bucket( which I'm assuming is hosted by Apptio )
2.a. This bucket is where the tarball will be uploaded.
3. Create a secret with the api key
kind: Secret
name: cloudability-secrets
namespace: cloudability
CLOUDABILITY_API_KEY: ***********
3. Reference this secret in cloudability. In this case I'm using helm:
secretName: "cloudability-secrets"
My question: Where do I generate the API key? A screenshot would be fantastic!
Thank you!
#Cloudability