본문 바로가기

Hyper-V & VirtualBox/WSL (Windows Subsystem for Linux)

윈도우에서 WSL을 사용하여 우분투 설치 및 실행 with Minikube

728x90
반응형

# 윈도우에서 WSL 설치

https://cpuu.postype.com/post/10265353

 

Windows 10에 WSL2 으로 Ubuntu 설치

1. 윈도우 터미널 설치 Microsoft Store에서 windows termial 설치 windows terminal 을 검색한 후 우클릭하여 '관리자 권한으로 실행' 위와 같이 탭에 "관리자"라고 기재되어 있어야 진행 가능 2. wsl 활성화 아

cpuu.postype.com

# WSL2 다운로드 및 설치

https://learn.microsoft.com/ko-kr/windows/wsl/install#step-4---download-the-linux-kernel-update-package

 

WSL 설치

wsl --install 명령을 사용하여 Linux용 Windows 하위 시스템을 설치합니다. Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine 등 원하는 Linux 배포판에서 실행되는 Windows 머신에서 Bash 터미널을 사용할 수 있습니

learn.microsoft.com

- 설치 명령어

wsl --install

- 명령 실행

# minikube 다운로드 및 실행

https://may9noy.tistory.com/924

# 에러 해결

https://tigercoin.tistory.com/254

 

System has not been booted with systemd as init system (PID 1). Can't operate. / WSL Ubuntu 에러 해결방법

sudo systemctl daemon-reload 명령어 실행할 때 아래와 같은 에러가 발생한다. 그럼 아래 명령어로 해결하면 된다. sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig sudo daemonize /usr/bin/un

tigercoin.tistory.com

sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig

sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target

exec sudo nsenter -t $(pidof systemd) -a su - $LOGNAME

snap version

# 도커 실행

https://league-cat.tistory.com/347

 

도커 설치 후 도커 명령어 실행 에러 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the dock

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 위와 같은 명령어가 뜨면 docker service가 실행이 안되어있는것이다. $sudo systemctl status docker 상태를 확인해 봐라 stop일 것

league-cat.tistory.com

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

$sudo systemctl status docker

$sudo systemctl start docker

$sudo systemctl enable docker

# Docker Service 실행

https://wotres.tistory.com/entry/Docker-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0%EB%B2%95-ubuntu-Cannot-connect-to-the-Docker-daemon-at-unixvarrundockersock-Is-the-docker-daemon-running

 

[Docker] 에러 해결법 (ubuntu) : Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon ru

발생 docker 설치 후 아래 명령어를 실행시키려 할때 아래 에러가 발생 $ sudo docker run hello-world docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. 원인 docker 가 실행되

wotres.tistory.com

# kubectl 다운로드

https://www.whatwant.com/entry/kubectl-install-Ubuntu

 

kubectl 설치 (in Ubuntu)

매번 잊어먹어서 기록을 위해 작성 [ Reference ] - https://kubernetes.io/ko/docs/tasks/tools/install-kubectl-linux/ [ Environment ] - `kubectl` 설치할 환경은 다음과 같다. . OS: Ubuntu 18.04 . Shell: zsh - `kubernetes master(control p

www.whatwant.com

# nginx 서비스 배포

https://may9noy.tistory.com/673

 

3.EKS ALB 구성하기 & 테스트 Nginx 웹 서버 배포

# AWS Load Balancer Controller 관련 설치 정보 https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html Installing the AWS Load Balancer Controller add-on - Amazon EKS If your nodes don't have access to the Amazon EKS Amazon

may9noy.tistory.com

# 로컬 환경에 LoadBalancer 구성하기

https://may9noy.tistory.com/981

 

On-premise에 LoadBalancer 구성하기

# On-premise에 로드밸런서를 설치한다. 절차는 아래와 같다. 1. ingress-nginx-controller 설치 2. metallb 설치 및 구성 3. 테스트 → nginx 배포 및 서비스 확인 1. ingress-nginx-controller 설치 - 설치를 하면 일단 Ext

may9noy.tistory.com

 

728x90
반응형