You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
It is possible to install Istio using only kubectl, using the new Customization
available in kubectl 1.14+. This uses the Kustomize
style declarative customization and patching.
Simplest install of a demo profile requires 2 commands, first to install the cluster-wide
configs (CRDs, cluster roles, namespaces) and the second to install the actual Istio deployments
in istio-system namespace:
The demo install enables most Istio components and uses low cpu requests, it is suitable to try out
Istio features and testing, but not for production workloads or traffic.