helm status elasticsearch

From wikieduonline
Revision as of 23:08, 5 July 2022 by Thomas (talk | contribs)
Jump to navigation Jump to search


LAST DEPLOYED: Tue Jul  5 21:00:11 2021
NAMESPACE: your_namespace
STATUS: DEPLOYED

RESOURCES:
==> v1/ConfigMap
NAME                         DATA  AGE
elasticsearch-master-config  1     2y73d

==> v1/Pod(related)
NAME                    READY  STATUS   RESTARTS  AGE
elasticsearch-master-0  1/1    Running  0         3h24m
elasticsearch-master-1  1/1    Running  0         3h24m

==> v1/Service
NAME                           TYPE       CLUSTER-IP     EXTERNAL-IP  PORT(S)            AGE
elasticsearch-master           ClusterIP  10.15.247.169  <none>       9200/TCP,9300/TCP  2y90d
elasticsearch-master-headless  ClusterIP  None           <none>       9200/TCP,9300/TCP  2y90d

==> v1/StatefulSet
NAME                  READY  AGE
elasticsearch-master  2/2    3h24m

==> v1beta1/PodDisruptionBudget
NAME                      MIN AVAILABLE  MAX UNAVAILABLE  ALLOWED DISRUPTIONS  AGE
elasticsearch-master-pdb  N/A            1                1                    2y90d


NOTES:
1. Watch all cluster members come up.
  $ kubectl get pods --namespace=prod -l app=elasticsearch-master -w
2. Test cluster health using Helm test.
  $ helm test elasticsearch-prod


See also

Advertising: