Connections Component Pack: Instalando o Orient Me

From Wiki

Instale a Oriente

Os componentes instalados serão: community-suggestions, indexing-service, itm-services, mail-service, middleware-graphql, orient-web-client, people-datamigration, people-idmapping, people-relationship, people-scoring, retrieval-service, solr, userprefs-service, zookeeper

Procedimento

Instalando a infraestrutura

helm install \
--name=orientme extractedFolder/microservices_connections/hybridcloud/helmbuilds/orientme-0.1.0-20181014-210314.tgz \
--set \
global.onPrem=true,\
global.image.repository=Docker_registry/connections,\
orient-web-client.service.nodePort=30001,\
itm-services.service.nodePort=31100,\
mail-service.service.nodePort=32721,\
community-suggestions.service.nodePort=32200

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 -a 

verifique a coluna STATUS

Mais opções

  • Caso o kubernetes namespace for diferente de connections, verifique o artigo.

Ver também