- Istio can only be used in a Kubernetes environment.
A) True
B) False
- Istio can only be enabled for a new application if the namespace is annotated with the istio-injection=enabled label.
A) True
B) False
- Istio has extended Kubernetes via CRD.
A) True
B) False
- It is mandatory to deploy CRD before Istio is installed.
A) True
B) False
- Istio cannot be enabled for existing applications without deleting them first.
A) True
B) False
- It is not possible to disable a sidecar for a particular microservice when a namespace is already annotated with an istio-injection=enabled label.
A) True
B) False
- Istio custom resources can only be managed through the istioctl command and not through the kubectl command.
A) True
B) False