[Kubernetes] Grafana Tempo
Tempo 트레이스(Trace)는 시스템, 소프트웨어 응용 프로그램 또는 사용자의 이벤트 또는 활동이 시간 순서대로 기록된 정보를 나타낸다. Application이 단일 데이터베이스가 있는 모놀리식이든 여러 서비스가 있는 분산 시스템이든 관계없이 Application에서 요청이 취하는 전체 “경로”를 이해하려면 트레이스가 필수적이다. 메트...
Tempo 트레이스(Trace)는 시스템, 소프트웨어 응용 프로그램 또는 사용자의 이벤트 또는 활동이 시간 순서대로 기록된 정보를 나타낸다. Application이 단일 데이터베이스가 있는 모놀리식이든 여러 서비스가 있는 분산 시스템이든 관계없이 Application에서 요청이 취하는 전체 “경로”를 이해하려면 트레이스가 필수적이다. 메트...
Helm 설치 및 설명 참고 Install the Loki Stack Helm charts helm repo add grafana https://grafana.github.io/helm-charts helm repo update helm install loki-stack grafana/loki-stack --namespace [NAMESPACE N...
Loki Loki는 로그 전체 TEXT가 아닌 metadata만 인덱싱하는 방식을 취한다. 이런 최소 인덱싱 접근 방식은 다른 솔루션보다 적은 저장 공간이 필요함을 의미한다. Loki를 위해 만들어진 로그 수집 도구인 Promtail 또는 OpenTelemetry를 통해 로그를 가져와 로그를 저장한다. 이후 Grafana에서 LogQL...
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의 버전별로 kubernetes, kubespher...
offline 설치 위한 artifact 파일 생성 version 참고 kubernetes와 관련된 image는 https://github.com/kubesphere/ks-installer/releases에서 주요 release에만 포함되는 image-list.txt파일을 참고 kubekey의 버전별로 kubern...
KubeKey 설치 1. script 다운로드 curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - or curl -sfL https://get-kk.kubesphere.io | sh - 2. Binary Downloads https://github.com/kubesphere/kubeke...
Install Helm 설치 참고 Script 방식 curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod +x get_helm.sh ./get_helm.sh helm version Windows choco...
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 --creat...