k8s部署玲珑服务 k8s部署玲珑服务创建namespace1kubectl create ns linglong 在Kubernetes集群如何支持私有镜像12kubectl create secret docker-registry hub-deepin-token --docker-server=hub.deepin.com \--docker-username=ut004487 --docker-password=Wujing2988. -n linglong 1kubectl patch serviceaccount default -n linglong -p '{"imagePullSecrets": [{"name": "hub-deepin-token"}]}' linglong-homepage1docker build -t hub.deepin.com/wuhan_v23_linglong/linglong-homepage:develop-snipe . 1docker run --rm -it -p 18080:80/tcp hub.deepin.com/wuhan_v23_linglong/linglong-homepage:develop-snipe 1kubectl create -n linglong deployment linglong-homepage --image=hub.deepin.com/wuhan_v23_linglong/linglong-homepage:develop-snipe linux > virt > container > k8s > linglong #deepin #docker #k8s #vim #develop #net k8s部署玲珑服务 https://realwujing.github.io/linux/virt/container/k8s/linglong/README/ 作者 Wu Jing 发布于 2025年11月25日 许可协议 k8s集群安装教程 上一篇 Kickstart自动化安装系统 下一篇 Please enable JavaScript to view the comments