- Add ScaleClient using K8s API (like kubectl scale deploy --replicas=N)
- ScaleDeployment: patch Deployment.Spec.Replicas directly
- GetDeploymentReplicas: query actual K8s deployment replicas
- Search by labels then fallback to deployment name match
- Wire ScaleClient to InstanceService via SetScaleClient in main.go
- ModifyModal: fetch full instance detail on open (list excludes values)
- InstanceCard: add text labels to action buttons (Entries/Diag/Modify/Delete)
- Text visible on sm+ screens, icon-only on xs