전체 글

IT 엔지니어 업무를 하게되면서 사용하였던 SW 위주로 정보를 정리하고자 블로그를 개설 하였습니다.
· Docker
설치 환경CentOS7 Version과 CentOS8 Version 설치 시 차이가 존재. 7번전에는 yum 명령어를 통해 Docker Package가 검색 되지만, 8버전은 되지 않음.참고 링크 주소CentOS7 : https://docs.docker.com/engine/install/centos/#prerequisites Install Docker Engine on CentOSLearn how to install Docker Engine on CentOS. These instructions cover the different installation methods, how to uninstall, and next steps.docs.docker.comCentOS8 : https://reddb.tisto..
· Kubernetes
CASE 1 Ubuntu OS 환경에서 Kubernetes 설치 시 다운 받은 Google 클라우드 퍼블릭 키이 정상 동작하지 않음. apt-get install -y kubelet kubectl kubeadm 시, 아래와 같은 에러가 발생 Get:2 http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.24:/1.24.6/xUbuntu_20.04 InRelease [1656 B] Hit:3 http://kr.archive.ubuntu.com/ubuntu jammy InRelease Get:4 http://kr.archive.ubuntu.com/ubuntu jammy-updates InRelease [..
Redis TLS/SSL 본 글에서는 Redis TLS/SSL 옵션을 정리하고 TEST 결과를 작성 하였습니다. 사전에 인증서가 필요하기 때문에 인증서 생성은 아래 링크를 참고 하시기 바랍니다. https://sh-it-work.tistory.com/7 인증서 생성 개인키 발급 및 SSL 인증서 생성 WEB 서비스에 https를 적용할 경우 SSL 인증서를 Verisign, Thawte, GeoTrust등에서 인증서를 발급 받아야 하지만, 이는 비용이 발생하며 실 운용 서버가 아닌 경우 다른 방 sh-it-work.tistory.com Redis TLS/SSL 옵션 옵 션 기본값 설 명 설정 예시 tls-port - TLS 수신 포트를 지정 tls-port 6443 tls-cert-file - 서버 인증..
개 요 Redis maxmemory 옵션 TEST 항 목 옵 션 세부 내용 기능 검증 maxmemory ㅇ 메모리 2G로 설정하여 TEST 진행 기능 검증 maxmemory-policy ㅇ noeviction으로 설정, 메모리 한계치 이상 사용시 쓰기에 에러 리턴 TEST 환 경 SW 버전 Ubuntu 22.0.4 LTS Redis 7.0.12 시나리오 1. 메모리 2G가 이상 사용 시 로그 확인 # 아래와 같이 요청 처리 중 에러가 발생 161423:M 07 Aug 2023 14:30:20.010 # Error accepting a client connection: Connection reset by peer 161423:M 07 Aug 2023 14:30:20.010 # Error accepting ..
Garfield_Jo
JOSIT