Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created August 24, 2020 14:54
Show Gist options
  • Save sombrafam/5edb3c4addaf1d4be6f07bbd5b1abac8 to your computer and use it in GitHub Desktop.
Save sombrafam/5edb3c4addaf1d4be6f07bbd5b1abac8 to your computer and use it in GitHub Desktop.
root@manual-11:~# ps aux | grep kube
1001 1077 0.4 0.7 140032 30456 ? Ssl 14:51 0:00 /dashboard --insecure-bind-address=0.0.0.0 --bind-address=0.0.0.0 --auto-generate-certificates --authentication-mode=token --namespace=kubernetes-dashboard
systemd+ 2804 0.0 0.0 204 4 ? Ss 14:53 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+ 2832 2.4 0.9 741056 37504 ? Ssl 14:53 0: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
root 3132 0.0 0.0 13168 1052 pts/1 S+ 14:53 0:00 grep --color=auto 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.2 825956 89540 ? Sl Aug18 6:49 /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 1.4 207860 58152 pts/0 S+ 13:29 0:02 journalctl -afu snap.kube*
nobody 9964 0.0 0.8 133964 34132 ? Ssl Aug18 6:38 /kube-state-metrics --port=8080 --telemetry-port=8081
root 10484 0.0 0.8 138356 35188 ? Ssl Aug18 7:22 /usr/bin/kube-controllers
root 14143 0.1 0.8 48096 36352 ? Ssl Aug18 9:26 /metrics-server --metric-resolution=30s --kubelet-preferred-address-types=InternalIP,Hostname,InternalDNS,ExternalDNS,ExternalIP
root 32107 0.3 0.8 141188 33764 ? Ssl 14:51 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 32152 4.0 2.2 1706036 90756 ? Ssl 14:51 0:05 /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://4228d48a-14c4-e4d9-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:3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment