설치 15

[Docker] 윈도우 docker 설치

https://www.lainyzine.com/ko/article/how-to-install-wsl2-and-use-linux-on-windows-10/ [Windows 10] WSL2 설치 및 사용법 Microsoft에서는 2020년 5월 리눅스를 윈도우와 통합해서 사용할 수 있는 WSL2를 발표했습니다. 이 글에서는 WSL2를 설치하고 사용하는 방법을 소개합니다 www.lainyzine.com https://www.lainyzine.com/ko/article/a-complete-guide-to-how-to-install-docker-desktop-on-windows-10/ [Windows 10] Docker 설치 완벽 가이드(Home 포함) Docker는 경량 가상화 기술인 리눅스 컨테이너 도구입니다..

[EagleEye][환경세팅] Kubernetes Prometheus-stack 설치

https://ekwkqk12.tistory.com/48 [Monitoring] Prometheus-Stack Helm helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update helm pull prometheus-community/kube-prometheus-stack --untar ktl create ns proemtheus-stac.. ekwkqk12.tistory.com https://jerryljh.tistory.com/9 15. Kube 교육 - Prometheus Stack 설치 실습 prometheus-stack 설치 grafana 기본 모니터링 페이지 확인 Why..

만들기/EagleEye 2022.05.17

[EagleEye][환경세팅] 쿠버네티스 설치 4 - 애드온 설치 (Dashboard, Metric Server, Prometheus and Grafana 설명)

https://computingforgeeks.com/deploy-kubernetes-cluster-on-ubuntu-with-kubeadm/ Install Kubernetes Cluster on Ubuntu 20.04 with kubeadm | ComputingForGeeks Kubernetes is a tool for orchestrating and managing containerized applications at scale on on-premise server or across hybrid cloud environments. Kubeadm is a computingforgeeks.com Kubernetes Dashboard https://computingforgeeks.com/how-to-ins..

만들기/EagleEye 2022.05.16

[EagleEye][환경세팅] 쿠버네티스 설치 3 - 워커노드 세팅

https://computingforgeeks.com/deploy-kubernetes-cluster-on-ubuntu-with-kubeadm/ Install Kubernetes Cluster on Ubuntu 20.04 with kubeadm | ComputingForGeeks Kubernetes is a tool for orchestrating and managing containerized applications at scale on on-premise server or across hybrid cloud environments. Kubeadm is a computingforgeeks.com 워커 노드 추가 마스터 노드/워커 노드에 host추가 >> sudo vi /etc/hosts # example..

만들기/EagleEye 2022.05.14

[EagleEye][환경세팅] 쿠버네티스 설치 1 - 설치

sudo systemctl enable kubelethttps://computingforgeeks.com/deploy-kubernetes-cluster-on-ubuntu-with-kubeadm/ Install Kubernetes Cluster on Ubuntu 20.04 with kubeadm | ComputingForGeeks Kubernetes is a tool for orchestrating and managing containerized applications at scale on on-premise server or across hybrid cloud environments. Kubeadm is a computingforgeeks.com 쿠버네티스 서버 설치 update / upgrade / r..

만들기/EagleEye 2022.05.14

[EagleEye][환경세팅] Redis 설치

https://hayden-archive.tistory.com/429 [Redis] 우분투에 Redis 설치/접속/사용하기 참고 : dejavuqa.tistory.com/153 Redis 설치 (on Ubuntu) Redis를 Ubuntu에 설치해 봅시다. ssh로 Ubuntu에 접속합니다. 그리고 먼저 apt-get을 업데이트 해줍니다. $ sudo apt-get update $ sudo apt-get upgrad.. hayden-archive.tistory.com Redis 설치 redis 설치 >> sudo apt install redis-server -y redis 설치 확인 >> redis-server --version Redis 설정 설정파일 열기 >> sudo vi /etc/redis/red..

만들기/EagleEye 2022.04.27

[EagleEye][환경세팅] Nginx 설치

https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04 How To Install Nginx on Ubuntu 20.04 | DigitalOcean www.digitalocean.com Nginx 설치 Nginx 설치 >> apt install nginx 설치 확인(앱 리스팅) : 설치시 nginx는스스로 방화벽에 등록 >> sudo ufw app list 앱 방화벽 열기 >> sudo ufw allow 'Nginx Full' 열린 방화벽 확인 >> sudo ufw status Web server 확인 nginx 실행 확인 >> systemctl status nginx default landing page ..

만들기/EagleEye 2022.04.26