Open
Description
Problem it solves
Probably "Wishlist priority"
When Installing latest istio (1.6.0) at the time of writing, I did see the warning:
Detected that your cluster does not support third party JWT authentication. Falling back to less secure first party JWT. See https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens for details.
What it is
What to modify on kubelet
See https://jpweber.io/blog/a-look-at-tokenrequest-api/
I think that some certificate must be created and shared, then a few options must be added to kubelet command.
Next steps
Is it interesting for hobby-kube ?
If yes, I may find some times trying this on my own cluster soon and if so I will open a PR to both Guide and provisioning.
If not, feel free to close this issue.