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
Смотрите видео kubernetes tutorial | What is Minikube ? | Minikube Installation on Windows 10 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь VSPARKZ 24 Сентябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 10,843 раз и оно понравилось 106 людям.