본문 바로가기

EKS/istio

Istioctl로 Istio 구성하기 - 1. Intro

discuss.istio.io/t/istios-helm-support-in-2020/5535

 

Istio's Helm Support in 2020

I would like to take some time to clarify Istio’s plans for Helm support in 1.5, 1.6, and beyond. By way of background, Istio 1.3 introduced the Istio Operator as an experimental feature which allows administrators greater ease of use and flexibility whe

discuss.istio.io

위의 내용에서와 같이 istio 1.6이상의 버전에서는 helm 차트를 지원하지 않습니다.

 

따라서 helm3에서도 istio에 대해서 관리할 수 없게되었습니다.  

(이제는 또 Helm3에선 지원합니다... --2021.01 업뎃--)

 

istio를 설치하고 관리하기 위해서 결국 istioctl을 통해야 하게 됐으며, helm으로 설치하 듯, 커스텀하게 설치 및 관리해보고자 합니다.

 

istio.io/latest/docs/setup/install/istioctl/#customizing-the-configuration

 

Install with Istioctl

Install and customize any Istio configuration profile for in-depth evaluation or production use.

istio.io

 

해당 페이지에서 보시고 세팅하시면 되며,

 

이 내용에 대해서 다음 포스팅부터 세팅을 어떤식으로 해서 사용했는지 다뤄보려 합니다.

'EKS > istio' 카테고리의 다른 글

Istioctl로 Istio 구성하기 - 3. Kiali 소개  (0) 2020.09.03
Istioctl로 Istio 구성하기 - 2. Values.yaml  (0) 2020.09.03
EKS istio - 2. istio 구성  (1) 2020.02.10
EKS istio - 1. Intro  (0) 2020.02.10