воскресенье, 15 ноября 2020 г.

DevOps MacOS Setup

HomeBrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)


Setup SSH Key on RepoHub

ssh-keygen -t rsa -b 4096

pbcopy < ~/.ssh/id_rsa.pub

 - go to RepoHub settings > ssh keys and add paste the public part of the key


Docker

Docker Desktop for Mac

with homebrew
https://medium.com/crowdbotics/a-complete-one-by-one-guide-to-install-docker-on-your-mac-os-using-homebrew-e818eb4cfc3


AWS eksctl

brew tap weaveworks/tap
brew install weaveworks/tap/eksctl


kubectl

brew install kubectl
https://coreos.com/blog/kubectl-tips-and-tricks





Комментариев нет:

Отправить комментарий