본문 바로가기
728x90
반응형

Programming161

[Docker] linux docker 특정 버전 install (18.06) linux 특정 버전으로 설치를 하고 싶을 경우 $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - $ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" $ sudo apt-get update $ sudo apt-cache policy docker-ce 18.06.2~ce~3-0~ubuntu 500 500 https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages 18.06.1~ce~3-0~ubuntu 50.. 2022. 1. 12.
[Linux] apt-get update PUBKEY 에러 (he following signatures couldn't be verified because the public key is not available: NO_PUBKEY FEEA9169307EA071 NO_PUBKEY 8B57C5C2836F4BEB) apt-get update 시 아래와 같이 NO_PUBKEY 에러가 발생 했을 시 $ apt-get update Get:1 https://download.docker.com/linux/ubuntu xenial InRelease [66.2 kB] Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:3 http://kr.archive.ubuntu.com/ubuntu xenial InRelease Hit:4 http://kr.archive.ubuntu.com/ubuntu xenial-updates InRelease Err:5 https://apt.kubernetes.io kubernetes-xenial InRelease The follo.. 2022. 1. 5.
[Go] Go 설치 for Mac Go 설치하기 https://go.dev/doc/install 에서 Mac용 설치 파일을 다운로드. 다운로드한 파일을 클릭 후 설치 진행. 설치 완료 후 go 명령어를 사용해서 버전 확인. $go version go version go1.17.2 darwin/amd64 brew를 통해 설치 brew install go 를 통해 go 설치 $brew install go ==> Downloading https://ghcr.io/v2/homebrew/core/go/manifests/1.17.2 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebre.. 2021. 12. 9.
[Kubernets][Rancher] Pod Metrics 보기 Rancher on Kubernetes (쿠버네티스 클러스터에 Rancher 설치) Rancher Rancher는 다양한 인프라에 구성된 Cluster들을 손쉽게 관리해주는 툴이다. Rancher를 이용해서 사용자는 Kuberntes 를 손쉽게 배포하고 관리할 수 있다. 그럼 Rancher를 설치하고 대시보드까지 접속 gihyun.com Rancher on Kubernetes - 2 (Existing cluster import) Rancher 설치 이후 다른 클러스터를 현재 설치된 Rancher에 연동 시켜 보자. Import Existing 각각 사용되고 있는 Provider 가 있다면 EKS, AKS, GKE 를 선택하자. 여기선 on-premise 에 설치 된 Cluster를 추가.. gihyun... 2021. 12. 2.
728x90
반응형