ISSUE 
I recently installed Kubecost on my cluster to monitor my applications and track resource consumption for potential savings but I have no way of accessing the dashboard as of right now. How can I either setup a url to view the dashboard or forward the kubecost application to a port I can view locally?
             
            
              
                
            
           
          
            
              
                rophilogene  
              
                  
                    August 15, 2023,  8:48pm
                   
                  2 
               
             
            
              HI @mattmcguiness  , here is what you can do to expose Kubecost (deployed via Helm ) from outside with Qovery.
Fork this repo: GitHub - evoxmusic/kubecost-gateway: NGINX Gateway for Kubecost  
Create the app with this repo. Add the port 80 and expose it publicly. 
Add an environment variable KUBECOST_COST_ANALYZER_HOST_AND_PORT with the value kubecost-cost-analyzer.kubecost.svc.cluster.local:9090 
Redeploy your app. 
 
You should be able to access your Kubecost instance via the Kubecost gateway.
Note: this is a workaround, we are working on something more official 
I hope it helps.
             
            
              
            
           
          
            
              
                rophilogene  
                
                  
                    December 30, 2023,  9:53am
                   
                  3 
               
             
            
              Hi @mattmcguiness  , I’m just bumping this thread to let you know that we now support an easier way to deploy Helm Charts 
  
  
    
  Today, we at Qovery are thrilled to announce a game-changing feature that's set to revolutionize how developers interact with Kubernetes: the introduction of first-class support for Helm Charts 🥳. This latest update, now generally available, empowers...
   
  
    
    
  
  
 
Which is easier to deploy and manage your Kubecost for instance.
Happy to have your feedback