Advertisement
onlinejudge95

Kubectl proxy is running

Dec 24th, 2021
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. $ ps -aux | grep "kubectl proxy"
  2. root     2742557  0.0  0.1  11180  4764 pts/0    S    19:05   0:00 sudo microk8s kubectl proxy --accept-hosts=.* --address=0.0.0.0
  3. root     2742558  0.0  0.0   8624  3068 pts/0    S    19:05   0:00 /bin/bash /snap/microk8s/2695/microk8s.wrapper kubectl proxy --accept-hosts=.* --address=0.0.0.0
  4. root     2742581  0.0  0.9 750936 36824 pts/0    Sl   19:05   0:00 /snap/microk8s/2695/kubectl proxy --accept-hosts=.* --address=0.0.0.0
  5. ubuntu   2777579  0.0  0.0   8172  2564 pts/0    S+   19:44   0:00 grep --color=auto kubectl proxy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement