fabric-samples/test-network-k8s-operator/channel-config/README.md
Josh Kneubuhl 05e4b03283 Move fabric-kube-test-network from Hyperledgendary -> samples
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2023-02-10 04:46:31 -05:00

16 lines
No EOL
622 B
Markdown

# Channel Configuration
TODO : this guide / notes.
Notes :
- [ ] describe how `organizations/` folder is populated by the export_msp.sh scripts
- [ ] configtx uses the internal k8s `$service.svc.cluster.local` DNS domain to communicate between nodes.
- [ ] describe configtx.yaml assumes / enforces working dir is FABRIC_CFG_PATH
TODOs:
- [ ] Deploy org nodes across multiple namespaces. Use kube DNS to resolve in the channel config. `$service.$namespace.svc.cluster.local`
- [ ] Deploy org nodes across multiple k8s clusters. Use INGRESS URLs to resolve services. `$ingress-hostname.$org.localho.st:443`
-