Pod
k8s中的port【端口:30000-32767】
port :为Service 在 cluster IP 上暴露的端口
targetPort:对应容器映射在 pod 端口上
nodePort:可以通过k8s 集群外部使用 node IP node port 访问Service
containerPort:容…
关于MySql update语句不能用子查询的解决办法 使用MySql数据库语法操作update时,第一时间想到的是一下写法: UPDATE purchase_request_detail SET convert_to_voucher_id2, convert_to_voucher_typeinventory-voucher
WHERE detail_id IN (select deta…