Some helper scripts I use with kubernetes
Script | Original Source | Description |
---|---|---|
k8s-busynodes |
Mine | List nodes by number of running pods |
k8s-dump |
Mine | Dump everthing in all namespaces |
k8s-persistent-volume-location |
Mine | Dump the location of a given Persistent Volume |
k8s-run |
Mine | Run a command inside a container in the k8s cluster |
k8s |
Mine | Driver script to enable git -like behavior, k8s dump , etc |