colima ssh -- cat /etc/rancher/k3s/k3s.yamlor
colima ssh -- cat /etc/rancher/k3s/k3s.yaml > $KUBECONFIGcolima start
colima kubernetes start
helm repo add examples https://helm.github.io/examples
helm repo update
echo "replicaCount: 2" | helm upgrade --install my-hello-world examples/hello-world -f -
sleep 10
kubectl get pods
helm list
echo "replicaCount: 2" | helm upgrade --install my-hello-world examples/hello-world -f -
sleep 10
echo "replicaCount: 2" | helm upgrade --install my-hello-world examples/hello-world -f -
kubectl get pods
helm listInstallation
brew install derailed/k9s/k9sRunning on default namespace
k9s -n default