Certified Kubernetes Administrator
*************************************
kubernetes tutorial | What is Minikube ? | Minikube Installation on Windows 10
Description:
*************
In this video, you are going to learn what is a Minikube & how to deploy Minikube on Windows 10.
1. A Kubernetes Cluster
2. What is Minikube ?
3. Supported OS Platforms & Hypervisors – Minikube
4. Minikube on Windows | Architecture
5. DEMO: Minikube Installation on Windows
For suggestions/feedback/doubts contact
email: [email protected]
Happy Learning !!!
===========================================================================================
USEFUL LINKS:
#############
Install Kubectl Utility:
*************************
https://kubernetes.io/docs/tasks/tool...
Install Minikube:
*****************
https://v1-18.docs.kubernetes.io/docs...
Download MINIKUBE Binary:
*****************************
https://github.com/kubernetes/minikub...
Download Oracle VM BOX :
*****************************
https://www.virtualbox.org/wiki/Downl...
==========================================================================================
#cka #kubernetes #k8s #containers
DEMO STEPS:
***************
Step 1: Check if Virtualization is supported in your machine
----------------------------------------------------------------------------------------------
$ systeminfo
Step 2: Download/Install kubectl, minikube utility & Add it to the Local ENV PATH
----------------------------------------------------------------------------------------------------------------------
https://kubernetes.io/docs/tasks/tool...
https://v1-18.docs.kubernetes.io/docs...
https://github.com/kubernetes/minikub...
Step 3: Download/Install a Hypervisor | ORACLE VM BOX
-------------------------------------------------------------------------------------------
https://www.virtualbox.org/wiki/Downl...
Step 4: Start the Minikube (Specify the Driver)
-------------------------------------------------------------------------
$ minikube start --driver=driver_name
$ minikube start --driver=virtualbox
$ minikube status
Step 5: Create & Expose a container in the Minikube Cluster
-----------------------------------------------------------------------------------------------
$ kubectl run hello-vsparkz --image=vsparkz/webserver
$ kubectl expose pod hello-vsparkz --type=NodePort --port=80
Step 6: Test or Access the Container
-----------------------------------------------------------
$ minikube service hello-vsparkz --url
Step 7: Lab Cleanup
---------------------------------
$ kubectl delete pods hello-vsparkz
$ kubectl delete service hello-vsparkz
$ minikube stop
$ minikube delete
Watch video kubernetes tutorial | What is Minikube ? | Minikube Installation on Windows 10 online without registration, duration hours minute second in high quality. This video was added by user VSPARKZ 24 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 10,843 once and liked it 106 people.