Discussion Feed
09-09-2019
06:06 AM
Hi Team,
I'd like to share my infrastructure information.
I have k8's created on cloud managed by me where my java MS is deployed pods is running single container. where as my image is java:8 distroless. Some Microservices is in mono repo which is using JIB and other in multi repo using Dockerfile. Deployed on k8's cluster with single replica set. deployment.yaml
- name : APPDYNAMICS_CONTROLLER_HOST_NAME
value : $APPD_HOST_NAME
- name : APPDYNAMICS_CONTROLLER_PORT
value : '443'
- name : APPDYNAMICS_CONTROLLER_SSL_ENABLED
value : 'true'
- name : APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY
value : $APPDYNAMICS_AGENT_ACCOUNT_ACCESS_KEY
- name : APPDYNAMICS_AGENT_ACCOUNT_NAME
value : $APPD_AGENT_ACCOUNT_NAME
- name : APPDYNAMICS_AGENT_APPLICATION_NAME
value : $APPD_AGENT_APPLICATION_NAME
- name : APPDYNAMICS_AGENT_TIER_NAME
valueFrom :
fieldRef :
fieldPath : metadata.labels['app']
- name : APPDYNAMICS_AGENT_BASE_DIR
value : '/tmp'
- name : APPDYNAMICS_AGENT_NODE_NAME
valueFrom :
fieldRef :
fieldPath : metadata.name
- name : APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME
value : 'true'
- name : APPDYNAMICS_JAVA_AGENT_REUSE_NODE_NAME_PREFIX
valueFrom :
fieldRef :
fieldPath : metadata.labels['app']
Question here is single pod replicaset (MS) is taking one license key? It's suppose to share with 4 (ms) if am not wrong?
Edit: spelling and formatting by Ryan P (AppD Community Manager)
... View more
Latest Activity
- Posted Instrumentation of APM in k8's on cloud on Java (Java Agent, Installation, JVM, and Controller Installation). 09-09-2019 06:06 AM
Community Stats
Date Registered | 09-09-2019 05:49 AM |
Date Last Visited | 04-21-2020 07:25 AM |
Total Messages Posted | 1 |