DevOps R&D Center
  • Home
    • DevOps R&D Center
  • EKS
    • Networking
      • IRSA
      • EKS API server endpoint policy
        • aws cli command
  • LOKI
    • grafana alert
    • LogQL
  • ISTIO
    • references
    • Istio 학습
  • GITLAB
    • ssh key 등록 ( n개의 계정 )
  • AWS
    • aws eks cluster kube config 등록
    • aws account protection
    • aws configure
      • configure profile 설정
  • R&D Center
    • ISTIO
      • ISTIO Documentation
        • Overview
          • What is Istio
          • Why choose Istio?
          • Sidecar or ambient?
        • Concepts
          • Traffic Management
      • 메모장
      • dev cluster ( public subnet ) traffic 조회
      • Istio Tutorial
      • 카카오페이 사례
      • 트래블 월렛 EKS 전환 여정
    • EKS
      • eks provisioning
        • alb controller, istio
        • EFS
        • loki
        • cattle-monitoring-system
        • Gitlab Kubernetes Agent 적용
        • 프로젝트 배포
        • IRSA 설정
      • Secrets Store CSI Driver
      • AWS 보안 서비스를 이용하여 안전한 컨테이너 운영환경 만들기
    • AWS
      • AWS Secrets Manager
    • Network
      • 혼자서 공부하는 네트워크
      • AWS ENI
    • IAC
      • Terraform
        • 첫번째 교육 아카이브
  • SRE
    • 장애 대응 메뉴얼
  • DevOps
    • DevOps란
Powered by GitBook
On this page

Was this helpful?

  1. R&D Center
  2. EKS
  3. eks provisioning

cattle-monitoring-system

kubectl apply -f components.yaml

helm repo add rancher-monitoring-crd https://charts.rancher.io

helm install grafana-crd rancher-monitoring-crd/rancher-monitoring-crd -n cattle-monitoring-system --create-namespace

helm repo add rancher-monitoring https://charts.rancher.io

DOMAIN_NAME="prometheus.meiko.co.kr"
echo $DOMAIN_NAME

helm install grafana rancher-monitoring/rancher-monitoring -n cattle-monitoring-system -f grafana-values.yaml
  • pvc를 따로 설정하지 않고 함꼐 할 수도 있음 이런 방식으로

  • yaml에 도메인 직접 넣어야할 듯

PreviouslokiNextGitlab Kubernetes Agent 적용

Last updated 10 months ago

Was this helpful?