Hey all, going to try to start up with a bare metal, single node kubernetes implementation with kubevirt. From what I can gather minikube is probably the easiest method to get there so plan to use that as my k8s level. One question I have is that of what is the preferred linux distro to sit underneath such things? I tend to skew towards ubuntu but curious if you all see something better out there for this kind of use case.
- Community
- Veeam User Groups
- Kubernetes Korner
- Which Linux Distribution for Kubernetes/miniKube
Which Linux Distribution for Kubernetes/miniKube
- March 20, 2024
- 19 comments
- 520 views
- Veeam Vanguard
- 75 comments
19 comments
- Veeam Vanguard
- 1331 comments
- March 20, 2024
Ubuntu is fine. Also checkout K3S it is closer to a real K8S distro and not that much more of a learning curve.
At the end of the day though whatever you feel more comfortable with!
If you have any questions please reach out :)
- Veeam Vanguard
- 1331 comments
- March 20, 2024
Also you can install both on your laptop too to have a nuke zone, i.e. where you feel free to go nuts and then wipe out without nuking the lab too:
- Author
- Veeam Vanguard
- 75 comments
- March 20, 2024
awesome, thanks for the information
- Veeam Legend, Veeam Vanguard
- 9396 comments
- March 20, 2024
I am interested in this as well to get going with Kubernetes and Kasten stuff. 👀
- Veeam Vanguard
- 1331 comments
- March 20, 2024
If I remember correctly you are a Macman as well so Rancher Desktop runs on ARM too
- Veeam Vanguard
- 19 comments
- March 20, 2024
So if you want bare metal over running this on my daily driver machine, you’ve a few options
OpenShift single node - sign up for an account with red hat, get 60 days trial licence from an install, use the assisted installer (liveCD) to built your node from scratch. https://docs.openshift.com/container-platform/4.15/installing/installing_sno/install-sno-installing-sno.html
Or Talos Linux, which I think is getting really popular atm, and probably what I’d look at first. https://www.talos.dev/
Ciao, Jurgen Kubernetes Klopp!
- Product Strategy
- 121 comments
- March 20, 2024
If I remember correctly you are a Macman as well so Rancher Desktop runs on ARM too
You won’t be able to run K10 on ARM
- Product Strategy
- 121 comments
- March 20, 2024

Talos for me!
- Product Strategy
- 121 comments
- March 20, 2024
Talos is super easy to create a cluster on vSphere or bare metal
- Veeam Vanguard
- 1331 comments
- March 22, 2024
Just to follow up. I had a free moment and you got me intrigued so I decided to try this out on my non work (i.e. less resources) Laptop. Literally took 10 minutes to get it going on Rancher Desktop on windows. Now have not started to play with it so we will see but nevertheless:

- Veeam Vanguard
- 1331 comments
- March 22, 2024
ah
Anyways, better than drinking beer. I will do a few posts on kubevirt in the near future and see what I can squeeze out of my lego lab. I played around with Rancher Desktop yesterday but as
- Veeam Vanguard
- 19 comments
- March 22, 2024

