Persistent Volume and LivenessProbe in Kubernetes-Hindi/Urdu | Lec-52 | Complete Devops Tutorials

  Рет қаралды 80,561

Technical Guftgu

Technical Guftgu

2 жыл бұрын

LEC-52-Kubernetes complete tutorials.
====================
Install Docker
$ sudo apt update && apt -y install docker.io
Install kubectl
$ curl -LO storage.googleapis.com/kubern... -s storage.googleapis.com/kubern... && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl
Install Minikube
$ curl -Lo minikube storage.googleapis.com/miniku... && chmod +x minikube && sudo mv minikube /usr/local/bin/
Start Minikube
$ apt install conntrack
$ minikube start --vm-driver=none
$ minikube status
=================================
PERSISTENT VOLUME
================================
apiVersion: v1
kind: PersistentVolume
metadata:
name: myebsvol
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Recycle
awsElasticBlockStore:
volumeID: # YAHAN APNI EBS VOLUME ID DAALO
fsType: ext4
============
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: myebsvolclaim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
==================================================================================================================
apiVersion: apps/v1
kind: Deployment
metadata:
name: pvdeploy
spec:
replicas: 1
selector: # tells the controller which pods to watch/belong to
matchLabels:
app: mypv
template:
metadata:
labels:
app: mypv
spec:
containers:
- name: shell
image: centos
command: ["bin/bash", "-c", "sleep 10000"]
volumeMounts:
- name: mypd
mountPath: "/tmp/persistent"
volumes:
- name: mypd
persistentVolumeClaim:
claimName: myebsvolclaim
==========================================================================================================================
HEALTHCHECK/LIVENESSPROBE
==========================================================================================================================
apiVersion: v1
kind: Pod
metadata:
labels:
test: liveness
name: mylivenessprobe
spec:
containers:
- name: liveness
image: ubuntu
args:
- /bin/sh
- -c
- touch /tmp/healthy; sleep 1000
livenessProbe:
exec:
command:
- cat
- /tmp/healthy
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 30
----------------------------------------
Now you can Donate us via Paypal or Google Pay
Paypal link : www.paypal.me/technicalguftgu
GooglePay/PhonePe/BHIM App UPI ID : bhupinderccs@okaxis
Visit Our Website for all the Courses- www.technicalguftgu.in
Do subscribe to TECHNICAL GUFTGU channel and Press Bell icon & get regular updates on videos, DIRECT LINK TO CHANNEL : / technicalguftgu
Here are direct links of My All the Playlist: MUST CHECK
IPv6 Complete Tutorial for beginners Link : • IP Version 6 Tutorials...
Microsoft Azure Tutorial for beginners in Hindi/Urdu AZ-103 and AZ-900 LINK : • Microsoft Azure Tutori...
Cloud computing tutorials For beginners Link : • Cloud Computing Tutori...
AWS Solution Architect-Associate complete Tutorials Link : • AWS Solution Architect...
Devops tutorials in Hindi:-
• What are the Pre-requi...
CCNA Complete Tutorials /Computer Networking Link : • CCNA Full course in Hi...
This is the best channel for AWS Tutorials, Microsoft Azure tutorials, 2G,3G, LTE, CCNA, Cloud computing and for others topics related to cloud and computer networking. Technical Guftgu is the only platform, which provides you entire training on white board, so that you feels that, you are taking real time training.
Bhupinder Rajput Sir is having 8 Years of Experience in the field of technical trainings in entire india.
NOTE : If you would like to organise Bhupinder Rajput Sir workshop in your College or University, write mail to us.
For More Information:
Please write us at : technicalguftgu99@gmail.com
Connect with us on facebook page-Technical Guftgu for his upcoming 5 Days workshops on cloud in india and Nepal. If you would like to donate and give support to our Channel, write mail to us.
Thanks For giving Your Valuable time.
Regards,
Technical Guftgu Team

