kubernetes-training
kubernetes-training copied to clipboard
Skoleni Kubernetes
``` kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.6.1/deploy/longhorn.yaml ```
- https://aiidecoe.com/images/Kubernetes%20Cheat%20Sheet.pdf - https://kubernetes.io/docs/reference/kubectl/quick-reference/
``` kubectl get secret my-secret -o go-template='{{.data.password|base64decode}}{{"\n"}}' ```
https://cmder.app/
https://dbafromthecold.com/2020/02/21/merge-kubectl-config-files-on-windows/
``` root@lab0 ~/lab$ cat ~/.zshrc export ZSH="$HOME/.oh-my-zsh" plugins=(git kube-ps1) ZSH_THEME=alanpeabody source $ZSH/oh-my-zsh.sh alias ondrejsika=". /root/.ondrejsika-dotfiles/core/zshrc" source
``` aws --region eu-west-1 eks get-token --cluster-name example --output json ```