Parece que você implantou o pacote de distribuição canônica do Kubernetes ( link )
Para interagir com o cluster:
After the cluster is deployed you may assume control over the Kubernetes
cluster from any kubernetes-master or kubernetes-worker node.
To download the credentials and client application to your local workstation:
Create the kubectl config directory.
mkdir -p ~/.kube
Copy the kubeconfig file to the default location.
juju scp kubernetes-master/0:config ~/.kube/config
Install kubectl locally.
snap install kubectl --classic
Query the cluster.
kubectl cluster-info
Informações adicionais sobre isso podem ser encontradas: link
Você também pode gostar de seguir o tutorial encontrado: link