apm.k8s.elastic.co/v1
editapm.k8s.elastic.co/v1
editPackage v1 contains API schema definitions for managing APM Server resources.
Resource Types
ApmServer
editApmServer represents an APM Server resource in a Kubernetes cluster.
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
ApmServerSpec
editApmServerSpec holds the specification of an APM Server.
Field | Description |
---|---|
|
Version of the APM Server. |
|
Image is the APM Server Docker image to deploy. |
|
Count of APM Server instances to deploy. |
|
Config holds the APM Server configuration. See: https://www.elastic.co/guide/en/apm/server/current/configuring-howto-apm-server.html |
|
HTTP holds the HTTP layer configuration for the APM Server resource. |
|
ElasticsearchRef is a reference to the output Elasticsearch cluster running in the same Kubernetes cluster. |
|
KibanaRef is a reference to a Kibana instance running in the same Kubernetes cluster. It allows APM agent central configuration management in Kibana. |
|
PodTemplate provides customisation options (labels, annotations, affinity rules, resource requests, and so on) for the APM Server pods. |
|
RevisionHistoryLimit is the number of revisions to retain to allow rollback in the underlying Deployment. |
|
SecureSettings is a list of references to Kubernetes secrets containing sensitive configuration options for APM Server. |
|
ServiceAccountName is used to check access from the current resource to a resource (for ex. Elasticsearch) in a different namespace. Can only be used if ECK is enforcing RBAC on references. |