Get rid of the RBAC proxy sidecar #464
Closed
prometherion
started this conversation in
Ideas
Replies: 3 comments
-
Thanks @prometherion This makes sense. If nobody else volunteers and take care of this, I will take care of it in next release. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is taken care in release v0.25.0
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Shipped in release v0.25.0 which is now available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All the Project Sveltos microservices use the RBAC sidecar container to expose metrics.
This could be easily implemented if we update the
controller-runtime
package to the latest version (v0.16.x) which offers the following options: https://github.com/kubernetes-sigs/controller-runtime/blob/56159419231e985c091ef3e7a8a3dee40ddf1d73/pkg/metrics/server/server.go#L76-L80The idea is to reduce the amount of moving parts in Sveltos, ensuring lower resource consumption.
Beta Was this translation helpful? Give feedback.
All reactions