|
Hyperledger Fabric Deployment on kubernetes
#fabric-kubernetes
#fabric
Hi All,
How to deploy Hyperledger Fabric Network on Kubernetes. can anyone provide docs for the same
Thanks
Suresh
Hi All,
How to deploy Hyperledger Fabric Network on Kubernetes. can anyone provide docs for the same
Thanks
Suresh
|
By
suresh <tedlasuresh@...>
·
#7103
·
|
|
Re: Alternative of cryptogen for Prod
It is described in the Operations Guide.
On 11/3/2019 1:11 AM, Abhijeet Bhowmik wrote:
It is described in the Operations Guide.
On 11/3/2019 1:11 AM, Abhijeet Bhowmik wrote:
|
By
Nye Liu <nye@...>
·
#7102
·
|
|
Re: Alternative of cryptogen for Prod
Hey,
Just to be specific, I was referring to the certificates that we set up at peers and place public keys at orderer. From where do we obtain that folder structure (MSP and TLS)?
Thanks and
Hey,
Just to be specific, I was referring to the certificates that we set up at peers and place public keys at orderer. From where do we obtain that folder structure (MSP and TLS)?
Thanks and
|
By
Abhijeet Bhowmik <abhijeet@...>
·
#7101
·
|
|
Alternative of cryptogen for Prod
Greetings Everyone,
I am dwelling in the answer of the question: "If not cryptogen in Prod, then what and how?".
Right now, generating org certificates is a pretty straightforward task while getting
Greetings Everyone,
I am dwelling in the answer of the question: "If not cryptogen in Prod, then what and how?".
Right now, generating org certificates is a pretty straightforward task while getting
|
By
Abhijeet Bhowmik <abhijeet@...>
·
#7100
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
I think that there are factors that peopletend to overlook and it leads to frustration and questions such as: "Ican do X easily in my cloud environment, why is it so complex to do itin
I think that there are factors that peopletend to overlook and it leads to frustration and questions such as: "Ican do X easily in my cloud environment, why is it so complex to do itin
|
By
Yacov
·
#7099
·
|
|
Documentation Workgroup: Agenda for Friday, 01 November
Hello All,
We hold our regulardocumentation workgroup call this week, both Eastern and Western hemispheres.Please note that if you're calling in from Europe both calls are an hourearlier this week as
Hello All,
We hold our regulardocumentation workgroup call this week, both Eastern and Western hemispheres.Please note that if you're calling in from Europe both calls are an hourearlier this week as
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7098
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Would libp2p be helpful here? I had a conversation with someone about how other blockchain projects use it to abstract away some of the issues with using gossip for networking between
Would libp2p be helpful here? I had a conversation with someone about how other blockchain projects use it to abstract away some of the issues with using gossip for networking between
|
By
Brian Behlendorf <bbehlendorf@...>
·
#7097
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Yes, i have extensive hacks that do exactly that. It's a mess and illustrates exactly how badly some of k8s networking is "designed".
On 10/31/2019 11:38 AM, Alexandre
Yes, i have extensive hacks that do exactly that. It's a mess and illustrates exactly how badly some of k8s networking is "designed".
On 10/31/2019 11:38 AM, Alexandre
|
By
Nye Liu <nye@...>
·
#7096
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
You should be able to leverage coredns rewrites to avoid hairpinning traffic.
Alex
You should be able to leverage coredns rewrites to avoid hairpinning traffic.
Alex
|
By
Alexandre Pauwels
·
#7095
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Unfortunately, the internal DNS inside of a k8s cluster is completely screwed up since a service can't have more than two dots in them w/o a hairpin and external DNS resolution (e.g.
Unfortunately, the internal DNS inside of a k8s cluster is completely screwed up since a service can't have more than two dots in them w/o a hairpin and external DNS resolution (e.g.
|
By
Nye Liu <nye@...>
·
#7094
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
There should be no issue using k8s for Fabric gossip, and there should be no reason you need to expose anything other than port 443 externally. Expose your endpoints as subdomains on 443 and map those
There should be no issue using k8s for Fabric gossip, and there should be no reason you need to expose anything other than port 443 externally. Expose your endpoints as subdomains on 443 and map those
|
By
Alexandre Pauwels
·
#7093
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
I had this issue as well with k8s.
k8s is a disaster for p2p protocols, it is a very bad match. Great for monolithic microservice stacks, not much else.
On 10/31/2019 7:20 AM,
I had this issue as well with k8s.
k8s is a disaster for p2p protocols, it is a very bad match. Great for monolithic microservice stacks, not much else.
On 10/31/2019 7:20 AM,
|
By
Nye Liu <nye@...>
·
#7092
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
My point with 7051 was merely to say thatthere is only a single port that you need to map via a port forwardingrule in a firewall, not several.
From: "email4tong@..."<email4tong@...>
To:
My point with 7051 was merely to say thatthere is only a single port that you need to map via a port forwardingrule in a firewall, not several.
From: "email4tong@..."<email4tong@...>
To:
|
By
Yacov
·
#7091
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Yacov,
When get stuff running on k8s and behind load balancer or proxy, you do not get chance to use port 7051. As a matter of fact, on k8s in majority of cases your port wont be 7051, that does not
Yacov,
When get stuff running on k8s and behind load balancer or proxy, you do not get chance to use port 7051. As a matter of fact, on k8s in majority of cases your port wont be 7051, that does not
|
By
email4tong@gmail.com
·
#7090
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
If you have trouble opening ports betweencompanies, you shouldn't use a Blockchain at all, since Blockchain is adecentralized peer to peer protocol.
All peer to peer communication worksthrough the
If you have trouble opening ports betweencompanies, you shouldn't use a Blockchain at all, since Blockchain is adecentralized peer to peer protocol.
All peer to peer communication worksthrough the
|
By
Yacov
·
#7089
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Dave, Alexandre, Yacov, Ivan
I think private data’s p2p connection is a real problem (partially agree with Ivan).
In some commercial scenario, we need to open firewalls for every company
Hi Dave, Alexandre, Yacov, Ivan
I think private data’s p2p connection is a real problem (partially agree with Ivan).
In some commercial scenario, we need to open firewalls for every company
|
By
arnes_chuzf@...
·
#7088
·
|
|
Docker Image Pulling - ERROR: Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority
#fabric
#docker
Hi Team,
While pulling the orderer image i am getting the below issue . Any idea ?
Environment - Azure - Ubuntu VM - 16.04 LTS
```
Pulling orderer3 (hyperledger/fabric-orderer:1.4.3)...ERROR: Get
Hi Team,
While pulling the orderer image i am getting the below issue . Any idea ?
Environment - Azure - Ubuntu VM - 16.04 LTS
```
Pulling orderer3 (hyperledger/fabric-orderer:1.4.3)...ERROR: Get
|
By
soumya nayak <soumyarjnnayak@...>
·
#7087
·
|
|
Channel Registration Failed
Hello,
I am getting "channel registration failed" when running peer chaincode instantiate, a similar error identified in these two JIRA issues:
Hello,
I am getting "channel registration failed" when running peer chaincode instantiate, a similar error identified in these two JIRA issues:
|
By
White, Spencer (S.)
·
#7086
·
|
|
Invitation to a research oriented blockchain developer conference - Genesis DevCon
*|MC_PREVIEW_TEXT|*
By
Suzana Joel <suzana.joel@...>
·
#7085
·
|
|
Update: Hyperledger Fabric Node/Java Chaincode/SDK Repository moves
Morning,
Here's an update on moving the node/java chaincode/sdk repositories over to Github for code changes and Azure Pipelines for CI.
Morning,
Here's an update on moving the node/java chaincode/sdk repositories over to Github for code changes and Azure Pipelines for CI.
|
By
heatherp@...
·
#7084
·
|