The default proxyname in kubernetes is wavefront-proxy-*****
Aria Operations for Applications
To change the Proxyname
1) kubectl edit wavefronts.wavefront.com/wavefront -n observability-system
2) Go to the wavefrontProxy section and add args: --proxyname <name>
Example,
wavefrontProxy:
args: --proxyname my-own-proxy-name
enable: true
metricPort: 2878
replicas: 1
3) Save and the container will restart