- Phoenix, AZ
Pinned Loading
-
Describe a Kubernetes cluster as nea...
Describe a Kubernetes cluster as neatly organized YAML (all namespaces, all elements (deployments, services, secrets, etc) ) 1#!/bin/bash
2nsbase="namespace/"
3for ns in $(kubectl get namespaces -o=name)
4do
5ns=${ns#${nsbase}}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.