Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created August 24, 2020 14:18
Show Gist options
  • Save sombrafam/01436909871d07336d13e32c7e0f5776 to your computer and use it in GitHub Desktop.
Save sombrafam/01436909871d07336d13e32c7e0f5776 to your computer and use it in GitHub Desktop.
root@manual-11:~# ps aux | grep kube
root 4120 0.0 0.0 20048 3600 ? Ss Aug18 0:00 bash /etc/systemd/system/jujud-unit-kubernetes-worker-1-exec-start.sh
root 4130 0.0 2.1 825956 88752 ? Sl Aug18 6:45 /var/lib/juju/tools/unit-kubernetes-worker-1/jujud unit --data-dir /var/lib/juju --unit-name kubernetes-worker/1 --debug
ubuntu 7000 0.0 0.5 119292 20556 pts/0 S+ 13:29 0:00 journalctl -afu snap.kube*
systemd+ 9548 0.0 0.0 204 4 ? Ss Aug18 0:00 /usr/bin/dumb-init -- /nginx-ingress-controller --configmap=ingress-nginx-kubernetes-worker/nginx-configuration --tcp-services-configmap=ingress-nginx-kubernetes-worker/tcp-services --udp-services-configmap=ingress-nginx-kubernetes-worker/udp-services --annotations-prefix=nginx.ingress.kubernetes.io --enable-ssl-chain-completion=False --enable-ssl-passthrough=False
systemd+ 9575 0.2 0.9 140056 38648 ? Ssl Aug18 19:01 /nginx-ingress-controller --configmap=ingress-nginx-kubernetes-worker/nginx-configuration --tcp-services-configmap=ingress-nginx-kubernetes-worker/tcp-services --udp-services-configmap=ingress-nginx-kubernetes-worker/udp-services --annotations-prefix=nginx.ingress.kubernetes.io --enable-ssl-chain-completion=False --enable-ssl-passthrough=False
nobody 9964 0.0 0.7 133964 32096 ? Ssl Aug18 6:35 /kube-state-metrics --port=8080 --telemetry-port=8081
root 10484 0.0 0.8 138356 35032 ? Ssl Aug18 7:18 /usr/bin/kube-controllers
root 14143 0.1 0.8 48096 35144 ? Ssl Aug18 9:22 /metrics-server --metric-resolution=30s --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
1001 14260 0.0 0.8 140032 34568 ? Ssl Aug18 6:29 /dashboard --insecure-bind-address=0.0.0.0 --bind-address=0.0.0.0 --auto-generate-certificates --authentication-mode=basic --namespace=kubernetes-dashboard
root 18594 0.1 0.8 141188 34720 ? Ssl 13:48 0:00 /snap/kube-proxy/1613/kube-proxy --cluster-cidr=192.168.0.0/16 --kubeconfig=/root/cdk/kubeproxyconfig --logtostderr=true --v=4 --master=https://10.230.56.44:443 --hostname-override=manual-11
root 18637 3.4 2.3 1780024 93488 ? Ssl 13:48 0:23 /snap/kubelet/1560/kubelet --kubeconfig=/root/cdk/kubeconfig --network-plugin=cni --v=4 --logtostderr=true --node-ip=10.230.56.26 --container-runtime=remote --container-runtime-endpoint=unix:///var/run/containerd/containerd.sock --cloud-provider=vsphere --provider-id=vsphere://8AD42842-C414-D9E4-B008-617627F621A8 --config=/root/cdk/kubelet/config.yaml --dynamic-config-dir=/root/cdk/kubelet/dynamic-config --pod-infra-container-image=rocks.canonical.com:443/cdk/pause-amd64:3.2
root 23665 0.0 0.0 13168 1104 pts/1 S+ 13:59 0:00 grep --color=auto kube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment