an issue regarding Kubernetes for the Absolute Beginners - Hands-on Tutorial course Under Microservices Architecture in Demo Deploying Voting Application on Kubernetes. I am not able to access the application through the given address.
I used NodePort 30006 in voting-app-service.yaml file & NodePort 30007 in result-app-service.yaml file.
Hi @Pritam-Saha,
It’s not an error message but information message, you can now run minikube start to start, and you can see that he’ll choose VirtualBox as driver by default
You will find the below steps on the above thread. I posted it here for your convenience. FIX: VM → Settings → Processor → tick the option “Enable Nested VT-x/AMD-V” and press OK
In case, if you are not able to tick the option from VirtualBox UI then go to the Oracle folder and run the following commands:-
It will list the vms and you can check the minikube vm name.
VBoxManage.exe list vms
It will enable the option.
VBoxManage.exe modifyvm <VM-NAME> --nested-hw-virt on