AKS Automatic as Member to Fleet #410
|
Hi, have a request to clarify whether its possible to have Kubernetes Automatic cluster's as member to AKS Fleet. Purpose for me to ask, wanted to have opionated, reduce lot of overhead on observability, maintenance and take advantage of cluster resource propagation and L4 / L7 load balancing across the clusters. |
Replies: 1 comment 1 reply
|
You can add AKS Automatic clusters as member clusters in Azure Kubernetes Fleet Manager. Fleet Manager runs a release of KubeFleet for workload placement. If your Fleet Manager has a hub cluster, the CRs for placement are succesfully deployed to Automatic and you can publish resources using workload placement. Here's a namespace on an Automatic cluster placed by Fleet Manager.
If your asks are for features in KubeFleet (this project), please post a feature request here: https://github.com/kubefleet-dev/kubefleet/issues If you asks are for features/capabilities for Azure Kubernetes Fleet Manager, please post a feature request here: https://github.com/Azure/AKS/issues. Feel free to tag me in either location. |

You can add AKS Automatic clusters as member clusters in Azure Kubernetes Fleet Manager. Fleet Manager runs a release of KubeFleet for workload placement. If your Fleet Manager has a hub cluster, the CRs for placement are succesfully deployed to Automatic and you can publish resources using workload placement.
Here's a namespace on an Automatic cluster placed by Fleet Manager.
If your asks are for features in KubeFleet (this project), please post a feature request here: https://github.com/kubefleet-dev/kubefleet/issues
If you asks are for features/capabilities for Azure Kubernetes Fleet Manager, please post a feature request here: https://github.com/Azure/AKS/issues.
Feel free to tag me …