Connections Component Pack: Instalando o Component Pack infrastructure

From Wiki

Instale a infraestrutura necessária para implantar o Orient Me e o Customizador

Os componentes instalados serão: appregistry-client, appregistry-service, haproxy, mongoDB, redis, redis-sentinel

Procedimento

Instalando a infraestrutura

helm install \
--name=infrastructure extractedFolder/microservices_connections/hybridcloud/helmbuilds/infrastructure-0.1.0-20181014-210242.tgz \
--set \
global.onPrem=true,\
global.image.repository=Docker_registry/connections,\
mongodb.createSecret=false,\
appregistry-service.deploymentType=hybrid_cloud

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