IBM / blockchain-network-on-kubernetes

Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
https://developer.ibm.com/patterns/deploy-hyperledger-fabric-network-on-ibm-cloud/
Apache License 2.0
316 stars 182 forks source link

Where can I find public IP of my kubernets cluster account #81

Open Abhinavsai18 opened 3 years ago

Abhinavsai18 commented 3 years ago

I've completed the first 6 steps of documentation without any error. Could you please help me in completing the 7th step as I'm unable to find the public IP of my kubernetes cluster and please let me know where the piece of code at the end of step-7 is supposed to be. Thankyou.

maheshwarishikha commented 3 years ago

@Abhinavsai18 , if you are using IBM Cloud managed Kubernetes service then you can get public IP using IBM Cloud Dashboard. One snapshot in step 3 of the README shows that.

Regarding the code, you can refer other IBM code patterns (Blockchain) for end-to-end application. For your quick reference, following two links should help. https://github.com/IBM/blockchain-enabled-crowdfunding/ https://github.com/hyperledger/fabric-samples

Abhinavsai18 commented 3 years ago

Thankyou for your help. I found the public IP. My project is to develop blockchain network for trusted IoT. I am following the steps in the link-- https://github.com/IBM/Hyperledger-Fabric-for-Trusted-IoT. If you are aware of it please let me know. I have an issue in the final step of it.