Table of Contents
This project allows you to deploy Istio on Kubernetes with Kustomize binary.
You need to have :
- An operational Kubernetes cluster
- Kustomize binary
- istioctl binary
- Install Istio with istioctl or other method. With istioctl:
# Install istio with a specific revision (change 1-14-3 by your version) istioctl install -y -r 1-14-3
- Clone the repo :
git clone https://github.com/aamoyel/istio.git && cd istio
- Change ingresses files to match your setup
- Deploy istio addons on your cluster
kustomize build . | kubectl apply -f -
Alan Amoyel - @AlanAmoyel
Project Link: https://github.com/aamoyel/istio