Home Business Analyst BA Agile Coach Labels,Selectors,ReplicationController and replicaset in Kubernetes-Hindi/Urdu| Lec-49 | Minikube

Labels,Selectors,ReplicationController and replicaset in Kubernetes-Hindi/Urdu| Lec-49 | Minikube

9
0



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 : [email protected]
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

Previous articleDevOps in Telugu | DevOps Real time scenario | DevOps tutorial for beginners | ✆ +91 9966231191
Next article【Docker系列】超级好用的Docker可视化工具——Portainer

LEAVE A REPLY

Please enter your comment!
Please enter your name here