AppNeta Kubernetes Support
search cancel

AppNeta Kubernetes Support

book

Article ID: 276913

calendar_today

Updated On:

Products

AppNeta

Issue/Introduction

I already have an existing cluster.  How do I go about adding AppNeta to the existing configurations?

Resolution

We can have you change part of the existing AKS script that is created once you've made the initial curl request to pull the files. 

Step 1 - request the monitoring point files as usual
(Monitoring Points > Add Monitoring Point > Azure Kubernetes (AKS) - you'll need to download and unpack this to get the values.appneta.yaml file for step 2



In the setup.sh file, you'll find all the details like helm repo and relevant commands. From there you should be able to pull what you need along with our helm chart location that you can pull into your environment. For example you could try the following:

Step 2 - Commands to run once files are available

helm repo add cmp-charts https://helm-charts.pm.appneta.com/charts
helm repo update
helm install cmp-charts/c50 -f <values.appneta.yaml file name>

 

Additional Information

Should you have any issues with tagging, you can try to remove nodeSelector.app=c50. This may help with deployment.

Additional documentation can be found here:
https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/appliance-overview/kubernetes-mp-intro.html