KubeBuddy
0.0.28
KubeBuddy - A Kubernetes assistant for PowerShell.
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) Richard Hooper. All rights reserved.
Package Details
Author(s)
- Richard Hooper
Tags
Kubernetes K8s Monitoring Reporting KubeDeck best-practices DevOps PowerShell health-checks kube-buddy
Functions
Dependencies
This module has no dependencies.
Release Notes
FileList
- KubeBuddy.nuspec
- .agents\check-authoring\AGENTS.md
- .github\ISSUE_TEMPLATE\bug_report.md
- .github\ISSUE_TEMPLATE\bug_report.yml
- .github\ISSUE_TEMPLATE\documentation.yml
- .github\ISSUE_TEMPLATE\feature_request.md
- .github\PULL_REQUEST_TEMPLATE.md
- .github\dependabot.yml
- .github\workflows\PSScriptAnalyzer.yaml
- .github\workflows\codespell.yml
- .github\workflows\docker-build.yml
- .github\workflows\pages.yml
- .github\workflows\pester.yml
- .github\workflows\pr-bot-welcome.yaml
- .github\workflows\publish-psgal.yml
- .github\workflows\publish-release.yml
- ADOPTERS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- KubeBuddy.psd1
- KubeBuddy.psm1
- LICENSE
- Public\kubebuddy.ps1
- README.md
- Tests\Invoke-KubeBuddy.Tests.ps1
- bin\darwin-amd64\kubebuddy
- bin\darwin-arm64\kubebuddy
- bin\linux-amd64\kubebuddy
- bin\linux-arm64\kubebuddy
- bin\windows-amd64\kubebuddy.exe
- bin\windows-arm64\kubebuddy.exe
- checks\aks\best-practices.yaml
- checks\aks\disaster-recovery.yaml
- checks\aks\identity.yaml
- checks\aks\monitoring.yaml
- checks\aks\networking.yaml
- checks\aks\resource-management.yaml
- checks\aks\security.yaml
- checks\kubernetes\events.yaml
- checks\kubernetes\network-storage.yaml
- checks\kubernetes\operations.yaml
- checks\kubernetes\prometheus.yaml
- checks\kubernetes\security.yaml
- checks\kubernetes\workloads.yaml
- cmd\kubebuddy\main.go
- dist\checksums.txt
- dist\kubebuddy-psgallery-v0.0.28.tar.gz
- dist\kubebuddy_0.0.28_darwin_amd64.tar.gz
- dist\kubebuddy_0.0.28_darwin_arm64.tar.gz
- dist\kubebuddy_0.0.28_linux_amd64.tar.gz
- dist\kubebuddy_0.0.28_linux_arm64.tar.gz
- dist\kubebuddy_0.0.28_windows_amd64.tar.gz
- dist\kubebuddy_0.0.28_windows_arm64.tar.gz
- dockerfile
- docs.zip
- docs\changelog.md
- docs\cli\aks-automatic-migration-readiness.md
- docs\cli\aks-best-practice-checks.md
- docs\cli\checks.md
- docs\cli\docker-usage.md
- docs\cli\getting-started.md
- docs\cli\index.md
- docs\cli\install.md
- docs\cli\kubebuddy-config.md
- docs\cli\kubernetes-permissions.md
- docs\cli\logging-output.md
- docs\cli\native-cli-usage.md
- docs\cli\parameters.md
- docs\cli\powershell-usage.md
- docs\cli\prometheus-integration.md
- docs\contributing.md
- docs\creating-Checks.md
- docs\examples\csv-report-sample.csv
- docs\examples\html-report-sample.html
- docs\examples\json-report-sample.json
- docs\examples\text-report-sample.txt
- docs\images\KubeBuddyDark.png
- docs\images\favicon.ico
- docs\images\header.png
- docs\images\html-aks-report-sample.png
- docs\images\html-report-sample.png
- docs\images\logo.png
- docs\images\text-aks-report-sample.png
- docs\images\text-report-sample.png
- docs\index.md
- docs\javascripts\extra.js
- docs\kubebuddy-radar-cli-integration.md
- docs\radar\api-reference.md
- docs\radar\cli-integration.md
- docs\radar\cluster-configs.md
- docs\radar\cluster-reports.md
- docs\radar\getting-started.md
- docs\radar\index.md
- docs\releaseprocess.md
- docs\stylesheets\extra.css
- go.mod
- go.sum
- images\Icon 01.svg
- images\Icon 02.svg
- images\Icon 03.png
- images\Icon 03.svg
- images\KubeBuddy.png
- images\reportheader (1).png
- images\reportheader (2).png
- internal\ai\client.go
- internal\azure\auth.go
- internal\checks\catalog.go
- internal\checks\catalog_test.go
- internal\checks\evaluator.go
- internal\checks\evaluator_test.go
- internal\checks\loader.go
- internal\checks\loader_test.go
- internal\checks\spec.go
- internal\cli\guided.go
- internal\cli\root.go
- internal\cli\tui.go
- internal\collector\kubernetes\cluster.go
- internal\collector\kubernetes\summary.go
- internal\collector\kubernetes\summary_test.go
- internal\collector\prometheus\client.go
- internal\compat\capture.go
- internal\compat\capture_test.go
- internal\compat\powershell.go
- internal\compat\powershell_test.go
- internal\config\config.go
- internal\config\config_test.go
- internal\containerenv\run.go
- internal\containerenv\run_test.go
- internal\kubeapi\client.go
- internal\model\report.go
- internal\probe\probe.go
- internal\probe\probe_test.go
- internal\radar\client.go
- internal\reports\assets\assets.go
- internal\reports\assets\assets_test.go
- internal\reports\assets\report-scripts.js
- internal\reports\assets\report-styles.css
- internal\reports\html\action_plan.go
- internal\reports\html\renderer.go
- internal\reports\html\renderer_test.go
- internal\reports\html\scan.go
- internal\reports\html\scan_test.go
- internal\reports\output\output.go
- internal\reports\output\output_test.go
- internal\runner\ai.go
- internal\runner\radar.go
- internal\runner\radar_test.go
- internal\runner\runner.go
- internal\scan\aks.go
- internal\scan\aks_test.go
- internal\scan\automatic.go
- internal\scan\native_handlers.go
- internal\scan\native_handlers_test.go
- internal\scan\prometheus.go
- internal\scan\runtime.go
- internal\scan\scan.go
- internal\scan\scan_test.go
- internal\scan\testdata\aks-sample.json
- internal\version\version.go
- mkdocs.yml
- netlify.toml
- overrides\home.html
- overrides\home.html.old
- overrides\main.html
- requirements.txt
- scripts\build-release-artifacts.sh
- scripts\render-homebrew-formula.sh
- testResults.xml
- tmp\aks-automatic-admission-test.yaml
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.0.28 (current version) | 5 | 4/15/2026 |
| 0.0.27 | 7 | 4/9/2026 |
| 0.0.26 | 9 | 3/31/2026 |
| 0.0.25 | 10 | 3/12/2026 |
| 0.0.24 | 32 | 2/26/2026 |
| 0.0.23 | 62 | 6/17/2025 |
| 0.0.22 | 23 | 6/5/2025 |
| 0.0.21 | 12 | 5/29/2025 |
| 0.0.20 | 7 | 5/29/2025 |
| 0.0.19 | 21 | 5/2/2025 |
| 0.0.17 | 12 | 4/25/2025 |
| 0.0.16 | 12 | 4/16/2025 |
| 0.0.15 | 11 | 4/14/2025 |
| 0.0.14 | 10 | 4/10/2025 |
| 0.0.13 | 10 | 4/8/2025 |
| 0.0.12 | 12 | 3/31/2025 |
| 0.0.11 | 8 | 3/28/2025 |
| 0.0.10 | 14 | 3/26/2025 |
| 0.0.9 | 22 | 3/20/2025 |
| 0.0.8 | 8 | 3/20/2025 |
| 0.0.7 | 7 | 3/20/2025 |
| 0.0.6 | 11 | 3/19/2025 |
| 0.0.5 | 6 | 3/19/2025 |
| 0.0.4 | 11 | 3/12/2025 |
| 0.0.3 | 11 | 3/6/2025 |
| 0.0.2 | 7 | 3/6/2025 |
| 0.0.1 | 6 | 3/6/2025 |