You can configure kubectl on your laptop to work with several Kubernetes clusters by creating and switching the context.
export KUBECONFIG=/path/to/FILE1:/path/to/FILE2 kubectl config view --flatten > /path/to/COMBINED_FILE # Replace the main config file cp /path/to/COMBINED_FILE ~/.kube/config kubectl config get-contexts kubectl config set-context <name>