Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть kubernetes configmap and secrets-Hindi/Urdu | Lec-53 | Complete tutorials in Hindi/urdu

  • Technical Guftgu
  • 2021-11-29
  • 73344
kubernetes configmap and secrets-Hindi/Urdu | Lec-53 | Complete tutorials in Hindi/urdu
technical guftgubhupinder rajputconfigmap kubernetes in hindiconfigmap volume mountconfigmap vs secretconfigmap yamlkubernetes persistent volumeskubernetes namespaceskubernetes statefulsetkubernetes for beginners in hindi/urduwhat is kuberneteskubernetes tutorial for beginners in hindi/urduwhat is helm in kuberneteskubernetes vs podmandocker vs kubernetesawsccnadevops tutorial in hindidevsecops tutorialsjiraterraformcloudformationchef
  • ok logo

Скачать kubernetes configmap and secrets-Hindi/Urdu | Lec-53 | Complete tutorials in Hindi/urdu бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно kubernetes configmap and secrets-Hindi/Urdu | Lec-53 | Complete tutorials in Hindi/urdu или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку kubernetes configmap and secrets-Hindi/Urdu | Lec-53 | Complete tutorials in Hindi/urdu бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео kubernetes configmap and secrets-Hindi/Urdu | Lec-53 | Complete tutorials in Hindi/urdu

LEC 53 NOTES
=======================================================
Install Docker
$ sudo apt update && apt -y install docker.io

Install kubectl
$ curl -LO https://storage.googleapis.com/kubern... -s https://storage.googleapis.com/kubern... && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl

Install Minikube
$ curl -Lo minikube https://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

configmap
====================================================================
apiVersion: v1
kind: Pod
metadata:
name: myvolconfig
spec:
containers:
name: c1
image: centos
command: ["/bin/bash", "-c", "while true; do echo Technical-Guftgu; sleep 5 ; done"]
volumeMounts:
name: testconfigmap
mountPath: "/tmp/config" # the config files will be mounted as ReadOnly by default here
volumes:
name: testconfigmap
configMap:
name: mymap # this should match the config map name created in the first step
items:
key: sample.conf
path: sample.conf
==============================================================================

apiVersion: v1
kind: Pod
metadata:
name: myenvconfig
spec:
containers:
name: c1
image: centos
command: ["/bin/bash", "-c", "while true; do echo Technical-Guftgu; sleep 5 ; done"]
env:
name: MYENV # env name in which value of the key is stored
valueFrom:
configMapKeyRef:
name: mymap # name of the config created
key: sample.conf
=========================================================
apiVersion: v1
kind: Pod
metadata:
name: myvolsecret
spec:
containers:
name: c1
image: centos
command: ["/bin/bash", "-c", "while true; do echo Technical-guftgu; sleep 5 ; done"]
volumeMounts:
name: testsecret
mountPath: "/tmp/mysecrets" # the secret files will be mounted as ReadOnly by default here
volumes:
name: testsecret
secret:
secretName: mysecret
========================================================

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

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 in hindi/Urdu | IPv...  

Microsoft Azure Tutorial for beginners in Hindi/Urdu AZ-103 and AZ-900 LINK :    • Microsoft Azure Tutorial for Beginners in ...  

Cloud computing tutorials For beginners Link :    • Cloud Computing Tutorial for Beginners in ...  

AWS Solution Architect-Associate complete Tutorials Link :    • AWS Solution Architect & Sysops Tutorial f...  

Devops tutorials in Hindi:-
   • What are the Pre-requisite for Devops-Hind...  

CCNA Complete Tutorials /Computer Networking Link :    • CCNA Full course in Hindi/Urdu | Computer ...  
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.

Thanks For giving Your Valuable time.
Regards,
Technical Guftgu Team

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]