Sick Gaming

Full Version: How to Deploy Hyperledger Fabric on Kubernetes – Part II
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Deploy Hyperledger Fabric on Kubernetes – Part II

<div style="margin: 5px 5% 10px 5%;"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2018/11/how-to-deploy-hyperledger-fabric-on-kubernetes-part-ii.jpg" width="1584" height="634" title="" alt="" /></div><div><div><img src="http://www.sickgaming.net/blog/wp-content/uploads/2018/11/how-to-deploy-hyperledger-fabric-on-kubernetes-part-ii.jpg" class="ff-og-image-inserted" /></div>
<p>We recently hosted a <a href="https://event.on24.com/eventRegistration/console/EventConsoleApollo.jsp?&amp;eventid=1819160&amp;sessionid=1&amp;username=&amp;partnerref=null&amp;format=fhvideo1&amp;mobile=false&amp;flashsupportedmobiledevice=false&amp;helpcenter=false&amp;key=1D0ED8AC50AC8CB6E0158C1BE45B25E7&amp;text_language_id=en&amp;playerwidth=1000&amp;playerheight=650&amp;overwritelobby=y&amp;source=GATEWAY-1101876&amp;hidewidgets=player_share_this&amp;rId=1101876&amp;rKey=2894AA8F99917BFC44F16DEBAD8F185B&amp;eventuserid=217801096&amp;contenttype=A&amp;mediametricsessionid=178316423&amp;mediametricid=2561972&amp;usercd=217801096&amp;mode=launch">webinar</a> about deploying Hyperledger Fabric on Kubernetes. It was taught by Alejandro (Sasha) Vicente Grabovetsky and Nicola Paoli from AID:Tech.</p>
<p>The webinar contained a detailed, step-by-step instruction showing exactly how to deploy Hyperledger Fabric on Kubernetes. For those who prefer reading to watching, we have prepared a condensed transcript with screenshots that will take you through the process that has been adapted to recent updates in the Helm charts for the Orderers and Peers.</p>
<p>Are you ready? Let’s dive in!</p>
<p>What we will build</p>
<p>First, we will deploy a Fabric Certificate Authority (CA) serviced by a PostgreSQL database for managing identities.</p>
<ul>
<li>Fabric Orderer</li>
</ul>
<p>Then, we will deploy an ordering service of several Fabric ordering nodes communicating and establishing consensus over an Apache Kafka cluster. The Fabric Ordering service provides consensus for development (solo) and production (Kafka) networks.</p>
<ul>
<li>Fabric Peer</li>
</ul>
<p>Finally, we will deploy several Peers and connect them with a channel. We will bind them to a CouchDB database.</p>
<p>Read more at <a href="https://www.hyperledger.org/blog/2018/11/15/how-to-deploy-hyperledger-fabric-on-kubernetes-part-ii">Hyperledger</a></p>
</div>