Connections Component Pack: Instalando Elasticsearch: Difference between revisions

From Wiki
(Criou a página com "Instale a Elasticsearch Os componentes instalados serão: =Procedimento= ==Instalando a infraestrutura== helm install \ --name=elasticsearch ''extractedFolder''/micr...")
 
 
Line 5: Line 5:
=Procedimento=
=Procedimento=


==Instalando a infraestrutura==
==Instalando o Elasticsearch chart==


  helm install \
  helm install \
Line 23: Line 23:
  kubectl get pods -n connections -o wide
  kubectl get pods -n connections -o wide


verifique a coluna STATUS  
verifique a coluna STATUS


=Mais opções=
=Mais opções=

Latest revision as of 01:19, 24 January 2019

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