Releases · microsoft/winget-cli · GitHub
点开Assets
,下载 DesktopAppInstallerPolicies.zip
cmd下:
winget install Microsoft.WindowsTerminal
wsl --install
https://github.com/rancher-sandbox/rancher-desktop/releases
-- github太大下不了
Rancher Desktop 1.0
https://www.jb51.net/softs/809423.html
cmd下:shell:startup
- kubectl create deployment nginx --image=nginx
- kubectl create service nodeport nginx --tcp 80:80 --node-port=31800
kubectl get pod, svc -o wide
kubectl delete service nginx
kubectl delete deployment nginx