Replies: 3 comments
-
We can achieve cluster/proxy capabilities through AA(apiserver-aggregation). As shown below: proxy api:
reference: |
Beta Was this translation helpful? Give feedback.
-
Our feature is ready now, we can refer user guide here: https://github.com/karmada-io/karmada/blob/master/docs/userguide/aggregated-api-endpoint.md |
Beta Was this translation helpful? Give feedback.
-
proxy api:/apis/cluster.karmada.io/v1alpha1/clusters/{clustername}/proxy/api/v1/nodes https://github.com/karmada-io/karmada/blob/master/pkg/aggregatedapiserver/apiserver.go#L106-L108 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Users can easily access member clusters through karmada. And supports all APIs of member clusters .Such as get, create, update, etc.
Similar issue #451
Beta Was this translation helpful? Give feedback.
All reactions