Connections Component Pack: Instalando Elasticsearch

From Wiki

Instale a Elasticsearch

Os componentes instalados serão:

Procedimento

Instalando o Elasticsearch chart

helm install \
--name=elasticsearch extractedFolder/microservices_connections/hybridcloud/helmbuilds/elasticsearch-0.1.0-20180921-115419.tgz \
--set \
image.repository=Docker_registry/connections,\
nodeAffinityRequired=true

2) Verificando se já finalizou o bootstrap

helm list 

O resultado do comando deve ser DEPLOYED

3) Verificando o status do pods

kubectl get pods -n connections -o wide

verifique a coluna STATUS

Mais opções

  • Caso o kubernetes namespace for diferente de connections
  • Caso deploying Elasticsearch na AWS

verifique o artigo.

Ver também