Skip to content

Instantly share code, notes, and snippets.

@charith-elastic
Created June 4, 2020 13:56
Show Gist options
  • Save charith-elastic/a456c44c6be6ea0dd3a72d2a3e58d432 to your computer and use it in GitHub Desktop.
Save charith-elastic/a456c44c6be6ea0dd3a72d2a3e58d432 to your computer and use it in GitHub Desktop.
Metadata propagation
---
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: hulk
labels:
my-es-label: xxx
annotations:
eck.k8s.elastic.co/propagate-annotations: "*"
eck.k8s.elastic.co/propagate-labels: "*"
my-es-annotation: xxx
spec:
version: 7.7.0
nodeSets:
- name: nsa
count: 1
podTemplate:
metadata:
labels:
my-es-template-label: yyy
my-es-label: zzz
annotations:
my-es-template-ann: yyy
config:
node.store.allow_mmap: false
- name: nsb
count: 1
config:
node.store.allow_mmap: false
---
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: hulk
labels:
my-kb-label: xxxx
annotations:
my-kb-annotation: xxxx
eck.k8s.elastic.co/propagate-annotations: "*"
eck.k8s.elastic.co/propagate-labels: "*"
spec:
version: 7.7.0
count: 1
podTemplate:
metadata:
labels:
my-kb-template-label: yyy
annotations:
my-kb-template-ann: yyy
elasticsearchRef:
name: hulk
---
apiVersion: apm.k8s.elastic.co/v1
kind: ApmServer
metadata:
name: hulk
labels:
my-apm-label: xxx
annotations:
my-apm-annotation: xxx
eck.k8s.elastic.co/propagate-annotations: "*"
eck.k8s.elastic.co/propagate-labels: "*"
spec:
version: 7.7.0
count: 1
podTemplate:
metadata:
labels:
my-apm-template-label: yyy
annotations:
my-apm-template-ann: yyy
elasticsearchRef:
name: hulk
[
{
"name": "default-hulk-apm-user",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"common.k8s.elastic.co/type": "user",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "default-hulk-kibana-user",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "user",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "default-token-j8xkf",
"kind": "Secret",
"annotations": {
"kubernetes.io/service-account.name": "default",
"kubernetes.io/service-account.uid": "b17014c9-7309-486d-b3d8-e174cf46f070"
},
"labels": null
},
{
"name": "elastic-licensing",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elastic-usage"
}
},
{
"name": "elastic-operator-uuid",
"kind": "ConfigMap",
"annotations": null,
"labels": null
},
{
"name": "hulk-apm-config",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-es-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-apm-http",
"kind": "Service",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-http-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-http-certs-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-http-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-server",
"kind": "Deployment",
"annotations": {
"deployment.kubernetes.io/revision": "1"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/template-hash": "2629290260",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-server-58fd5f4bb7-dcgmk",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.4.68/32",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container apm-server",
"my-apm-template-ann": "yyy"
},
"labels": {
"apm.k8s.elastic.co/config-files-checksum": "d46a9450cdfaa750e9aa412126b775b2eb52fafa4e21a62265224763",
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-template-label": "yyy",
"pod-template-hash": "58fd5f4bb7"
}
},
{
"name": "hulk-apm-token",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"eck.k8s.elastic.co/credentials": "true"
}
},
{
"name": "hulk-apm-user",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-elastic-user",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http-certs-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-internal-users",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-nsa",
"kind": "StatefulSet",
"annotations": null,
"labels": {
"common.k8s.elastic.co/template-hash": "2027526066",
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsa",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsa-0",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.3.59/32",
"co.elastic.logs/module": "elasticsearch",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container elasticsearch",
"my-es-template-ann": "yyy",
"update.k8s.elastic.co/timestamp": "2020-06-04T13:37:42.8760252+01:00"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"controller-revision-hash": "hulk-es-nsa-75cf58fd5d",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/config-hash": "840438466",
"elasticsearch.k8s.elastic.co/http-scheme": "https",
"elasticsearch.k8s.elastic.co/node-data": "true",
"elasticsearch.k8s.elastic.co/node-ingest": "true",
"elasticsearch.k8s.elastic.co/node-master": "true",
"elasticsearch.k8s.elastic.co/node-ml": "true",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa",
"elasticsearch.k8s.elastic.co/version": "7.7.0",
"my-es-label": "zzz",
"my-es-template-label": "yyy",
"statefulset.kubernetes.io/pod-name": "hulk-es-nsa-0"
}
},
{
"name": "hulk-es-nsa-es-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsb",
"kind": "StatefulSet",
"annotations": null,
"labels": {
"common.k8s.elastic.co/template-hash": "4065286904",
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-nsb",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-nsb-0",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.5.83/32",
"co.elastic.logs/module": "elasticsearch",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container elasticsearch",
"update.k8s.elastic.co/timestamp": "2020-06-04T13:37:42.928389989+01:00"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"controller-revision-hash": "hulk-es-nsb-75784db4b6",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/config-hash": "840438466",
"elasticsearch.k8s.elastic.co/http-scheme": "https",
"elasticsearch.k8s.elastic.co/node-data": "true",
"elasticsearch.k8s.elastic.co/node-ingest": "true",
"elasticsearch.k8s.elastic.co/node-master": "true",
"elasticsearch.k8s.elastic.co/node-ml": "true",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb",
"elasticsearch.k8s.elastic.co/version": "7.7.0",
"statefulset.kubernetes.io/pod-name": "hulk-es-nsb-0"
}
},
{
"name": "hulk-es-nsb-es-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-remote-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-scripts",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk-es-scripts"
}
},
{
"name": "hulk-es-transport",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport-certificates",
"kind": "Secret",
"annotations": null,
"labels": {
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-unicast-hosts",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-xpack-file-realm",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-kb",
"kind": "Deployment",
"annotations": {
"deployment.kubernetes.io/revision": "1"
},
"labels": {
"common.k8s.elastic.co/template-hash": "556794942",
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-54995567c4-rk6np",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.5.82/32",
"co.elastic.logs/module": "kibana",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container kibana",
"my-kb-template-ann": "yyy"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/config-checksum": "e948eac49e1be481a0093016bc4b97e77265134732acf0ca5694f953",
"kibana.k8s.elastic.co/name": "hulk",
"kibana.k8s.elastic.co/version": "7.7.0",
"my-kb-template-label": "yyy",
"pod-template-hash": "54995567c4"
}
},
{
"name": "hulk-kb-config",
"kind": "Secret",
"annotations": null,
"labels": {
"eck.k8s.elastic.co/credentials": "true",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-es-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "hulk-kb-http",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-http-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-http-certs-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-http-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kibana-user",
"kind": "Secret",
"annotations": null,
"labels": {
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "istio-ca-root-cert",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"istio.io/config": "true"
}
},
{
"name": "istio.default",
"kind": "Secret",
"annotations": {
"istio.io/service-account.name": "default"
},
"labels": null
},
{
"name": "kubernetes",
"kind": "Service",
"annotations": null,
"labels": {
"component": "apiserver",
"provider": "kubernetes"
}
},
{
"name": "trial-status",
"kind": "Secret",
"annotations": {
"trial.k8s.elastic.co/secret-name": "eck-trial-license",
"trial.k8s.elastic.co/secret-namespace": "elastic-system"
},
"labels": null
}
]
[
{
"name": "default-hulk-apm-user",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"common.k8s.elastic.co/type": "user",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "default-hulk-kibana-user",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "user",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "default-token-j8xkf",
"kind": "Secret",
"annotations": {
"kubernetes.io/service-account.name": "default",
"kubernetes.io/service-account.uid": "b17014c9-7309-486d-b3d8-e174cf46f070"
},
"labels": null
},
{
"name": "elastic-licensing",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elastic-usage"
}
},
{
"name": "elastic-operator-uuid",
"kind": "ConfigMap",
"annotations": null,
"labels": null
},
{
"name": "hulk-apm-config",
"kind": "Secret",
"annotations": {
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-es-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-apm-http",
"kind": "Service",
"annotations": {
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-http-ca-internal",
"kind": "Secret",
"annotations": {
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-http-certs-internal",
"kind": "Secret",
"annotations": {
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-http-certs-public",
"kind": "Secret",
"annotations": {
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-server",
"kind": "Deployment",
"annotations": {
"deployment.kubernetes.io/revision": "1",
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/template-hash": "2823447905",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-server-dcd75cf9b-ks6n2",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.4.66/32",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container apm-server",
"my-apm-template-ann": "yyy"
},
"labels": {
"apm.k8s.elastic.co/config-files-checksum": "4f9d2931ff2bc735dfbe801bc77a0c4e1ca9dc5197d7ea1ed389adf5",
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-template-label": "yyy",
"pod-template-hash": "dcd75cf9b"
}
},
{
"name": "hulk-apm-token",
"kind": "Secret",
"annotations": {
"my-apm-annotation": "xxx"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"eck.k8s.elastic.co/credentials": "true",
"my-apm-label": "xxx"
}
},
{
"name": "hulk-apm-user",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-elastic-user",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http",
"kind": "Service",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-http-ca-internal",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-http-certs-internal",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-http-certs-public",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-internal-users",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-nsa",
"kind": "StatefulSet",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/template-hash": "1298622654",
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-nsa",
"kind": "Service",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-nsa-0",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.3.55/32",
"co.elastic.logs/module": "elasticsearch",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container elasticsearch",
"my-es-template-ann": "yyy",
"update.k8s.elastic.co/timestamp": "2020-06-04T11:31:09.834576812+01:00"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"controller-revision-hash": "hulk-es-nsa-75cf58fd5d",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/config-hash": "840438466",
"elasticsearch.k8s.elastic.co/http-scheme": "https",
"elasticsearch.k8s.elastic.co/node-data": "true",
"elasticsearch.k8s.elastic.co/node-ingest": "true",
"elasticsearch.k8s.elastic.co/node-master": "true",
"elasticsearch.k8s.elastic.co/node-ml": "true",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa",
"elasticsearch.k8s.elastic.co/version": "7.7.0",
"my-es-label": "zzz",
"my-es-template-label": "yyy",
"statefulset.kubernetes.io/pod-name": "hulk-es-nsa-0"
}
},
{
"name": "hulk-es-nsa-es-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsb",
"kind": "StatefulSet",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/template-hash": "1817340992",
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-nsb",
"kind": "Service",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-nsb-0",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.5.75/32",
"co.elastic.logs/module": "elasticsearch",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container elasticsearch",
"update.k8s.elastic.co/timestamp": "2020-06-04T11:31:10.112878101+01:00"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"controller-revision-hash": "hulk-es-nsb-75784db4b6",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/config-hash": "840438466",
"elasticsearch.k8s.elastic.co/http-scheme": "https",
"elasticsearch.k8s.elastic.co/node-data": "true",
"elasticsearch.k8s.elastic.co/node-ingest": "true",
"elasticsearch.k8s.elastic.co/node-master": "true",
"elasticsearch.k8s.elastic.co/node-ml": "true",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb",
"elasticsearch.k8s.elastic.co/version": "7.7.0",
"statefulset.kubernetes.io/pod-name": "hulk-es-nsb-0"
}
},
{
"name": "hulk-es-nsb-es-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-remote-ca",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-scripts",
"kind": "ConfigMap",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-transport",
"kind": "Service",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-transport-ca-internal",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-transport-certificates",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-transport-certs-public",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-unicast-hosts",
"kind": "ConfigMap",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-es-xpack-file-realm",
"kind": "Secret",
"annotations": {
"my-es-annotation": "xxx"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"my-es-label": "xxx"
}
},
{
"name": "hulk-kb",
"kind": "Deployment",
"annotations": {
"deployment.kubernetes.io/revision": "1",
"my-kb-annotation": "xxxx"
},
"labels": {
"common.k8s.elastic.co/template-hash": "2062549697",
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk",
"my-kb-label": "xxxx"
}
},
{
"name": "hulk-kb-config",
"kind": "Secret",
"annotations": {
"my-kb-annotation": "xxxx"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"eck.k8s.elastic.co/credentials": "true",
"kibana.k8s.elastic.co/name": "hulk",
"my-kb-label": "xxxx"
}
},
{
"name": "hulk-kb-es-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "hulk-kb-fdbfdc987-jrzqw",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.5.74/32",
"co.elastic.logs/module": "kibana",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container kibana",
"my-kb-template-ann": "yyy"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/config-checksum": "eeadbd49638bb4a04229e2c133effb80b08a57dc55880ba81a518aac",
"kibana.k8s.elastic.co/name": "hulk",
"kibana.k8s.elastic.co/version": "7.7.0",
"my-kb-template-label": "yyy",
"pod-template-hash": "fdbfdc987"
}
},
{
"name": "hulk-kb-http",
"kind": "Service",
"annotations": {
"my-kb-annotation": "xxxx"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk",
"my-kb-label": "xxxx"
}
},
{
"name": "hulk-kb-http-ca-internal",
"kind": "Secret",
"annotations": {
"my-kb-annotation": "xxxx"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk",
"my-kb-label": "xxxx"
}
},
{
"name": "hulk-kb-http-certs-internal",
"kind": "Secret",
"annotations": {
"my-kb-annotation": "xxxx"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk",
"my-kb-label": "xxxx"
}
},
{
"name": "hulk-kb-http-certs-public",
"kind": "Secret",
"annotations": {
"my-kb-annotation": "xxxx"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk",
"my-kb-label": "xxxx"
}
},
{
"name": "hulk-kibana-user",
"kind": "Secret",
"annotations": null,
"labels": {
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "istio-ca-root-cert",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"istio.io/config": "true"
}
},
{
"name": "istio.default",
"kind": "Secret",
"annotations": {
"istio.io/service-account.name": "default"
},
"labels": null
},
{
"name": "kubernetes",
"kind": "Service",
"annotations": null,
"labels": {
"component": "apiserver",
"provider": "kubernetes"
}
},
{
"name": "trial-status",
"kind": "Secret",
"annotations": {
"trial.k8s.elastic.co/secret-name": "eck-trial-license",
"trial.k8s.elastic.co/secret-namespace": "elastic-system"
},
"labels": null
}
]
[
{
"name": "default-hulk-apm-user",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"common.k8s.elastic.co/type": "user",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "default-hulk-kibana-user",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "user",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "default-token-j8xkf",
"kind": "Secret",
"annotations": {
"kubernetes.io/service-account.name": "default",
"kubernetes.io/service-account.uid": "b17014c9-7309-486d-b3d8-e174cf46f070"
},
"labels": null
},
{
"name": "elastic-licensing",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elastic-usage"
}
},
{
"name": "elastic-operator-uuid",
"kind": "ConfigMap",
"annotations": null,
"labels": null
},
{
"name": "hulk-apm-config",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-es-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-apm-http",
"kind": "Service",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-http-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-http-certs-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-http-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-server",
"kind": "Deployment",
"annotations": {
"deployment.kubernetes.io/revision": "1"
},
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/template-hash": "1275635229",
"common.k8s.elastic.co/type": "apm-server"
}
},
{
"name": "hulk-apm-server-8549f4f66b-qrwvz",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.12.2/32",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container apm-server",
"my-apm-template-ann": "yyy"
},
"labels": {
"apm.k8s.elastic.co/config-files-checksum": "c4fbad97ec9e0e900adcf3d6cdf500616539627d2713ff866e7a9fe6",
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"my-apm-template-label": "yyy",
"pod-template-hash": "8549f4f66b"
}
},
{
"name": "hulk-apm-token",
"kind": "Secret",
"annotations": null,
"labels": {
"apm.k8s.elastic.co/name": "hulk",
"common.k8s.elastic.co/type": "apm-server",
"eck.k8s.elastic.co/credentials": "true"
}
},
{
"name": "hulk-apm-user",
"kind": "Secret",
"annotations": null,
"labels": {
"apmassociation.k8s.elastic.co/name": "hulk",
"apmassociation.k8s.elastic.co/namespace": "default",
"apmassociation.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-elastic-user",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http-certs-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-http-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-internal-users",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-nsa",
"kind": "StatefulSet",
"annotations": null,
"labels": {
"common.k8s.elastic.co/template-hash": "902610639",
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsa",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsa-0",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.3.56/32",
"co.elastic.logs/module": "elasticsearch",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container elasticsearch",
"my-es-template-ann": "yyy",
"update.k8s.elastic.co/timestamp": "2020-06-04T11:33:56.652546478+01:00"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"controller-revision-hash": "hulk-es-nsa-75cf58fd5d",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/config-hash": "840438466",
"elasticsearch.k8s.elastic.co/http-scheme": "https",
"elasticsearch.k8s.elastic.co/node-data": "true",
"elasticsearch.k8s.elastic.co/node-ingest": "true",
"elasticsearch.k8s.elastic.co/node-master": "true",
"elasticsearch.k8s.elastic.co/node-ml": "true",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa",
"elasticsearch.k8s.elastic.co/version": "7.7.0",
"my-es-label": "zzz",
"my-es-template-label": "yyy",
"statefulset.kubernetes.io/pod-name": "hulk-es-nsa-0"
}
},
{
"name": "hulk-es-nsa-es-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsa"
}
},
{
"name": "hulk-es-nsb",
"kind": "StatefulSet",
"annotations": null,
"labels": {
"common.k8s.elastic.co/template-hash": "4204573353",
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-nsb",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-nsb-0",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.5.77/32",
"co.elastic.logs/module": "elasticsearch",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container elasticsearch",
"update.k8s.elastic.co/timestamp": "2020-06-04T11:33:56.684425601+01:00"
},
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"controller-revision-hash": "hulk-es-nsb-75784db4b6",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/config-hash": "840438466",
"elasticsearch.k8s.elastic.co/http-scheme": "https",
"elasticsearch.k8s.elastic.co/node-data": "true",
"elasticsearch.k8s.elastic.co/node-ingest": "true",
"elasticsearch.k8s.elastic.co/node-master": "true",
"elasticsearch.k8s.elastic.co/node-ml": "true",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb",
"elasticsearch.k8s.elastic.co/version": "7.7.0",
"statefulset.kubernetes.io/pod-name": "hulk-es-nsb-0"
}
},
{
"name": "hulk-es-nsb-es-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"elasticsearch.k8s.elastic.co/statefulset-name": "hulk-es-nsb"
}
},
{
"name": "hulk-es-remote-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-scripts",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport-certificates",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-transport-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-unicast-hosts",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-es-xpack-file-realm",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "elasticsearch",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk"
}
},
{
"name": "hulk-kb",
"kind": "Deployment",
"annotations": {
"deployment.kubernetes.io/revision": "1"
},
"labels": {
"common.k8s.elastic.co/template-hash": "2876212702",
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-5798674874-lsqnl",
"kind": "Pod",
"annotations": {
"cni.projectcalico.org/podIP": "10.24.5.76/32",
"co.elastic.logs/module": "kibana",
"kubernetes.io/limit-ranger": "LimitRanger plugin set: cpu request for container kibana",
"my-kb-template-ann": "yyy"
},
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/config-checksum": "640212557a286b8ab04553bdcce627e703c6fdf8f12abb8bd8562bcc",
"kibana.k8s.elastic.co/name": "hulk",
"kibana.k8s.elastic.co/version": "7.7.0",
"my-kb-template-label": "yyy",
"pod-template-hash": "5798674874"
}
},
{
"name": "hulk-kb-config",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"eck.k8s.elastic.co/credentials": "true",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-es-ca",
"kind": "Secret",
"annotations": null,
"labels": {
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "hulk-kb-http",
"kind": "Service",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-http-ca-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-http-certs-internal",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kb-http-certs-public",
"kind": "Secret",
"annotations": null,
"labels": {
"common.k8s.elastic.co/type": "kibana",
"kibana.k8s.elastic.co/name": "hulk"
}
},
{
"name": "hulk-kibana-user",
"kind": "Secret",
"annotations": null,
"labels": {
"eck.k8s.elastic.co/credentials": "true",
"elasticsearch.k8s.elastic.co/cluster-name": "hulk",
"kibanaassociation.k8s.elastic.co/name": "hulk",
"kibanaassociation.k8s.elastic.co/namespace": "default"
}
},
{
"name": "istio-ca-root-cert",
"kind": "ConfigMap",
"annotations": null,
"labels": {
"istio.io/config": "true"
}
},
{
"name": "istio.default",
"kind": "Secret",
"annotations": {
"istio.io/service-account.name": "default"
},
"labels": null
},
{
"name": "kubernetes",
"kind": "Service",
"annotations": null,
"labels": {
"component": "apiserver",
"provider": "kubernetes"
}
},
{
"name": "trial-status",
"kind": "Secret",
"annotations": {
"trial.k8s.elastic.co/secret-name": "eck-trial-license",
"trial.k8s.elastic.co/secret-namespace": "elastic-system"
},
"labels": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment