Is Kubenetes related software automatically installed on Ubuntu?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have since yesterday noticed that the top command has been showing kubelet, kube-apiserver, kube-controller and other Kubernetes related processes running on my computer. This is alarming me and making me wonder why and what if I have been pwnd.
I have Lubuntu installed for over 2 years now. I have upgraded to 18.04 about 4 months ago. I have been using Linux Containers on this distro since it was installed.
I never use docker and barely know much about Kubernetes and don't know why these processes are running on my computer.
I also haven't seen that these software are automatically installed in Ubuntu.
So I guess my question is should these processes be on my computer if I haven't installed anything related to Kubernetes?
Also can they used for hacking purposes?
lubuntu hacking kubernetes
|
show 4 more comments
I have since yesterday noticed that the top command has been showing kubelet, kube-apiserver, kube-controller and other Kubernetes related processes running on my computer. This is alarming me and making me wonder why and what if I have been pwnd.
I have Lubuntu installed for over 2 years now. I have upgraded to 18.04 about 4 months ago. I have been using Linux Containers on this distro since it was installed.
I never use docker and barely know much about Kubernetes and don't know why these processes are running on my computer.
I also haven't seen that these software are automatically installed in Ubuntu.
So I guess my question is should these processes be on my computer if I haven't installed anything related to Kubernetes?
Also can they used for hacking purposes?
lubuntu hacking kubernetes
The easiest thing to do, in cases like this, is to installaptitude
and askaptitude why kubelet
(andaptitude why kubeadm
andaptitude why kubectl
). This will tell you why these packages are needed, i.e., which other packages depend on them. Drill down until you are convinced that they are necessary, or if you aren't,apt remove
them.
– Jos
Mar 27 at 9:45
@Jos - oddly, aptitude replies that these package names do not exist all while top shows them running. I've tried using sudo as well.
– earth2jason
Mar 27 at 11:17
1
You may have installed asnap
package. Please dosnap find kubeadm
.
– Jos
Mar 27 at 11:25
That's it. It was snap. I was able to find but when I do sudo snap (logs or disable or remove) kubelet, it sayssnap "kubelet" is not installed
. Same for the other kube related names.
– earth2jason
Mar 27 at 11:41
sudo snap list
shows onlycore 16.2.37.4
andmicrok8s v1.140
. Looking this microk8s proves that this is a kubernetes tool. @Jos - Thanks for the guidance. Still no sure why this is here and why it is running commands but I will uninstall and see what happens...
– earth2jason
Mar 27 at 11:48
|
show 4 more comments
I have since yesterday noticed that the top command has been showing kubelet, kube-apiserver, kube-controller and other Kubernetes related processes running on my computer. This is alarming me and making me wonder why and what if I have been pwnd.
I have Lubuntu installed for over 2 years now. I have upgraded to 18.04 about 4 months ago. I have been using Linux Containers on this distro since it was installed.
I never use docker and barely know much about Kubernetes and don't know why these processes are running on my computer.
I also haven't seen that these software are automatically installed in Ubuntu.
So I guess my question is should these processes be on my computer if I haven't installed anything related to Kubernetes?
Also can they used for hacking purposes?
lubuntu hacking kubernetes
I have since yesterday noticed that the top command has been showing kubelet, kube-apiserver, kube-controller and other Kubernetes related processes running on my computer. This is alarming me and making me wonder why and what if I have been pwnd.
I have Lubuntu installed for over 2 years now. I have upgraded to 18.04 about 4 months ago. I have been using Linux Containers on this distro since it was installed.
I never use docker and barely know much about Kubernetes and don't know why these processes are running on my computer.
I also haven't seen that these software are automatically installed in Ubuntu.
So I guess my question is should these processes be on my computer if I haven't installed anything related to Kubernetes?
Also can they used for hacking purposes?
lubuntu hacking kubernetes
lubuntu hacking kubernetes
asked Mar 27 at 3:43
earth2jasonearth2jason
1034
1034
The easiest thing to do, in cases like this, is to installaptitude
and askaptitude why kubelet
(andaptitude why kubeadm
andaptitude why kubectl
). This will tell you why these packages are needed, i.e., which other packages depend on them. Drill down until you are convinced that they are necessary, or if you aren't,apt remove
them.
– Jos
Mar 27 at 9:45
@Jos - oddly, aptitude replies that these package names do not exist all while top shows them running. I've tried using sudo as well.
– earth2jason
Mar 27 at 11:17
1
You may have installed asnap
package. Please dosnap find kubeadm
.
– Jos
Mar 27 at 11:25
That's it. It was snap. I was able to find but when I do sudo snap (logs or disable or remove) kubelet, it sayssnap "kubelet" is not installed
. Same for the other kube related names.
– earth2jason
Mar 27 at 11:41
sudo snap list
shows onlycore 16.2.37.4
andmicrok8s v1.140
. Looking this microk8s proves that this is a kubernetes tool. @Jos - Thanks for the guidance. Still no sure why this is here and why it is running commands but I will uninstall and see what happens...
– earth2jason
Mar 27 at 11:48
|
show 4 more comments
The easiest thing to do, in cases like this, is to installaptitude
and askaptitude why kubelet
(andaptitude why kubeadm
andaptitude why kubectl
). This will tell you why these packages are needed, i.e., which other packages depend on them. Drill down until you are convinced that they are necessary, or if you aren't,apt remove
them.
– Jos
Mar 27 at 9:45
@Jos - oddly, aptitude replies that these package names do not exist all while top shows them running. I've tried using sudo as well.
– earth2jason
Mar 27 at 11:17
1
You may have installed asnap
package. Please dosnap find kubeadm
.
– Jos
Mar 27 at 11:25
That's it. It was snap. I was able to find but when I do sudo snap (logs or disable or remove) kubelet, it sayssnap "kubelet" is not installed
. Same for the other kube related names.
– earth2jason
Mar 27 at 11:41
sudo snap list
shows onlycore 16.2.37.4
andmicrok8s v1.140
. Looking this microk8s proves that this is a kubernetes tool. @Jos - Thanks for the guidance. Still no sure why this is here and why it is running commands but I will uninstall and see what happens...
– earth2jason
Mar 27 at 11:48
The easiest thing to do, in cases like this, is to install
aptitude
and ask aptitude why kubelet
(and aptitude why kubeadm
and aptitude why kubectl
). This will tell you why these packages are needed, i.e., which other packages depend on them. Drill down until you are convinced that they are necessary, or if you aren't, apt remove
them.– Jos
Mar 27 at 9:45
The easiest thing to do, in cases like this, is to install
aptitude
and ask aptitude why kubelet
(and aptitude why kubeadm
and aptitude why kubectl
). This will tell you why these packages are needed, i.e., which other packages depend on them. Drill down until you are convinced that they are necessary, or if you aren't, apt remove
them.– Jos
Mar 27 at 9:45
@Jos - oddly, aptitude replies that these package names do not exist all while top shows them running. I've tried using sudo as well.
– earth2jason
Mar 27 at 11:17
@Jos - oddly, aptitude replies that these package names do not exist all while top shows them running. I've tried using sudo as well.
– earth2jason
Mar 27 at 11:17
1
1
You may have installed a
snap
package. Please do snap find kubeadm
.– Jos
Mar 27 at 11:25
You may have installed a
snap
package. Please do snap find kubeadm
.– Jos
Mar 27 at 11:25
That's it. It was snap. I was able to find but when I do sudo snap (logs or disable or remove) kubelet, it says
snap "kubelet" is not installed
. Same for the other kube related names.– earth2jason
Mar 27 at 11:41
That's it. It was snap. I was able to find but when I do sudo snap (logs or disable or remove) kubelet, it says
snap "kubelet" is not installed
. Same for the other kube related names.– earth2jason
Mar 27 at 11:41
sudo snap list
shows only core 16.2.37.4
and microk8s v1.140
. Looking this microk8s proves that this is a kubernetes tool. @Jos - Thanks for the guidance. Still no sure why this is here and why it is running commands but I will uninstall and see what happens...– earth2jason
Mar 27 at 11:48
sudo snap list
shows only core 16.2.37.4
and microk8s v1.140
. Looking this microk8s proves that this is a kubernetes tool. @Jos - Thanks for the guidance. Still no sure why this is here and why it is running commands but I will uninstall and see what happens...– earth2jason
Mar 27 at 11:48
|
show 4 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129024%2fis-kubenetes-related-software-automatically-installed-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129024%2fis-kubenetes-related-software-automatically-installed-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The easiest thing to do, in cases like this, is to install
aptitude
and askaptitude why kubelet
(andaptitude why kubeadm
andaptitude why kubectl
). This will tell you why these packages are needed, i.e., which other packages depend on them. Drill down until you are convinced that they are necessary, or if you aren't,apt remove
them.– Jos
Mar 27 at 9:45
@Jos - oddly, aptitude replies that these package names do not exist all while top shows them running. I've tried using sudo as well.
– earth2jason
Mar 27 at 11:17
1
You may have installed a
snap
package. Please dosnap find kubeadm
.– Jos
Mar 27 at 11:25
That's it. It was snap. I was able to find but when I do sudo snap (logs or disable or remove) kubelet, it says
snap "kubelet" is not installed
. Same for the other kube related names.– earth2jason
Mar 27 at 11:41
sudo snap list
shows onlycore 16.2.37.4
andmicrok8s v1.140
. Looking this microk8s proves that this is a kubernetes tool. @Jos - Thanks for the guidance. Still no sure why this is here and why it is running commands but I will uninstall and see what happens...– earth2jason
Mar 27 at 11:48