반응형

 

 

- 조치  : virtualbox 게스트 확장 팩 설치로 해결 (VBox guest additions install)

- 조치방법 : 

https://chat.openai.com/share/7e8a814d-792f-4a8f-b946-b596d3106760

반응형

'클라우드 > 기타' 카테고리의 다른 글

[Prometheus] 쓸만한 Promql  (0) 2023.02.06
반응형

□ 쓸만한 promql 

 1. k8s 

# 1. k8s 
#   =~: Select labels that regex-match the provided string.  (정규표현식 매칭가능) 
##
container_network_recevie_bytes_total{namespace="kubes-system",pod=~"weave.+"}

"=~" 표현식으로  weave 이하의 모든 pod들을 조회

반응형

+ Recent posts