Skip to content

Latest commit

 

History

History

1.hello-kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hello World

部署

kubectl apply -f deploy.yaml

查看日志

kubectl logs --selector=app=node -c node --tail=-1