일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Distributed Tracing System
- java static resources
- high availabillty
- Spring Cloud Bus
- spring boot http client
- MySQL
- intelij devtools
- sidecar patern
- spring boot hot swapping
- redis ha
- redis cluster
- Service Mesh
- jpa auto increment
- intelij spring boot devtools
- msa 4.0
- spring cloud api gateway
- spring cloud zuul
- spring boot ssl verify skip
- Istio
- sidecar
- Spring Cloud Config
- spring cloud load balancer
- spring boot 2.0 ssl
- tracing tool
- kubernates
- Spring boot
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg>
- spring boot jks
- spring boot ssl
- Today
- Total
erea
1. 로컬 개발환경(windows)요구사항 windows 7 (64비트) 이상시스템 상에서 CPU는 가상화 지원이 enable되어 있어야 한다.windows docekr 개요일반적으로 Linux에 Docker를 설치할 경우, 아래 그림처럼 Linux OS에 Docker Client가 설치되고 Docker Daemon에 의해 Docker Container들이 운영된다. Windows의 경우, Docker Client는 윈도우에 설치되지만 Docker Daemon과 Container들은 Linux 이미지위에 설치되는 형태이다. 그렇기 때문에 Docker를 윈도우에 설치하기 위해서는 VM부터 몇몇 사항들이 선행적으로 설치되어야 한다. 2..docker toolbox 설치 docker toolbox가 포함하고 ..
윈도우 docker toolbox 설치시Error with pre-create check: "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver 위와 같은 에러가 날시 시작->실행->cmd -> bcdedit /delete {1c93a8a9-7681-11e7-9617-64006a5fed90} /cleanup /f 재부팅후bcdedit /set hypervisorlaunchtype off 로 hyper-v를 비활성화 하면 끝
yum -y update cd /etc/yum.repos.d wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo vim fedora -> rhel rpm -Uvh http://epel.mirror.net.in/epel/7/x86_64/e/epel-release-7-8.noarch.rpm yum install gcc make patch dkms qt libgomp # yum install kernel-headers kernel-devel fontforge binutils glibc-headers glibc-devel 버츄어박스 이용하기 위해 커널 디렉토리를 따로 설정해준다 export KERN_DIR=/usr/src/kernels..