google / gke-policy-automation

Tool and policy library for reviewing Google Kubernetes Engine clusters against best practices
Apache License 2.0
512 stars 26 forks source link

Introduce Autopilot compatibility checks #161

Open danielmarzini opened 1 year ago

danielmarzini commented 1 year ago

Community Note

Description

Introduce additional set of rules for checking if a given GKE Standard cluster, and workloads running on it, are compatible with GKE Autopilot mode.

References

mikouaj commented 1 year ago

References:

mikouaj commented 10 months ago

This feature most likely duplicates the already existing API capabilities and existing gcloud command: gcloud container clusters check-autopilot-compatibility

We need to verify what checks are supported by the API provides however.