Istio install and deploy sample applications
Istio란 sidecar pattern을 이용한 service mesh architecture 의 구현체인 오픈 플랫폼이다.
Istio란 sidecar pattern을 이용한 service mesh architecture 의 구현체인 오픈 플랫폼이다.
go 1.11 버전에서는 go modules 가 도입되어 시험적으로 사용할 수 있게 되었다.
Go 언어 에서는 dep 으로 의존성 관리를 하고 있었다.
하지만
Once Go 1.11 is out, it really makes very little sense for a new project not already using dep to start using it. Dep has many, many problems - some of which Sam acknowledged in the talk - and you avoid all of them, avoid taking the time to master a system that is going away, and help make Go modules better by simply using Go modules from the start.
이렇다…
MacOS에서 cluster를 구성한뒤 AWS에 노드들을 띄우는 작업을 해봅시다.
쿠버네티스의 클러스터 구조는 다음과 같다.
스마트 컨트렉트를 쉽게 배포하기 위해서 truffle를 사용해보자.