Customers notice that Teleport is quite hard to run on kubernetes:
Kubernetes CRD are not a suitable backend for teleport. They miss many features like notification watches for example.
However it should be possible to implement limited integration:
teleport-kube-agent to become stateless and use dynamic tokens.Feedback I've seen is that they often don't have an existing user/groups RBAC across many k8s clusters. If Teleport could apply those to clusters (groups I assume is the most straightforward) that would make it a lot easier.
@klizhentas
Static file configuration require teleport to restart
So IIUC, users have a config file that changes on disk, and teleport should pick up those changes without a restart?
Two implementation details here:
Teleport should play better with modern proxies like Envoy
Can you elaborate on this?
One other feature request: use k8s API (a Secret or ConfigMap) to store teleport instance UUID and credentials.
Another suggestion - use k8s API as a backend (via CRDs) (https://github.com/gravitational/teleport/issues/3177)
Specifically with regards to RBAC configuration, this would be massively improved if these were CRDs that teleport read. Or short of that, if these resources can be put into a configmap that the teleport pods will read on start up and update if they change, that would be the next best thing.
Most helpful comment
Another suggestion - use k8s API as a backend (via CRDs) (https://github.com/gravitational/teleport/issues/3177)