Talos for me!
geek!
- Veeam Vanguard
- 19 comments
- March 22, 2024
ah
Anyways, better than drinking beer. I will do a few posts on kubevirt in the near future and see what I can squeeze out of my lego lab. I played around with Rancher Desktop yesterday but as
Maybe you can compare Beer to KubeVirt and make it your thing? a connoisseur of alcohol and cloud native.
- Veeam Vanguard
- 1331 comments
- March 22, 2024
Kubebeer? Now that would be CNCF project!!!
- Veeam Vanguard
- 1331 comments
- March 22, 2024
could leverage the brain’s eBPF so right in its Kernel. Does cilium for EBPF still leverage a “sidebar” ;)
- Product Strategy
- 121 comments
- March 23, 2024
I think it’s time for us all to jump on a call to discuss and share some of this learning…..
- Veeam Vanguard
- 1331 comments
- March 23, 2024
One important thing to remember if you do this on K3S (and I imagine Talos as well, I will try that later) if you want to use software virtualization emulation then you need to set it in the kubevirt CR:
spec.configuration.developerConfiguration.useEmulation
to true
1kubectl edit -n kubevirt kubevirt kubevirt
and add
1spec:2 ...3 configuration:4 developerConfiguration:5 useEmulation: true
or before you start
1export VERSION=$(curl -s https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirt/stable.txt)23wget https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/kubevirt-cr.yaml
and then edit the kubevirt-cr.yaml before applying.
I will do a quick post on getting it going on a small 3 node k3s cluster in a bit.
- Veeam Vanguard
- 1331 comments
- March 23, 2024
This is a lot of fun. Will give Talos and Rancher Desktop a try later but I have used up my allowed Saturday morning screen time already :( Here is the link to my morning setup:
https://community.veeam.com/kubernetes-korner-90/kubevirt-on-k3s-7073?postid=58158#post58158
Hey all, going to try to start up with a bare metal, single node kubernetes implementation with kubevirt. From what I can gather minikube is probably the easiest method to get there so plan to use that as my k8s level. One question I have is that of what is the preferred linux distro to sit underneath such things? I tend to skew towards ubuntu but curious if you all see something better out there for this kind of use case.
Ubuntu is fine. Also checkout K3S it is closer to a real K8S distro and not that much more of a learning curve.
At the end of the day though whatever you feel more comfortable with!
If you have any questions please reach out :)
Also you can install both on your laptop too to have a nuke zone, i.e. where you feel free to go nuts and then wipe out without nuking the lab too:
awesome, thanks for the information
I am interested in this as well to get going with Kubernetes and Kasten stuff. 👀
If I remember correctly you are a Macman as well so Rancher Desktop runs on ARM too
So if you want bare metal over running this on my daily driver machine, you’ve a few options
OpenShift single node - sign up for an account with red hat, get 60 days trial licence from an install, use the assisted installer (liveCD) to built your node from scratch. https://docs.openshift.com/container-platform/4.15/installing/installing_sno/install-sno-installing-sno.html
Or Talos Linux, which I think is getting really popular atm, and probably what I’d look at first. https://www.talos.dev/
Ciao, Jurgen Kubernetes Klopp!
If I remember correctly you are a Macman as well so Rancher Desktop runs on ARM too
You won’t be able to run K10 on ARM

Talos for me!
Talos is super easy to create a cluster on vSphere or bare metal
Just to follow up. I had a free moment and you got me intrigued so I decided to try this out on my non work (i.e. less resources) Laptop. Literally took 10 minutes to get it going on Rancher Desktop on windows. Now have not started to play with it so we will see but nevertheless:

ah
Anyways, better than drinking beer. I will do a few posts on kubevirt in the near future and see what I can squeeze out of my lego lab. I played around with Rancher Desktop yesterday but as

Talos for me!
geek!
ah
Anyways, better than drinking beer. I will do a few posts on kubevirt in the near future and see what I can squeeze out of my lego lab. I played around with Rancher Desktop yesterday but as
Maybe you can compare Beer to KubeVirt and make it your thing? a connoisseur of alcohol and cloud native.
Kubebeer? Now that would be CNCF project!!!
could leverage the brain’s eBPF so right in its Kernel. Does cilium for EBPF still leverage a “sidebar” ;)
I think it’s time for us all to jump on a call to discuss and share some of this learning…..
One important thing to remember if you do this on K3S (and I imagine Talos as well, I will try that later) if you want to use software virtualization emulation then you need to set it in the kubevirt CR:
spec.configuration.developerConfiguration.useEmulation
to true
1kubectl edit -n kubevirt kubevirt kubevirt
and add
1spec: ... configuration: developerConfiguration: useEmulation: true
or before you start
1export VERSION=$(curl -s https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirt/stable.txt)wget https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/kubevirt-cr.yaml
and then edit the kubevirt-cr.yaml before applying.
I will do a quick post on getting it going on a small 3 node k3s cluster in a bit.
This is a lot of fun. Will give Talos and Rancher Desktop a try later but I have used up my allowed Saturday morning screen time already :( Here is the link to my morning setup:
https://community.veeam.com/kubernetes-korner-90/kubevirt-on-k3s-7073?postid=58158#post58158
Comment
Related topics
Cognite function chainingicon
Product User CommunityHow to use extraction pipeline configuration to configure Cognite functions [Cognite Official]
FunctionsCognite Function input limitsicon
Developer CommunityCognite Functions: Function creation failing to deployicon
Developer CommunityCognite Functions: How to get package from private package repository?icon
Cognite Data Fusion Toolkit
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OK