Skip to content

Instantly share code, notes, and snippets.

@Weiyuan-Lane
Last active December 24, 2023 10:44
Show Gist options
  • Save Weiyuan-Lane/f7d7ffb4330d037b51093481ff02806e to your computer and use it in GitHub Desktop.
Save Weiyuan-Lane/f7d7ffb4330d037b51093481ff02806e to your computer and use it in GitHub Desktop.
Comparing different management tools when using GKE
Method Cloud Console Kubectl Kubernetes Dashboard K9s
CRUD usage (Functionality) ✅❌❌ ✅✅✅ ✅✅❌ ✅✅✅
Metrics Dashboard (Functionality) ✅✅✅ ❌❌❌ ✅✅✅ ✅❌❌
Declarative deployments (Functionality) ❌❌❌ ✅✅✅ ❌❌❌ ❌❌❌
Ease of setup (Usability) ✅✅✅ ✅✅❌ ✅❌❌ ✅✅❌
User interface (Usability) ✅✅✅ ❌❌❌ ✅✅✅ ✅✅❌
Uptime (Reliability) ✅✅✅ ✅✅✅ ✅✅❌ ✅✅✅
Self-hosted (Reliability) ❌❌❌ ✅✅✅ ✅✅❌ ✅✅✅
Self-contained / Coupling (Performance) ✅✅❌ ✅✅✅ ✅✅✅ ✅✅✅
Cloud Agnostic (Sustainability) ❌❌❌ ✅✅✅ ✅✅✅ ✅✅✅
@Weiyuan-Lane
Copy link
Author

The main comparison and reasons for the above are found here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment