Cluster Access

Published at

#kubernetes

This TIL is more than a year old. Some details may have changed.

Cluster Access @ k3s.io

BASH
$ export KUBECONFIG=<path_to_cluster_config.yaml>
$ kubectl get pods --all-namespaces