cluster-manage
- Repo stars 540
- License Apache-2.0
- Author repo kurtosis
Cluster Manage
Switch between Docker and Kubernetes backends for Kurtosis.
Check current cluster
kurtosis cluster get
Returns docker or kubernetes.
List available clusters
kurtosis cluster ls
Switch cluster
# Switch to Docker
kurtosis cluster set docker
# Switch to Kubernetes (uses current kubectl context)
kurtosis cluster set kubernetes
After switching, restart the engine:
kurtosis engine restart
Kubernetes setup
When using Kubernetes:
Ensure
kubectlis configured and can reach your cluster:kubectl cluster-info kubectl get nodesSwitch Kurtosis to Kubernetes:
kurtosis cluster set kubernetes kurtosis engine startStart the gateway (required for local CLI to reach the k8s-based engine):
kurtosis gateway &Verify:
kurtosis engine status
Config file
The cluster setting is stored in the Kurtosis config file:
kurtosis config path
Typically at ~/Library/Application Support/kurtosis/kurtosis-config.yml on macOS.
- Fluxly category
- DevOps
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @kurtosis-tech · Apache-2.0
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Docker
- Runtime requirements
- Docker
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Returns docker or kubernetes.
List available clusters
After switching, restart the engine:
When using Kubernetes: Ensure kubectl is configured and can reach your cluster: Switch Kurtosis to Kubernetes:
The cluster setting is stored in the Kurtosis config file: Typically at ~/Library/Application Support/kurtosis/kurtosis-config.yml on macOS.
# Cluster Manage
Switch between Docker and Kubernetes backends for Kurtosis.
## Check current cluster
```bash
kurtosis cluster get
```
Returns `docker` or `kubernetes`.
## List available clusters
```bash
kurtosis cluster ls
```
## Switch cluster
```bash
# Switch to Docker
kurtosis cluster set docker
# Switch to Kubernetes (uses current kubectl context)
kurtosis cluster set kubernetes
```
After switching, restart the engine:
```bash
kurtosis engine restart
```
## Kubernetes setup
When using Kubernetes:
1. Ensure `kubectl` is configured and can reach your cluster:
```bash
kubectl cluster-info
kubectl get nodes
```
2. Switch Kurtosis to Kubernetes:
```bash
kurtosis cluster set kubernetes
kurtosis engine start
```
3. Start the gateway (required for local CLI to reach the k8s-based engine):
```bash
kurtosis gateway &
```
4. Verify:
```bash
kurtosis engine status
```
## Config file
The cluster setting is stored in the Kurtosis config file:
```bash
kurtosis config path
```
Typically at `~/Library/Application Support/kurtosis/kurtosis-config.yml` on macOS. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Check current cluster → List available clusters → Switch cluster → Kubernetes setup → Config file
terms -> Switch between Docker and Kubernetes backends for Kurtosis. · Returns docker or kubernetes. · Typically at ~/Library/Application Support/kurtosis/kurtosis-config.yml on macOS.
files/cmd -> docker · kubernetes · kubectl · ~/Library/Application Support/kurtosis/kurtosis-config.yml
body sha256 -> cbc35988ce71
Decide Fit First
Design Intent
How To Use It
Boundaries And Review