Helm Command Line Cheat sheet If you work with Kubernetes, Helm is the tool you must know for managing an application’s entire lifecycle. To make it simpler, here is a visual cheatsheet that breaks Helm into the eight categories you actually use in real environments. → Plugin Management Install, update, list, or remove Helm plugins that extend capabilities. → Repos Management Add, remove, or search chart repositories. This is where most engineers start. → Install and Uninstall Apps The core workflow: install charts, pass values files, debug installations, and uninstall cleanly. → Chart Management Create your own charts, lint them, package them, and inspect what is inside. → Release Monitoring List all releases, check statuses, filter by namespaces, and inspect history. → Upgrade and Rollback Upgrade apps safely, handle atomic rollouts, or rollback to a known-good version. → Release Information Fetch manifests, hooks, notes, or all resources linked to a release. → Help and Inspect...
Technical Blogs and Daily IT Infrastructure issues and resolutions