As soon as the cluster is running, we want to be able to access the Kubernetes API remotely. This can be done by copying from kube1 to your own machine. After locally, execute the following commands:
As of version 1.6, kubeadm configures Kubernetes with RBAC enabled. Because our hobby cluster is typically operated by trusted people, we should enable permissive RBAC permissions to be able to deploy any kind of services using any kind of resources. If you’re in doubt whether this is secure enough for your use case, please refer to the official RBAC documentation.
Deploying services
This guide will make no further explanations in this regard. Please refer to the official documentation on kubernetes.io.