k8s-playground

Kubernetes Practice

Directories and Topics

  • list-remote-namespaces List out namespaces in other Kubernetes clusters.
    • Practice with service account tokens (needed for a pod to have access to other clusters)
    • Use the go-client REST config to connect
    • Useful references