You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# blitzctl
2
2
3
-
`blitzctl` is a CLI tool for managing local Kubernetes environments. It simplifies the creation, deletion, upgrading, and management of Kubernetes clusters using tools like `Minikube`, `Kind`, and `K3d`.
3
+
`blitzctl` is a CLI tool for managing local Kubernetes environments. It simplifies the creation, deletion, upgrading, and management of Kubernetes clusters using tools like `Minikube`and `Kind`.
4
4
5
5
Currently supports `macOS` and `Linux`.
6
6
7
7
## Key Features
8
8
9
-
- 🚀 **Multi-Provider Support**: Kind, Minikube, and K3d
9
+
- 🚀 **Multi-Provider Support**: Kindand Minikube
10
10
- ⚙️ **Smart Configuration**: Powered by Viper with file, environment, and flag support
11
11
- 🔄 **Context Switching**: Easy switching between different cluster environments
12
12
- 📊 **Cluster State Tracking**: Automatic tracking of created clusters and their metadata
0 commit comments