To rename an application in Application Real-Time Monitoring Service (ARMS), modify the armsPilotCreateAppName parameter in your Deployment.
Update the application name
In your Deployment configuration, set the armsPilotCreateAppName parameter to the new application name.
Apply the updated Deployment:
kubectl apply -f <your-deployment-file>.yamlVerify the rollout:
kubectl rollout status deployment/<your-deployment-name>Replace the following placeholders with your values:
| Placeholder | Description | Example |
|---|---|---|
<your-deployment-file> | Filename of your Deployment YAML | my-service.yaml |
<your-deployment-name> | Name of your Kubernetes Deployment | my-service |