This is a set of scripts that will download a cloud server image from ubuntu, modify, set up, and run a kube cluster.
kubectl apply -f sa.yaml kubectl apply -f clusterrole.yaml kubectl -n kubernetes-dashboard get secret $(kubectl -n kubernetes-dashboard get sa/admin-user -o jsonpath="{.secrets[0].name}") -o go-template="{{.data.token | base64decode}}"