Skip to content

Elegant notes for everyday

cloud engineer

image 28
4월 14, 2025chattiboyPaaS

FluentBit | Creating a TAG in the INPUT Plugin

Data Pipeline Tail https://docs.fluentbit.io/manual/pipeline/inputs/tail The tail input plugin allows to monitor one or several text files. It has a similar behavior like tail -f shell command. The plugin…

image 16
4월 11, 2025chattiboyPaaS, kubernetes

MetalLB 테스트

2년전에 클라우드 분야를 공부할때 AWS에서 EKS를 이용할때는 Nginx-iness-controller배포를하면 LB가 알아서 생겨서 문제가 없었다. 그러나, VM노드로 쿠버네티스를 엮어서 외부로 노출시키려다보니 문제가 생겼었는데그 당시 MetalLB를 한번 적용해보고 잊고 있었다. 외부…

image 13
4월 6, 2025chattiboy워드프레스 설정

Generate Press | Navigation 색상 변경

기본 Generate Press (무료 버전)의 Navigation 색상이 화이트 컬러로 다소 및및한 느낌을 줄 수 있어서 변경해보았다.간단하게 ‘추가 CSS’를 수정하여 적용하였다. 사용자 정의 관리자 로그인 후 사용자 로그인하여 ‘추가…

4월 5, 2025chattiboyubuntu 22.04

ubuntu 22.04 desktop | chrome 한글 입력 버그

잘 사용하던 chrome 한글 입력 버그가 발생하였다. 입력시 띄어쓰기, backspace, Enter키 입력이 안되는 버그가 발생하였다. 문제의 버전 해결 과정 처음에는 입력기 방식의 문제나 호환성의 이슈로만 생각했는데,메모장이나 다른 브라우저에서는…

image 3
4월 4, 2025chattiboyubuntu 22.04

ubuntu22.04 autoinstall

kvm에서 vm생성하는 방법으로 직접 생성하는방법, vagrant, 생성된 vm clone 등 방법이 있는데,말그대로 autoinstall방법이 있는지 궁금했다. https://blog.encicle.com/ubuntu-2004-cloud-initeul-tonghan-custom-iso-seolchi-jadonghwa-autoinstall 위 사이트를 찾긴했는데 생략된 부분도 있고 잘 안되서 좀더 찾아보았다. https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html#ai 공식…

image
4월 1, 2025chattiboyCloudNative

redis sentinel 핸즈온

레디스 센티넬 클러스터 구축 Redis Redis(REmote DIctionary Server)는 오픈 소스, 인메모리 기반의 키-값(Key-Value) 데이터 저장소입니다.고속의 데이터 처리를 위해 RAM에 모든 데이터를 저장하며, 다양한 데이터 구조와 영속성 옵션을 지원합니다.…