Installation of Minikube and Detailed Lab Part-1-Hindi/Urdu | Lec-48 | Kubernetes complete tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Lec-48 Kubernetes in Details.Full Course video will help you understand and learn the fundamentals of Kubernetes. This Kubernetes Tutorial is ideal for both beginners as well as professionals who want to master the fundamentals of Kubernetes.
    ***********Command used in Lecture********************************
    sudo su
    Now install docker
    sudo apt update && apt -y install docker.io
    install Kubectl
    curl -LO storage.google... -s storage.google... && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl
    install Minikube
    curl -Lo minikube storage.google... && chmod +x minikube && sudo mv minikube /usr/local/bin/
    ***************************************************************************
    kind: Pod
    apiVersion: v1
    metadata:
    name: testpod
    spec:
    containers:
    - name: c00
    image: ubuntu
    command: ["/bin/bash", "-c", "while true; do echo Hello-Bhupinder; sleep 5 ; done"]
    restartPolicy: Never # Defaults to Always
    kubectl apply -f pod1.yml
    ************************************************************************************************************************************
    MULTI CONTAINER POD ENVIRONMENT
    kind: Pod
    apiVersion: v1
    metadata:
    name: testpod3
    spec:
    containers:
    - name: c00
    image: ubuntu
    command: ["/bin/bash", "-c", "while true; do echo Technical-Guftgu; sleep 5 ; done"]
    - name: c01
    image: ubuntu
    command: ["/bin/bash", "-c", "while true; do echo Hello-Bhupinder; sleep 5 ; done"]
    *********************************************************************************************************************************
    POD ENVIRONMENT VARIABLES
    kind: Pod
    apiVersion: v1
    metadata:
    name: environments
    spec:
    containers:
    - name: c00
    image: ubuntu
    command: ["/bin/bash", "-c", "while true; do echo Hello-Bhupinder; sleep 5 ; done"]
    env: # List of environment variables to be used inside the pod
    - name: MYNAME
    value: BHUPINDER
    ************************************************************************************************************************************
    POD WITH PORTS
    kind: Pod
    apiVersion: v1
    metadata:
    name: testpod4
    spec:
    containers:
    - name: c00
    image: httpd
    ports:
    - containerPort: 80
    ********************END*************************************************
    Now you can Donate us via Paypal or Google Pay
    Paypal link : www.paypal.me/...
    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 : / 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

ความคิดเห็น • 671