1. Add labels to Nodes

2. Config

# run at host
$ microk8s config > kubeconfig

# run at client
$ brew install kubectl
$ mkdir ~/.kube
$ scp kubem:/home/seungbae/home-kube/kubeconfig ~/.kube/config
$ chmod 700 ~/.kube/config  # user only mode
$ kubectl config view