Summary
Add k3d as an alternative to kind for outpost cluster create|list|delete and outpost kubectl.
Feature
--driver k3d|kind on outpost cluster create (default: kind for backward compatibility)
- Bootstrap k3d on the remote host alongside kubectl
- Store cluster driver in cluster metadata
- List/delete/prune k3d clusters the same way as kind clusters today
Context
Cluster management is currently kind-only (kind create cluster, kind get kubeconfig, etc.). k3d would offer a lighter k3s-based option on the same remote Docker host.
Summary
Add k3d as an alternative to kind for
outpost cluster create|list|deleteandoutpost kubectl.Feature
--driver k3d|kindonoutpost cluster create(default: kind for backward compatibility)Context
Cluster management is currently kind-only (
kind create cluster,kind get kubeconfig, etc.). k3d would offer a lighter k3s-based option on the same remote Docker host.