installing istio using istioctl
For production feature (not production deployment) then we can use this command
istioctl install -y
To explore new and experimental feature, we can try this feature
istioctl install --set profile=demo -y
Other supported profile includes
1. default
2. demo
3. minimal
4. remote
5. ambient
6. empty
7. preview
More information on the profile here:
https://istio.io/latest/docs/setup/additional-setup/config-profiles/#deployment-profiles
Comments