Skip to content

Instantly share code, notes, and snippets.

View Maisy's full-sized avatar
😺

Maisy Kim Maisy

😺
View GitHub Profile

helm

helm repo 관리

$ helm repo list
NAME    URL
dev     https://<<private-registry>>:5443/<<repo-dev-name>>
prd     https://<<private-registry>>:5443/<<repo-prod-name>>

terraterm 접속때마다 user id, pw를 입력하기 귀찮아서 작업

  • 시작표시줄 아이콘 클릭한번으로 terminal 에 접속할수있도록
  1. sample.bat 파일 작성
start "" "C:\Program Files (x86)\teraterm\ttermpro.exe" 182.1.1.1 /ssh2 /auth=password /user=ubuntu /passwd=samplepw

Redis Sentinel

Redis

  • Master는 여러 개의 복제 노드를 가질 수 있다. (1차 복제 서버)
    • 복제 노드가 또 복제 노드를 가질 수 있음.(하지만 얘는 master 후보 아님)

Redis Failover

  • 1차 복제 서버 중 conf파일에 있는 replica-priority값이 가장 작은 값을 가진 서버가 마스터에 선정됨
  • 0으로 설정할 경우 master로 승격되지 않음
@Maisy
Maisy / docker_container_script.md
Created November 9, 2021 07:13
terminel에서 docker container에 쉽게 들어갈수있도록 스크립트 설정

docker container 접속 shell script 설정

  • terminel에서 docker container에 쉽게 들어갈수있도록 스크립트 설정
# /home/maisy/bin 경로로 bin폴더 생성
mkdir bin
# script파일 생성
vi d.bash
# 환경변수에 넣어주기.(있으면 안넣어도됨)
export PATH=$PATH:/home/maisy/bin
@Maisy
Maisy / [udemy] Docker for the Absolute Beginner.md
Created July 7, 2021 04:37
[udemy Docker for the Absolute Beginner 강의](https://www.udemy.com/course/learn-docker/) 내용 정리
@Maisy
Maisy / simple-apps.md
Last active December 4, 2022 14:53
내가쓰려고 만드는 간단한 사이트들

한명뽑기 / 조짜기게임

사다리타기는 너무식상할때
복권긁는 느낌으로 한명 뽑기게임

LOTTERY

코인....... 물타도 될까요?

얼마를 더 넣어야할까