Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.12 KB

k8s-tooling-list.md

File metadata and controls

55 lines (40 loc) · 2.12 KB

k8s Tooling List

Basics

Extra

Docker (Ersatz/lizenztechnisches)

Environment

Config Management

export KUBECONFIG="$(find ~/.kube/configs -iname 'kubeconfig-*' -exec printf '%s:' '{}' +)${HOME}/.kube/configs/config"

load_kubeconfig () {
  export KUBECONFIG="$(find ~/.kube/configs -iname 'kubeconfig-*' -exec printf '%s:' '{}' +)${HOME}/.kube/configs/config"
}
load_kubeconfig

Prometheus

k8s testen