분류 전체보기104 쿠버네티스 HPA 연습 메트릭 서버 설치https://github.com/kubernetes-sigs/metrics-serverwget https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yamlvi components.yamlapiVersion: apps/v1kind: Deploymentmetadata: labels: k8s-app: metrics-server name: metrics-server namespace: kube-systemspec:... spec: containers: - args: - --cert-dir=/tmp - --secure-port=10250.. 2024. 12. 9. Java Heap Dump 분석 #1 - IBM HeapAnalyzer IBM HeapAnalyzer현재 IBM HeapAnalyzer 의 경우 아래와 같이 Eclipse Memory Analyzer Tool (MAT) 사용을 권고 하고 있다.그래도 경우에 따라 사용이 필요한 경우가 있을지도 모르니 여기에서는 설치 및 실행하는 방법 정도만 알아 보도록 하자Note: IBM HeapAnalyzer has no new development and therefore, in general, we recommend using the Eclipse Memory Analyzer Tool (MAT) instead which is open source, has active development, and has a similar feature set (leak suspects, etc.). .. 2024. 12. 3. ssh 패스워드 없이 로그인 하기 ssh 공개 키 인증 방식 사용키 쌍 생성ssh-keygen -t rsa 명령어를 이용해 개인 키와 공개 키를 생성 - id_rsa : 개인 키 (~/.ssh/id_rsa) - id_rsa.pub : 공개 키 (~/.ssh/id_rsa.pub)[root@localhost ~]# ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsaY.. 2024. 11. 30. stress 도구 사용 stress 패키지 설치dnf install -y epel-releasednf install -y stress stress 명령어stress --help`stress' imposes certain types of compute stress on your systemUsage: stress [OPTION [ARG]] ... -?, --help show this help statement --version show version statement -v, --verbose be verbose -q, --quiet be quiet -n, --dry-run show what would have been done -t, --timeout N time.. 2024. 11. 24. 이전 1 2 3 4 ··· 26 다음