Deploy konnectivity agent add-on as deployment #872
bsctl
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the konnectivity agent add-on is deployed as daemoset in the tenant cluster as suggested by official kubernetes documentation here. However, it could be deployed as deployment too.
This can be useful for saving computing resources in large clusters as only few agents are deployed instead to have one agent for each worker node.
This a simple test made on a tenant cluster:
Beta Was this translation helpful? Give feedback.
All reactions