Developing a platform supporting components such as Blockchain, Machine Learning, and IoT data management requires at least three areas of essential functionality provided by the Kubernetes Cluster: Ingress, TLS, and persistent data storage. This chapter stands up a small-scale development cluster that meets these minimal requirements for platform development. The following cluster can easily be scaled both in the number of nodes and the size of each node as requirements demand additional resources.
Many Kubernetes tutorials walk you through examples using a local ...