1. 首页
  2. 数据库
  3. 其它
  4. deployment lab 源码

deployment lab 源码

上传者: 2021-03-12 04:48:31上传 ZIP文件 7.88KB 热度 25次
设置 一个有效的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
用户评论