Category Archives: Mac OS X

Docker and Kubernetes on MacOS in 2023

Prerequisite: install brew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Docker with brew brew install docker docker-compose colimacolima startdocker ps Kubernetes too? brew install k3d kubectlk3d cluster create default –servers 1 –agents 3 –image rancher/k3s:latestkubectl get nodes PS. Works on Intel based … Continue reading

Posted in Mac OS X, Technical | Leave a comment

Workaround: Mac OS X High Sierra 10.13.2 – SSH tries to connect via HTTP proxy

With Mac OS X release 10.13.2 Apple introduced a new bug where OpenSSH will attempt to use any web proxy configured from a DAC file. As SSH is not HTTP this will typically not work, resulting in connection timeouts or other … Continue reading

Posted in Mac OS X | Tagged , , , , | Leave a comment