Lec-49 In this video,i am explaining lots of stuff related to kubernetes in detail.No need to go anywhere.Simply watch my videos and become expert.
******************YAML Files used in demo*************************
EXAMPLE OF LABELS
kind: Pod
apiVersion: v1
metadata:
name: delhipod
labels:
env: development
class: pods
spec:
containers:
– name: c00
image: ubuntu
command: [“/bin/bash”, “-c”, “while true; do echo Hello-Bhupinder; sleep 5 ; done”]
***************************************************************************
NODE SELECTOR EXAMPLE
kind: Pod
apiVersion: v1
metadata:
name: nodelabels
labels:
env: development
spec:
containers:
– name: c00
image: ubuntu
command: [“/bin/bash”, “-c”, “while true; do echo Hello-Bhupinder; sleep 5 ; done”]
nodeSelector:
hardware: t2-medium
*****************************************************************************************************
EXAMPLE OF REPLICATION CONTROLLER
kind: ReplicationController
apiVersion: v1
metadata:
name: myreplica
spec:
replicas: 2
selector:
myname: Bhupinder Rajput
template:
metadata:
name: testpod6
labels:
myname: Bhupinder
spec:
containers:
– name: c00
image: ubuntu
command: [“/bin/bash”, “-c”, “while true; do echo Hello-Bhupinder; sleep 5 ; done”]
****************************************************************************************************************
EXAMPLE OF REPLICA SET
kind: ReplicaSet
apiVersion: apps/v1
metadata:
name: myrs
spec:
replicas: 2
selector:
matchExpressions: # these must match the labels
– {key: myname, operator: In, values: [Bhupinder, Bupinder, Bhopendra]}
– {key: env, operator: NotIn, values: [production]}
template:
metadata:
name: testpod7
labels:
myname: Bhupinder
spec:
containers:
– name: c00
image: ubuntu
command: [“/bin/bash”, “-c”, “while true; do echo Technical-Guftgu; sleep 5 ; done”]
***************************************END******************************
Now you can Donate us via Paypal or Google Pay
Paypal link : https://www.paypal.me/technicalguftgu
GooglePay/PhonePe/BHIM App UPI ID : bhupinderccs@okaxis
Do subscribe to TECHNICAL GUFTGU channel and Press Bell icon & get regular updates on videos, DIRECT LINK TO CHANNEL : https://www.youtube.com/c/TechnicalGuftgu
Here are direct links of My All the Playlist: MUST CHECK
IPv6 Complete Tutorial for beginners Link : https://www.youtube.com/playlist?list=PLBGx66SQNZ8ZjaqNaEEh6KBJLZjGC8WAu
Microsoft Azure Tutorial for beginners in Hindi/Urdu AZ-103 and AZ-900 LINK : https://www.youtube.com/playlist?list=PLBGx66SQNZ8ZS9VhxzfWpne4c3ces9IHA
Cloud computing tutorials For beginners Link : https://www.youtube.com/playlist?list=PLBGx66SQNZ8ZoTCIRIGKvvtbKMj0rqCL-
AWS Solution Architect-Associate complete Tutorials Link : https://www.youtube.com/playlist?list=PLBGx66SQNZ8a_y_CMLHchyHz_R6-6i-i_
Devops tutorials in Hindi:-
https://www.youtube.com/watch?v=eX3ZimWWHh4&list=PLBGx66SQNZ8aPsFDwb79JrS2KQBTIZo10
CCNA Complete Tutorials /Computer Networking Link : https://www.youtube.com/playlist?list=PLBGx66SQNZ8ZvdIoctCTWB3ApXQpQGEin
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
source
Sir Ager DevOps India ha to apka channel DevOps ka Tajmahal hai..seriously quality content without any cost!may God bless you sir
very very well explained ….super indepth information. Basics gets clear with your videos
To be honest..My dear friends don't waste your money in coaching centers..Its enough for learning and concepts. hats off you sir
Hello Sir, can you please add Python and terraform scripts as well, it would be really helpful.
here we are doing manual scaling how can we automate this?
Yha Se Sare questions interview me aate hai
EKS pe q Nhi Karwa Rhe ho aap
You are really an awsome person with such hardwork and dediction you are creating this content and than presenting in such an easy and nice way. Appreciated
I have created 3 instances ..1 for master and another 2 for nodes…I connected the nodes into master.. whenever I created pods it's showing 0/1 not contianer created..plz any one help me..I tried lot of times
Best Teacher !!
Sir where I can get whole course of K8s pls suggest
thank you sir
Chaliye achi baat hai :D. Love all your lectures. Very easy to follow.
. ❤❤❤❤.
superb se bhi uper 👍👍❤️❤️
Sir Thank you so much, mujhe devops se pyar ho gya ,, Sirf apki wajah se……. Sabi log jaha dar create kar rahe the,, apne itna hi asan bana diya hai,, DIl se Shukriya Sir,,, God Bless you Sir….
Fantastic!! Sir
Could you please tell me how database live time data stores in a pod and if pod delete then the data will also delete?
Jab bhagwan insaan ka roop dharan karte hai toh tab BHUPINDER RAJPUT jaise hote hai 🙂
Thank You Sir. Great Job.
Thanks!
Mast class Sir. Big THANK YOU….. Learning from you. My only tutorial for learning is techGuftgu
awesome
Great lecture about kubernetes.
Amazing content sir. I have learned a lot from you.
Im not able to find complete notes for devops series on telegram group…please some help me with the notes
Thank you sir
Red label bhi aati h black label bhi aati h… 🙂 fun with learning.. keep doing
Chalen achhi bat he 🙂
Thank you sir
I create a network and try to connect it with command (sudo docker service create –name serv1 –network net1 replicas 3 nginx:latest ) it is showing network : net1 not found .
bahut sahi Sir, bahut hi badhiya se samajh aaya
Very helpful, thank you so much sir fir the help.
thankuu sir ….
Thanks a lot sir 😊😊😊
Thank you sir for inspiring us 🙏
Best Channel for Devops in India
nice session
thank you sir finally ye lab complete karliya
Helpful Devops Tutorial please guyz learn devops from this youtube channel and bhupinder sir sayri so amazing i am big fan of you sir.
guru ji no words
Great lecture. Very useful information about Kubernetes.
Till now I saw all the devops but this is the best one. The way you teach is the best one specially replica and scale…
Too Good..
Very good explanation
Containers are not dependent on number of users.. It must be depend on number of request and one pod capable of handling how many requests…
its a super dupur session sir!
Sir, Thank You Sir. Great learning.
Sir output Hello Bhupinder kha se dekh skte hai?
Wow!! wonderful teaching in K8S stuff. I really luv it..
Thank you so much sir for sharing ur knowledge 😊
Best series on Youtube