贴吧原来变态的审核应该还是没变吧 等镜像上传好了 再放出来

服务端口检测
netstat -anp|grep kube-proxy|grep LISTEN
创建一个把终端映射到浏览器的容器
{
kubectl run ttyd-ext --replicas=2 --labels="app=ttyd,tier=ttyd-service" --image=docker.io/tsl0922/ttyd:latest --port 7681
kubectl expose deployment ttyd-ext --type=NodePort --name=ttyd-service-ext --port=7681
}
查看基础资源情况
kubectl get deploy,svc,ep,rs,po

服务端口检测
netstat -anp|grep kube-proxy|grep LISTEN
创建一个把终端映射到浏览器的容器
{
kubectl run ttyd-ext --replicas=2 --labels="app=ttyd,tier=ttyd-service" --image=docker.io/tsl0922/ttyd:latest --port 7681
kubectl expose deployment ttyd-ext --type=NodePort --name=ttyd-service-ext --port=7681
}
查看基础资源情况
kubectl get deploy,svc,ep,rs,po