[Kubernetes] Install Promtail(v2.9.4) Using Helm Chart
Promtail Loki가 로그를 저장하는 역할을 하면 Promtail은 application에서 로그를 전달하는 agent의 역할을 한다. Promtail 이외에도 Bit, Fluentd, LogStash 등을 사용할 수 있다. kubernetes는 node 별로 /var/log/pods 아래에 모든 Pod의 로그가 기록된다. ...
Promtail Loki가 로그를 저장하는 역할을 하면 Promtail은 application에서 로그를 전달하는 agent의 역할을 한다. Promtail 이외에도 Bit, Fluentd, LogStash 등을 사용할 수 있다. kubernetes는 node 별로 /var/log/pods 아래에 모든 Pod의 로그가 기록된다. ...
VirtualBox의 Ubuntu 제대로 종료되지 않아 올바른 파티션을 찾지 못해 BusyBox 진입했다. 파일 시스템 복원(fsck) 시스템이 갑작스럽게 종료되거나 비정상적으로 종료되었을 때, 파일 시스템이 손상될 수 있다. fsck는 파일 시스템을 검사하여 손상된 부분을 찾아내어 손상된 파일이나 Directory를 복구하고 잘못된 포...
offline 설치 위한 artifact 참고 version 참고 kubernetes와 관련된 image는 https://github.com/kubesphere/ks-installer/releases에서 주요 release에만 포함되는 image-list.txt파일을 참고 kubekey의 버전별로 ...
offline 설치 위한 artifact 참고 version 참고 kubernetes와 관련된 image는 https://github.com/kubesphere/ks-installer/releases에서 주요 release에만 포함되는 image-list.txt파일을 참고 kubekey의 버전별로 ...
script 다운로드 curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - Binary Downloads https://github.com/kubesphere/kubekey/releases Build Binary from Source Code git clone https://gi...
Install Helm 설치 참고 https://helm.sh/docs/intro/install/ Script 방식 curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod +x get_helm.sh...
Helm 설치 및 설명 참고 Install awx-operator helm repo add awx-operator https://ansible.github.io/awx-operator/ helm repo update helm install ansible-awx-operator awx-operator/awx-operator -n awx --crea...
InfluxDB란? Influx DB란 많은 쓰기 작업과 쿼리 부하를 처리하기 위해 2013년에 Go 언어로 개발된 오픈소스 Time Series Database(시계열 데이터베이스)로써 Tick Stack(Telegraf + InfluxDB + Chronograf + Kapacitor)의 필수 컴포넌트 중 하나이다. Influx DB는 많은...
The server is currently unable to handle the request 오류 해결법 kubectl 명령어를 입력하면 다음 오류 메시지가 발생하는 경우가 있습니다. couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable...
BackUp 및 Recovery 방법 pg_dumpall -U admin > /var/lib/postgresql/dump/backup_20231205.sql psql -U admin > -f /var/lib/postgresql/dump/backup_20231205.sql testdb command: - /bin/...