Summary In this post, I will introduce how to create a single control-node Kubernetes cluster with version v1.15.x and enable ...
Category: Distributed System
How to Install Kubernetes and Enable Dashboard
Posted on
Summary In this post, I will introduce how to create a single control-node Kubernetes cluster with version v1.15.x and enable an accessible dashboard. With this post, you can easily deploy a cluster from scratch for testing. Details Before we start, note that there are problems like single node failure and security, which makes the deployment…