728x90 전체 글447 🥰 kubernetes java (ex. elasticsearch) 메모리 제한 java application의 경우 kubernetes의 리소스 제한만 하면 메모리가 꽉차서 Out-Of-Memory(OOM) 가 발생하고 pod가 리스타트 되는 경우가 있습니다.아래와 같은 방법으로 해당 application의 스펙에서 java 의 heap 메모리를 제한해서 kubernetes가 pod를 kill 시키지 않도록 설정해야 합니다. 예를 들면 Elasticsearch의 경우 ES_JAVA_OPTS 환경 변수를 사용해서 아래와 같이 힙(Heap) 메모리를 제한할 수 있습니다.apiVersion: apps/v1kind: Deploymentmetadata: name: elasticsearch-logging-dataspec: replicas: 1 selector: matchLab.. 2024. 8. 25. 🥰 selenium report templete c# When working with Selenium in C#, generating a comprehensive test report is crucial for documenting the results of your automated tests. You can create a structured report in C# using various frameworks and tools, such as NUnit, ExtentReports, or Allure. Below is a template for a Selenium test report in C#, designed to be integrated with NUnit and ExtentReports. ### **Selenium Test Report Templa.. 2024. 8. 14. 🥰 k8s initContainers java keytools 사용법 keytool -importcert -file /tmp/certs/mycertificate.crt -alias mycert -keystore /tmp/cacerts -storepass changeit -noprompt 1. cofigmap 생성kubectl create configmap my-certificates --from-file=mycertificate.crt=/path/to/your/certificate.crt 2.deployment initContainers 입력apiVersion: apps/v1kind: Deploymentmetadata: name: my-java-app labels: app: my-java-appspec: replicas: 3 selector: match.. 2024. 8. 12. 🥰 옴론 스위치 종류 https://www.11st.co.kr/products/2248297958전기생활용품>전기전자부품 기타, 가격 : 1,040원" data-og-host="www.11st.co.kr" data-og-source-url="https://www.11st.co.kr/products/2248297958" data-og-url="https://www.11st.co.kr/products/2248297958" data-og-image="https://scrap.kakaocdn.net/dn/0FWPO/hyWKADXLNo/nl8uUvrkpaqPscnRnsokV1/img.jpg?width=600&height=600&face=0_0_600_600,https://scrap.kakaocdn.net/dn/GaCJ5/hyWKH39.. 2024. 8. 10. 이전 1 ··· 7 8 9 10 11 12 13 ··· 112 다음 728x90