I have a doubt....I Installed Kubectl on cloud Ubuntu server which runs on the . . .

Giridharan:
I have a doubt…I Installed Kubectl on cloud Ubuntu server which runs on the windows os system…

How to install driver for minikube??

Is it possible to download virtual box in windows and make access to kubectl on Ubuntu cloud server?

When I used minikube start --driver=docker …it shows error as …need 2CPU but has only 1 CPU requirements…?

Can anyone help me …How to start minikube start…in virtual box or docker as driver ?

Vitor Jr.:
Sorry, I don’t get it. You gave a lot of information.

Vitor Jr.:
But the first thing is: you won’t run VirtualBox in a cloud instance. Nested virtualization isn’t supported.

Vitor Jr.:
You can still run minikube in a EC2 instance, for example, using docker as virt driver

Vitor Jr.:
Check more information here: https://www.radishlogic.com/kubernetes/running-minikube-in-aws-ec2-ubuntu/

Giridharan:
Thank u very…much… Will try t3.micro 2vCpu…instance…

Giridharan:
1 question is …is that possible to download kubectland minikube in Ubuntu cloud and virtualbox driver in our local windows system…and make it configure…

Vitor Jr.:
No, this doesn’t make sense at all. :slightly_smiling_face:

Vitor Jr.:
Chose one:
• run minikube in your laptop with VirtualBox installed and use it as virt driver
• run minikube in a cloud box and use docker as virt driver

Giridharan:
OK… I will practice docker as Virt driver…

Thanks for the reply…