GitHub Action to manage a Kubernetes cluster. Supporting Linux, macOS, and Windows.
-
Multi-platform: Supports Linux, macOS, and Windows runners.
-
Architecture: Supports both x86_64 and ARM64.
-
Ease of use: Automatically installs the latest or specified version of
kubectl.
To use this action, add the following step to your GitHub Action workflow:
- uses: imajeetyadav/kubectl@v2
with:
version: v1.28.0 # optional, defaults to latest
- run: kubectl get podsCreated and maintained by Ajeet Yadav