kubectl
-> https://kubernetes.io/docs/tasks/tools/kubectx
/kubens
-> https://github.com/ahmetb/kubectxkubectx-foreach
-> https://github.com/ahmetb/kubectl-foreachkubectl-convert
-> https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-kubectl-convert-pluginkubectl-neat
-> https://github.com/itaysk/kubectl-neatkubectl-node-shell
-> https://github.com/kvaps/kubectl-node-shellkubectl-df-pv
-> https://github.com/yashbhutwala/kubectl-df-pvkubectl-get-all
-> https://github.com/corneliusweig/ketallhelm
-> https://helm.sh/docs/intro/install/stern
-> https://github.com/stern/stern
k9s
-> https://github.com/derailed/k9s- Lens -> https://k8slens.dev/
- Web basierter Generator für K8S YMLs -> https://k8syaml.com/
- Lizenzbedenken Docker Desktop Windows -> https://dev.to/_nicolas_louis_/how-to-run-docker-on-windows-without-docker-desktop-hik
- Podman als Docker Ersatz - https://podman.io/
zsh-autosuggestions
-> https://github.com/zsh-users/zsh-autosuggestionszsh-autocomplete
-> https://github.com/marlonrichert/zsh-autocompletezsh-syntax-highlighting
-> https://github.com/zsh-users/zsh-syntax-highlightingoh-my-zsh
-> https://ohmyz.sh/#installPowerlevel10k
-> https://github.com/romkatv/powerlevel10k
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 mit mehreren Clustern -> https://sysrant.com/posts/prometheus-multi-cluster/
- kubeadm (minimum viable Kubernetes cluster) -> https://kubernetes.io/docs/reference/setup-tools/kubeadm/
- k3s (Lightweight Kubernetes) -> https://k3s.io/
- k3d (k3d is a lightweight wrapper to run k3s) -> https://k3d.io/
- KIND (Kubernetes in Docker) -> https://kind.sigs.k8s.io/