본문 바로가기

킹다의 개발블로그

검색하기
킹다의 개발블로그
프로필사진 킹다킹

  • 분류 전체보기 (20)
    • 01. 프로그래밍 언어 (2)
      • java (1)
      • JavaScript (1)
    • 02. 프레임워크 (9)
      • spring (7)
      • thymeleaf (1)
      • node.js (1)
    • 03. 서버 (8)
      • docker (2)
      • k8s (1)
      • elk (2)
    • 04. JPA (0)
    • 05. 책 (0)
      • 모던 자바 인 액션 (0)
    • 06. Database (1)
      • MySql (1)
      • MongoDB (0)
Guestbook
Recent Posts
Link
  • 깃허브
Archives
Tags
  • Thymeleaf
  • docker
  • scouter
  • Mongoose
  • 도커파일
  • 포트 죽이기
  • 도커 컴포즈
  • mapper
  • Spring Batch
  • ELASTIC
  • 어노테이션
  • Kubernetes
  • 엘라스틱
  • Spring Security
  • 스프링 배치
  • 도커
  • Spring Cloud Config Server
  • Spring Cloud
  • graphql
  • Elk
  • 쿠버네티스
  • docker-compose
  • 로그수집
  • Spring Cloud Config Client
  • K8S
  • 날짜포맷
  • Spring
  • spring boot
  • Scouter APM
  • date_format
more
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Kubernetes (1)

킹다의 개발블로그

쿠버네티스 오토스케일링(Kubernetes Autoscaling) 해보기

1. Deployment 설정 apiVersion: apps/v1 kind: Deployment metadata: name: testdm labels: app: test spec: selector: matchLabels: app: test tier: frontend replicas: 1 template: metadata: labels: app: test tier: frontend spec: containers: - image: 도커 이미지:latest name: test imagePullPolicy: Always resources: requests: cpu: "200m" limits: cpu: "500m" env: - name: DB_HOST value: db아이디 - name: DB_PASSWORD v..

03. 서버/k8s 2021. 8. 10. 15:07
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바