Install Docker-Desktop: https://www.docker.com/products/docker-desktop Enable Kubernetes Cluster bundled with Docker: https://docs.docker.com/docker-for-mac/#kubernetes Install helm: https://helm.sh/docs/intro/quickstart/ Add kubectl and helm commandline completion to .zshrc: source <(kubectl completion zsh)source <(helm completion zsh)
Tag: Commandline
worp – A CLI utility
Using a lot of aliases in my commandline environments, I finally decided to get some Go practice by writing an own CLI utility… Continue Reading worp – A CLI utility
Reblog: Look before you paste from websites to console!
This is important: Look before you paste from websites to console! http://lifepluslinux.blogspot.com/2017/01/look-before-you-paste-from-website-to.html
My commandline setup
My commandline setup with tilda and fish. Continue Reading My commandline setup