본문 바로가기

카테고리 없음

2020-11-18 22시 개발자 글 모음 | "UX/UI 의 10가지 심리학 법칙 " 외 3개 이야기

[k8s] kube-prometheus #1 - 설치 by 최용호 about Kubernetes

  • Prometheus를 간단하게 설치 할 수 있는 CoreOS의 kube-prometheus를 사용하였다
  • CoreOS에서 제공하는 kube-prometheus를 사용하면 Prometheus를 간단하게 설치할 수 있고
  • apiVersion: v1 kind: Service metadata: labels: app: prometheus name: prometheus namespace: monitoring spec: ports: - nodePort: 30803 port: 9090 protocol: TCP targetPort: 9090 selector: app: prometheus prometheus: k8s type: NodePort


[k8s] kube-prometheus #2 - 설정 변경 by 최용호 about Kubernetes

  • kube-prometheus는 CRD(Custom Resource Definition)를 사용하여 구성되기 때문에 직접 Deployment를 수정하거나 Prometheus 설정을 변경하기가 어렵다
  • Git에서 clone 받은 kube-prometheus의 manifests 디렉토리 하위에서 매니페스트를 수정하여 apply 할 수도 있고 아래 명령을 사용하여 현재 생성되어 있는 리소스를 수정할 수도 있다
  • com/v1 kind: Prometheus metadata: name: prometheus labels: prometheus: prometheus spec: replicas: 2 retention: 15d serviceAccountName: prometheus serviceMonitorSelector: matchLabels: team: frontend additionalScrapeConfigs: name: additional-scrape-configs key: prometheus-additional


Tizen SDB Driver (Windows) by 윤진 about Windows

  • Windows 환경에서 RPI3/4와 USB로 연결할 경우
  • 장치관리자에서 드라이버가 잡히지 않으면 아래 파일을 설치해주세요
  • com/uploadimg2/comLocal/service/support/consumer/download/SAMSUNG_USB_Driver_for_Mobile_Phones


UX/UI 의 10가지 심리학 법칙 - 리뷰 :: 마이구미 by 이정현

  • 작은 아이템의 개수의 중점이 아닌 유의마한 단위로 그룹화하는 것을 강조하고 있다
  • 디자이너와 개발자에게 흔히 접할 수 있는 "반응형 디자인" 과 "디자인 시스템"을 예로 들 수 있다
  • 최신 기술 또는 보기 좋은 디자인에 포커스를 중점으로 두어 오히려 사용성은 후순위로 밀리는 경향도 종종 볼 수 있다