Resource Type: Azure > AKS > Managed Cluster
The Managed Cluster resource type is a fully managed container orchestration service that simplifies the deployment, scaling, and operations of containerized applications. It can be used to create new Kubernetes clusters in Azure.
Resource Context
Managed Cluster is a part of the AKS service.
Each Managed Cluster lives under a Resource Group.
Controls
The primary controls for Azure > AKS > Managed Cluster are:
It is also targeted by these controls:
- Azure > CIS v1 > 8 Other Security Considerations > 8.05 Enable role-based access control (RBAC) within Azure Kubernetes Services (Scored)
- Azure > CIS v1.2 > 8 - Other Security Considerations > 8.05 - Enable role-based access control (RBAC) within Azure Kubernetes Services (Scored)
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-aks#/resource/types/managedCluster
- tmod:@turbot/turbot#/resource/categories/container
- turbot graphql resource --id "tmod:@turbot/azure-aks#/resource/types/managedCluster"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-aks#/resource/types/managedCluster';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-aks#/resource/types/managedCluster"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-aks#/resource/types/managedCluster' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query