IBM Cloudability

Cloudability

A place for Cloudability product users to learn, connect, share and grow together.


#Cloudability
#Automation
#FinOps
#Cloud
#Apptio
#ITAutomation
 View Only
  • 1.  Configuring Cloudability for containers(documentation?)

    Posted 04/05/23 06:42 AM
    Edited by System Admin 11/05/24 05:55 PM

    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


  • 2.  RE: Configuring Cloudability for containers(documentation?)

    Posted 04/05/23 07:59 AM