deployment lab 源码

agent83990 24 0 ZIP 2021-03-12 04:03:30

设置 一个有效的kubernetes实例 来自本地环境的kubectl命令行 滚动部署 # deploy v1 app kubectl apply -f kube/rolling/deployment.v1.yaml # deploy the service kubectl apply -f kube/rolling/service.yaml # Now you should see all web response are from v1 # The IP address and port needs to be updated based on actual service while true ; curl 169.57.112.152:30661 ; sleep 1 ; end # deployment-lab-dp-green-5cc64d976f-hdd9b: hello v1

用户评论
请输入评论内容
评分:
暂无评论