Пікірлер: 181
@prithvivishwanath
@prithvivishwanath 2 жыл бұрын
Without seeing the content I liked the video ... that’s how we trust u sir
@vikastiwari6478
@vikastiwari6478 2 жыл бұрын
Exactly
@jayeshsalunkhe3402
@jayeshsalunkhe3402 2 жыл бұрын
U r 👍
@fuxailrashid7411
@fuxailrashid7411 2 жыл бұрын
To all viewers Never skip ads on his videos, Least thing we could do
@jaideeptonk1854
@jaideeptonk1854 2 жыл бұрын
Kya baat hai sir... 4 din me do lecture.. Itni khushi 😭😁👌 God bless 🙏
@Troy746
@Troy746 Ай бұрын
Hands down to Bhupinder sir. Salute from Canada.
@sheikh_imran7246
@sheikh_imran7246 2 жыл бұрын
You will be lived in more than crore's of peoples dua. You are doing good job.
@ashwininaikar9009
@ashwininaikar9009 2 жыл бұрын
Is learning soo much easy, never saw a teacher like you. Thank you soo much Bhupinder Sir -From Karnataka
@sujeetkumar.
@sujeetkumar. 2 жыл бұрын
Sir, you are awesome. Can you please cover these topics as well :- 1. Custom resource definition (CRD) 2. CA (Certificate Authority) 3. RBAC (Role based access control)
@sudeepyernagula6866
@sudeepyernagula6866 2 жыл бұрын
addicted to your valuable content sirrrrrrrrrrrrrrr
@qasimjaved9394
@qasimjaved9394 2 жыл бұрын
Sir, you are excellent, superb Recalls me about my teachers that i had in my childhood but never had that kind of teachers after that except you
@mandeep259
@mandeep259 2 жыл бұрын
Back to back... Bhupinder Sir.. you are the best 🙏🙏👌👌
@nainabhartia9260
@nainabhartia9260 8 күн бұрын
Sir, thank you so much for the devops series. Please complete TERRAFORM series as well. It would be really helpful.
@shamstabrez2986
@shamstabrez2986 2 жыл бұрын
Bina dkhe hi bhai ka face dkh kr hi maine video like krdiya h
@RakeshBitling
@RakeshBitling 2 жыл бұрын
Thank you, Sir..Excellent I am watching your K8s series right from start. Very much satisfied
@engrqamarabbas9753
@engrqamarabbas9753 2 жыл бұрын
Thanks a lot for that. Watching from Pakistan
@mohammadraghib8426
@mohammadraghib8426 Жыл бұрын
Apka video dekhne ke baad hi storage topic mere concept bana....Thanks a lot
@mohammedsamee7746
@mohammedsamee7746 2 жыл бұрын
Hello sir, no one can raise the question on your teaching because the way you teaches is as simple as to drink the water...you are so matured by moral values really I appreciate you lot..plz keep it up sir because it will take you to some other level....
@rajeshdhiman200
@rajeshdhiman200 2 жыл бұрын
Sir, you are wonderful. Ap Jabardast ho sir. Itni mehnat karte ho aap hmare liye. Hatts off to you sir.
@rehanshusaini8377
@rehanshusaini8377 Жыл бұрын
God bless u sir .. may u live long ❤️
@williamprusty3207
@williamprusty3207 2 жыл бұрын
You are doing great Job Sir. May God bless u with lot of success and happiness
@mubarizahmad7875
@mubarizahmad7875 2 жыл бұрын
Mery pyare Ustadji ap ka andaz buhut dil fareb hai . aam admi ki zaban mein ap samjhaty hein tu dil mein uttar jata hai , aur ap ki Urdu aur tahzeeb kable sataish hai , ap ka shagird.
@TechnicalGuftgu
@TechnicalGuftgu 2 жыл бұрын
Shukriya haulsa afzaai ke liye.aapki urdu bhi mashallah lajawaab hai.hum sab ek hi hai,sarhade aur faasle hame aur hamari Zubaan ko alag Nahi kar sakte kabhi.
@mubarizahmad7875
@mubarizahmad7875 2 жыл бұрын
@@TechnicalGuftgu Pyare Ustadji Assallam o Aliqum, Ye ap ki hi zara nawazi hai, buhut shukria mujh haqeer ki ap ne hosla afzai ki, ap buhut azeem kam karrahy hein aur meri dili dua hai Allah ap ko sehat tandrosti khusion aasaniyon mein rakhay ameen,aur ap nay meray dil ki baat keh di, ye muhabat ki shahistegi ki ilm ki zaban jisko ap ne aik munfarid andaz mein peesh kiya hai yahan Technical Guftgu kay zariya , buhut door tak is khidmat ka koi sani koi nazeer nahi milti, Ji bilkul zaban ne hume aik gharey ristay mein pro diya hai.dil aik hein hamesha se, wa aliqum assallam Ustadji.Faqat ap ka shagird.
@vashisththakar2695
@vashisththakar2695 2 ай бұрын
superb sir , maza aa gaya . your teaching method is amazing . god bless you
@sohailalvi6042
@sohailalvi6042 2 жыл бұрын
Excellent Teacher, Thank you for your great work.
@parthasarathipradhan3420
@parthasarathipradhan3420 2 жыл бұрын
Thank u sir for coming first
@abhishekkumarsrivastava1489
@abhishekkumarsrivastava1489 2 жыл бұрын
Tahe dil se sukriya sir Jo aapne itni jaldi video upload ker diya May God bless you Thank you Sir
@badrinarayanparija4609
@badrinarayanparija4609 2 жыл бұрын
hum sirf ache he, but tum whole world par ache ho, you are the one peace in this world. we never forgot sir
@faksms
@faksms Жыл бұрын
you deliver the lecture in a very very nice way and also free.
@SaurabhKumar-nj6bg
@SaurabhKumar-nj6bg 2 жыл бұрын
Sir please don't stop this series
@sohandogra7185
@sohandogra7185 2 жыл бұрын
Thanks sir for providing such a content to us
@bluedragon5573
@bluedragon5573 Жыл бұрын
Thank you very much for your playlist on gcp, I cleared my gcp ace exam. Without you it would have been very difficult. Thank you once again! 🙏
@campingmiles
@campingmiles 4 ай бұрын
Thank you sir for these lectures.. you are a gem!
@Lokeshjune26
@Lokeshjune26 Жыл бұрын
best one , i dont know hindi but still learning from your videos
@zaibakhanum203
@zaibakhanum203 2 жыл бұрын
Cracked my CKA certification...
@JunedAnsari-uo1jg
@JunedAnsari-uo1jg 2 жыл бұрын
Thankyou soo much sir , u are the best teacher !!!!❤❣
@ajeetsrivastava8870
@ajeetsrivastava8870 2 жыл бұрын
Excellent Explanation!!!👍👍👍
@secretofallthings6962
@secretofallthings6962 2 жыл бұрын
thank you sir this amazing lecture it was really help me
@debrajpradhan5500
@debrajpradhan5500 2 жыл бұрын
Very very thanks sir ❤️❤️❤️❤️
@numair3
@numair3 2 жыл бұрын
I appreciate your efforts
@meenakshichhipa6150
@meenakshichhipa6150 2 жыл бұрын
Thank you so much Sir.
@staranisfood
@staranisfood 2 жыл бұрын
Amazing lecture
@nitukiran5267
@nitukiran5267 2 жыл бұрын
In case of ebs, pv can be claimed by only one node. This is a limitation since ebs can never be mounted to multiple nodes in aws. That is why, aws only supports readWriteOnce and readOnlyOnce access nodes only. However, azure and gcp do support readWriteMany access modes as well. I experienced this while working on one of my industry project
@umershaikh531
@umershaikh531 Жыл бұрын
did you tried using efs???
@RAMKASEWAK
@RAMKASEWAK Жыл бұрын
can u plz give some interview tips for freshers in devops
@Patriotic8422
@Patriotic8422 2 ай бұрын
*Last shair.....Dil jalaaayy* 😍
@santoshkushawaha173
@santoshkushawaha173 3 ай бұрын
best training in youtube
@ranjitbehera538
@ranjitbehera538 2 жыл бұрын
Awesome sir
@rajkumarsingh09
@rajkumarsingh09 2 жыл бұрын
Great explained.....Please add python automation series post this kubernetes sir...Doing great job.. Thank you
@Vishal-wr6cc
@Vishal-wr6cc 2 жыл бұрын
1st Like & Comment
@souviksarkar5480
@souviksarkar5480 2 жыл бұрын
Thankyou Sir ...love u
@junaidkhan-xh4wx
@junaidkhan-xh4wx 2 жыл бұрын
thank you for clearing concept
@deepakv30
@deepakv30 Жыл бұрын
Thanks for your effort
@basitbasit1913
@basitbasit1913 2 жыл бұрын
Sir, your all videos are very great , please make a video on cloud watch Your are a good trainer
@twinqueen1496
@twinqueen1496 Жыл бұрын
ekdam Perfect
@ZeeMan2.0
@ZeeMan2.0 2 жыл бұрын
Bahut shuqriyah bahut maharbaani huxoor aap der aaye durust aaye ......dua me yad rakhiyega !! Bas aap ab projects uoload kar dijiye
@rohanpatil2930
@rohanpatil2930 2 жыл бұрын
Love You Sir
@csdhillon1
@csdhillon1 2 жыл бұрын
You are the best !!!
@Amala_Gadhadara_Das
@Amala_Gadhadara_Das 2 жыл бұрын
Thanks Sir , chaliye achi baat hai :)
@rahulkumarshaw5266
@rahulkumarshaw5266 2 жыл бұрын
Planning to revise this series again
@peesa5945
@peesa5945 2 жыл бұрын
Thank you sir 🙏🙏
@Piyush-sw6he
@Piyush-sw6he 2 жыл бұрын
Sir , u r great . I have one request for you pleaseeeee make a video on Active directory in detail.
@sandeepdash9633
@sandeepdash9633 2 жыл бұрын
love you sir..
@AslamKhan-ec7xd
@AslamKhan-ec7xd 2 жыл бұрын
I went through 3 videos on PV and PVC before coming here and I stopped after this , because I understood PV and PVC with only THIS video and it was enough.
@manmohanmishra4827
@manmohanmishra4827 2 жыл бұрын
yor are great sir..
@ISHANICUTIEPIE
@ISHANICUTIEPIE 2 жыл бұрын
awesome lecture..
@suvidha2474
@suvidha2474 2 жыл бұрын
Very helpful lecture...
@user-ql8zv7ej2v
@user-ql8zv7ej2v Жыл бұрын
watched all DevOps series and aws series helped lots thanks for this, can you please make video on RBAC (Role based access control)
@szakiuddin708
@szakiuddin708 2 жыл бұрын
Thank You Sir
@broken_but_strong.
@broken_but_strong. Жыл бұрын
superb sir
@niharikadixit5723
@niharikadixit5723 11 ай бұрын
Thank you so much sir ji
@MrPranjal84
@MrPranjal84 Жыл бұрын
Nice and easy to understand
@AbhishekKumar-zv3rr
@AbhishekKumar-zv3rr 2 жыл бұрын
great work
@rohitsinha1645
@rohitsinha1645 2 жыл бұрын
well explained Sir
@vikastiwari6478
@vikastiwari6478 2 жыл бұрын
Bhupinder sir... Thank you 💖
@piyushdarji7926
@piyushdarji7926 2 жыл бұрын
Amezing !!!!!!!
@explorenatures
@explorenatures 2 жыл бұрын
Thank you sir
@vikaschauhan471
@vikaschauhan471 2 жыл бұрын
Fantastic
@nitink8148
@nitink8148 2 жыл бұрын
Sir just a request. It would be great if you could let us know towards the end of a lecture about what would be the next upcoming topic or lecture.
@suryanshusrivastava926
@suryanshusrivastava926 2 жыл бұрын
Thanks you sir..
@aniketbhagat6812
@aniketbhagat6812 Жыл бұрын
Thank you🙏
@lalatenduguru701
@lalatenduguru701 Жыл бұрын
u r awesome
@bashir40
@bashir40 2 жыл бұрын
I like your wall Sir...
@saurabhsrivastav902
@saurabhsrivastav902 2 жыл бұрын
Thank you...
@csdhillon1
@csdhillon1 2 жыл бұрын
Thank you
@techdiscussionwithrajivshakya
@techdiscussionwithrajivshakya 2 жыл бұрын
Thank you so much sir...Its a request to make a video on API..so that we understand about API. Many times API word uses but dont have idea about it..so pls explain.
@abhisheknegi5726
@abhisheknegi5726 2 жыл бұрын
Good Evening sir
@GoldenCh-dj7zu
@GoldenCh-dj7zu 28 күн бұрын
Good teaching!!! Would you please cover storage class, readiness prob also.
@suhebpatel7127
@suhebpatel7127 2 жыл бұрын
Pl make video on eks. Thanks for guidance till data.
@Madhumita.Paul.
@Madhumita.Paul. 2 жыл бұрын
sir wanted full devops proect. Jo interview pe explain kr ske. company pe jese kaam hta h. aur kitne lectures baaki hai?
@junaidkhan-xh4wx
@junaidkhan-xh4wx 2 жыл бұрын
Just prepare and make the concepts of kubernetes, it will be more than enough than projects
@frdnshaikh
@frdnshaikh Жыл бұрын
It is a really great video. Is it possible for you to create an Audio script of what you are speaking?
@omkarkashyap9442
@omkarkashyap9442 2 жыл бұрын
first view
@AbhishekKumar-fc3tx
@AbhishekKumar-fc3tx 2 жыл бұрын
Sir, EBS volume to cluster me kisi 1 hi node se connect hoti hai jo ki same AZ me instance rahta hai. to baki saare nodes kaise us volume ko use karenge....??
@rajbir_singh0517
@rajbir_singh0517 2 жыл бұрын
Sir , while creating PVC , is PV gets created with same quota? Can we limit storage like limit and request
@MrVinaysharma0
@MrVinaysharma0 2 жыл бұрын
hope you will read this.. sir in theory you are saying that PV will be attached with only one EC2 at a time so if the POD will create in another node (which is another EC2 ) so how it will access the PV
@Siddhartha_Gaurav
@Siddhartha_Gaurav Жыл бұрын
I have one question sir. If EBF mount on a single node at a time and let us suppose we have multiple pod running on different nodes in a cluster. Then how pods on the other node will access that EBS?
@sahilrelan6654
@sahilrelan6654 2 жыл бұрын
Sir kubernetes ke baad aap please terraform ka tutorial Bana sub ko bohot helpful hoga
@abhrakar3967
@abhrakar3967 2 жыл бұрын
When describing liveness pod failures=3 , never mentioned in manifest, K8S implicitly provides this against livenessProbe tag in yaml?
@mohammedirfanshaikh9991
@mohammedirfanshaikh9991 2 жыл бұрын
I have a question Sir kya kubernates ek pura alag tool hai devops mein???
@kashyaprathore2767
@kashyaprathore2767 2 жыл бұрын
best
@divyashukla8163
@divyashukla8163 2 жыл бұрын
please create a video on how to setup k8s with GCP.
@rushikeshtoshniwal9272
@rushikeshtoshniwal9272 Жыл бұрын
Correction @1:15:07 exited from container
@jhhggghhhhhhhvvf
@jhhggghhhhhhhvvf 2 жыл бұрын
Sir please make video on eigrp osf hsrp please do a favour for us bcs I'm new in networking i hope you will Made me successful by your knowledge
@shatadrusarkar3310
@shatadrusarkar3310 2 жыл бұрын
Sir plz make a vedio on SWITCHING
@yogeshjagadale7385
@yogeshjagadale7385 2 жыл бұрын
Please make video on ingress
Kubernetes Volumes Simplified
39:37
Pavan Elthepu
Рет қаралды 30 М.
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 29 МЛН
Just try to use a cool gadget 😍
00:33
123 GO! SHORTS
Рет қаралды 85 МЛН
Probes in Kubernetes with Hands-on
18:27
Pavan Elthepu
Рет қаралды 14 М.
Persistent Volumes with NFS and Cloud Storage // Kubernetes Tutorial
22:30
Best mobile of all time💥🗿 [Troll Face]
0:24
Special SHNTY 2.0
Рет қаралды 1,4 МЛН
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,4 МЛН
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,3 МЛН