1.k8s组成图 2.service和deployment的流量转发图 # Deployment 定义容器端口apiVersion: apps/v1kind: Deploymentmetadata: name: myappspec: template:...