-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Folks --
Thanks for all the work on this excellent Helm chart to deploy Fabric to Kubernetes.
I was given a link to your site and have been able to provision a Fabric cluster on Kubernetes Engine.
When it completes, the Chart suggests but I assume Composer provides the HTTP/8080 endpoint (!?) and there isn't one for me to hit:
NOTES:
1. Get the application URL by running these commands:
export POD_NAME=$(kubectl get pods --namespace default -l "app=ibm-blockchain-network,release=austere-otter" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl port-forward $POD_NAME 8080:80
2. Next, create a channel and have your peers join by running these commands:
helm install stable/ibm-blockchain-channel
However, the Helm chart deploys only Fabric while this site's documentation references the companion Composer integration.
I would value some pointers on how to deploy Composer too such that it integrates with Fabric.
kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ibm-blockchain-network-ca NodePort 10.23.244.71 <none> 7054:30000/TCP 47m
ibm-blockchain-network-orderer NodePort 10.23.251.118 <none> 31010:31010/TCP 47m
ibm-blockchain-network-org1peer1 NodePort 10.23.246.207 <none> 5010:30110/TCP,5011:30111/TCP 47m
ibm-blockchain-network-org2peer1 NodePort 10.23.253.177 <none> 5010:30210/TCP,5011:30211/TCP 47m
kubernetes ClusterIP 10.23.240.1 <none> 443/TCP 4h
nfs-server ClusterIP 10.23.249.127 <none> 2049/TCP,20048/TCP,111/TCP 3h
and:
Metadata
Metadata
Assignees
Labels
No labels