Install Minikube on Ubuntu 22.04 LTS AWS EC2 | Deploy an app on Minikube | Kubernetes Tutorial

preview_player
Показать описание
In this Video we are going to cover Install Minikube on Ubuntu 22.04 LTS AWS EC2 | Deploy an app on Minikube | Kubernetes Tutorial Install cri-dockerd on Ubuntu 20.04 LTS| Install conntrack package on Ubuntu 20.04 LTS| Install crictl package on Ubuntu 20.04 LTS | Install calico network plugin on Minikube
#kubernetes #minikube #devops #k8s
0:00 Minikube Introduction
10:00 How to Install Minikube on Ubuntu 20.04 LTS AWS EC2
40:00 Deploy App on Kubernetes Cluster using Minikube
55:00 Access App on Minikube

Please find below step by step article

* minikube v1.24.0 on Ubuntu 20.04 (xen/amd64)* Using the none driver based on user configurationX Exiting due to GUEST_MISSING_CONNTRACK: Sorry, Kubernetes 1.22.3 requires conntrack to be installed in root's pathSolution:sudo apt-get install -y conntrack

Рекомендации по теме
Комментарии
Автор

bro u r really great, thanks for this amazing job.

yasmeenshaikh
Автор

i doing all this but curl command not run showing connection refused .what can i do ??

satyamKumar-mrgc
Автор

bhai vo angrej ko docuemnt de do kitna tadpayoge

shiva.sable
Автор

"it's the last error " lol :)

clementduval
Автор

hello, can I have the files with all the commands and link please.

kalimnawaz
Автор

Thnaks a lot for such video and explanantion, but at the i found some different error see below.
* minikube v1.27.1 on Ubuntu 22.04 (xen/amd64)
* Using the none driver based on existing profile
* Starting control plane node minikube in cluster minikube
! StartHost failed, but will try again: boot lock: unable to open permission denied
* Failed to start none bare metal machine. Running "minikube delete" may fix it: boot lock: unable to open permission denied

X Exiting due to HOST_JUJU_LOCK_PERMISSION: Failed to start host: boot lock: unable to open permission denied
* Suggestion: Run 'sudo sysctl fs.protected_regular=0', or try a driver which does not require root, such as '--driver=docker'
solution:
after giving the below command or expression i successfully started kubectl on minikube.
sudo sysctl fs.protected_regular=0

ification