iT邦幫忙

2022 iThome 鐵人賽

DAY 11
0
DevOps

用K8s打造你的Youtube系列 第 11

監聽控管

  • 分享至 

  • xImage
  •  

K8S的管理跟Container的管理很像,你可以用get all獲得所有資訊

kubectl get all

或是針對deployment或是service服務列出來

kubectl get deployment ecsdemo-nodejs
kubectl get services ecsdemo-nodejs

Screen Shot 2022-08-14 at 11.48.44 PM.png

如果想知道某一個pods的logs,可以下

kubectl logs <pod>

如果想要多擴展某些pods,可以下scale

kubectl scale deployment ecsdemo-nodejs --replicas=3
kubectl scale deployment ecsdemo-crystal --replicas=3

上一篇
Service
下一篇
RDS Aurora
系列文
用K8s打造你的Youtube13
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言