开始使用
kubectl get nodeskubectl describe [node <NODE-NAME>]source <(kubectl completion bash)kubectl run kubia --image=luksa/kubia --port=8080 --generator=run/vl replicationcontrollerkubectl get podskubectl describe pod [POD-NAME]kubectl expose rc kubia --type=LoadBalancer --name kubia-httpkubectl get servcieskubectl scale rc <NAME> --replicas=3
Last updated
