DevOps Dean
DevOps Dean
  • 8
  • 89 193
How to setup DevOps lab
This video will help you to set up your DevOps home lab, which you can use to practice DevOps tools assignments. LXD Machine Containers allow you to create VMs which are very light weight.
Minimum system requirements:
CPU 4-8 cores
Memory 8GB to 32GB
Storage 20GB to 500GB
LXD/LXC commands:
gitlab.com/devopsdean/labsetup
มุมมอง: 1 710

วีดีโอ

How to create self-signed certificate
มุมมอง 3333 ปีที่แล้ว
This video will help you to understand how to create self-signed certificate for Nginx web-server. In this video I have shown how you can create create certificate & key file in single openssl command.
How https works
มุมมอง 4353 ปีที่แล้ว
This video will help you to understand how HTTPS works. I have explained complex concepts easy way. This video covers what is public-key cryptography and what is a signature, how Certificate Authority works.
Openshift Tutorial - ConfigMap & Secret
มุมมอง 10K3 ปีที่แล้ว
In this video you will learn what is ConfigMap & Secrets and how to create configmap and secret. A demonstration on how you can inject configmap & secret into deployment.
Openshift Tutorials - Deployments
มุมมอง 19K3 ปีที่แล้ว
Source-to-Image (S2I) is a framework that makes it easy to write images that take application source code as an input and produce a new image that runs the assembled application as output. The main advantage of using S2I for building reproducible container images is the ease of use for developers. As a builder image author, you must understand two basic concepts in order for your images to prov...
Openshift Tutorial - Basics & Setup
มุมมอง 56K3 ปีที่แล้ว
In this video log, you learn how to install Openshift CRC containers on your Laptop or Desktop. You also find an overview of Openshift tools how it operates over Kubernetes cluster. Openshift repository: gitlab.com/devopsdean/openshift
Introduction to DevOps Dean
มุมมอง 8463 ปีที่แล้ว
This video will make you understand what is the purpose of this channel, and watching all its videos will help you to learn & grow in your career.
How to Become DevOps Engineer
มุมมอง 7793 ปีที่แล้ว
In this video, you will understand the roadmap, to become DevOps Engineer. You will find which tools you need to learn, what is CICD concept and how it works. Do subscribe to DevOps Dean channel & get regular updates. DevOps is a link between Development & IT Operations, their main responsibility is to prepare deployment solutions, it, not just a one-time to-do it should be repeatable and autom...

ความคิดเห็น

  • @RajendraKhope
    @RajendraKhope 2 วันที่ผ่านมา

    can we create multiple images if we have various applications in the repo - like Monorepo.

  • @tarakrama
    @tarakrama 17 วันที่ผ่านมา

    Pl how to contact u? Urgently

  • @tarakrama
    @tarakrama 17 วันที่ผ่านมา

    Hi please share contact details

  • @soniaakhtar9380
    @soniaakhtar9380 6 หลายเดือนก่อน

    Very good project. please post more videos.

  • @yukeshkumar9039
    @yukeshkumar9039 6 หลายเดือนก่อน

    Really, its very good tutorial about OpenShift console setup.

  • @donschenck2466
    @donschenck2466 7 หลายเดือนก่อน

    Well done.

  • @martinantonioortegayepez3097
    @martinantonioortegayepez3097 11 หลายเดือนก่อน

    Hello, can I use a key value from a secret in a config map?

  • @gourangamohapatra7210
    @gourangamohapatra7210 ปีที่แล้ว

    Hi, Is there classes available for this openshift technology?

  • @PianoNumberOne
    @PianoNumberOne ปีที่แล้ว

    Very Good Content, I learned and Tried today, was helpful for a novice like me...

  • @HighlifeC
    @HighlifeC ปีที่แล้ว

    Thank you... This is not done by many tech trainers in YT. I appreciate your time and efforts

  • @vineethvijay777
    @vineethvijay777 ปีที่แล้ว

    Speed 1.75x and thank me later!

  • @sureshchinna8291
    @sureshchinna8291 ปีที่แล้ว

    👏

  • @UjjwalVishwakarma-vl9pc
    @UjjwalVishwakarma-vl9pc ปีที่แล้ว

    how to write this yaml file can you please let me know.

  • @vijayranavat2666
    @vijayranavat2666 ปีที่แล้ว

    Well explained..good to see more videos

  • @neppalivasanthalakshmi8407
    @neppalivasanthalakshmi8407 ปีที่แล้ว

    Hi, Nice video, can you please confirm me on licence part. Can we install all in one for free and how is it different from origin and please let me know the difference between okd vs origin Thanks

  • @jesuscalderonbaron2306
    @jesuscalderonbaron2306 2 ปีที่แล้ว

    nice video! thanks a lot!

  • @shomer2009
    @shomer2009 2 ปีที่แล้ว

    Hello, oc export and oc get --export and --as-template was deprecated and removed from version 4 could you provide alternative solutions. thank you

  • @link43ustream55
    @link43ustream55 2 ปีที่แล้ว

    Thank you for this very good introduction. Please can give me the name of the terminal emulator you're using Thank in advance

    • @Naveen.DevOps
      @Naveen.DevOps ปีที่แล้ว

      Please share the terminal name

    • @link43ustream55
      @link43ustream55 ปีที่แล้ว

      Sorry @Naveen.DevOps but I was asking if you can tell me the name of the terminal you are using in this video

  • @jakeanderson7046
    @jakeanderson7046 2 ปีที่แล้ว

    Nicely articulated. Is there a video on deploying openshift on on-premise infrastructure ?

  • @chinmayamahapatra6797
    @chinmayamahapatra6797 2 ปีที่แล้ว

    Hi can you please let me know how do you encoded the data

    • @donschenck2466
      @donschenck2466 7 หลายเดือนก่อน

      Are you using Linux, macOS or Windows? You encode the data at the command line. bash: echo -n 'value_you_wish_to_encode_goes_here' | base64 PowerShell: [Convert]::ToBase64String([char[]]'value_you_wish_to_encode_goes_here')

  • @TechhSavvy
    @TechhSavvy 2 ปีที่แล้ว

    Nice video. Computerized voice ?

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thanks for watching, no computerized voice

  • @shomer2009
    @shomer2009 2 ปีที่แล้ว

    Great and valuable vidéos , please keep going

  • @shomer2009
    @shomer2009 2 ปีที่แล้ว

    very interesting video, Thank you!

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thank you so much for your time

  • @Talhakhhaan
    @Talhakhhaan 2 ปีที่แล้ว

    Can you show how you called the Environment variables in .env? In this case?

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thank you for watching, in the deployment yaml file you can use envFrom tag inside that you can give secret reference, I hope it is helpful

  • @Sauline1231
    @Sauline1231 2 ปีที่แล้ว

    Please upload full tutorial about OpenShift.

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thanks for watching, sure I will bring more videos on openshift

  • @mohdasifkhan6170
    @mohdasifkhan6170 2 ปีที่แล้ว

    superb n simplified explanation...

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thank you so much for watching.

  • @kaseybuchanan3269
    @kaseybuchanan3269 2 ปีที่แล้ว

    Thanks brother

  • @ghostdigital4577
    @ghostdigital4577 2 ปีที่แล้ว

    Heee guy can I got your slide?

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thank you for watching videos, I have this prepared for the openshift series so can't share it blue print

  • @krushnapardeshi3694
    @krushnapardeshi3694 2 ปีที่แล้ว

    great work 🙌

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thank you for spending time to watch videos, this appreciation gives booster to create more contents

  • @SuperRoggerRabbit
    @SuperRoggerRabbit 2 ปีที่แล้ว

    Where is your security? To recommend ... pre fab images??? wrong. One needs to make our own images ...for learning purposes, fine... make that distinction in your training videos...

    • @devopsdean7830
      @devopsdean7830 2 ปีที่แล้ว

      Thank you for watching videos The purpose of this lab setup to practice DevOps POCs so no need to take care of securities.

  • @prabuk6585
    @prabuk6585 2 ปีที่แล้ว

    Pls post more videos

  • @shakirhussain942
    @shakirhussain942 3 ปีที่แล้ว

    Well done Minlind

  • @manishchawhan6758
    @manishchawhan6758 3 ปีที่แล้ว

    Good video...

  • @aiogamerz775
    @aiogamerz775 3 ปีที่แล้ว

    Very helpful thanks for making this video

  • @tvijay24
    @tvijay24 3 ปีที่แล้ว

    Very useful and properly explaind.... Thanks

  • @sainathjaybhaye4653
    @sainathjaybhaye4653 3 ปีที่แล้ว

    Detailed information really helpful

  • @manishchawhan6758
    @manishchawhan6758 3 ปีที่แล้ว

    Good video... Sir subtile are useful...

  • @mrunalinichavan2793
    @mrunalinichavan2793 3 ปีที่แล้ว

    Good information..keep it up...

  • @manishchawhan6758
    @manishchawhan6758 3 ปีที่แล้ว

    Sir.. I got detail information in simple words..

  • @aiogamerz775
    @aiogamerz775 3 ปีที่แล้ว

    Nice Content👍👍👍

    • @devopsdean7830
      @devopsdean7830 3 ปีที่แล้ว

      Thank you for watching. I hope you enjoyed it.

  • @manishchawhan6758
    @manishchawhan6758 3 ปีที่แล้ว

    Sir.. Give more detail knowledge of java application...

  • @health40plus
    @health40plus 3 ปีที่แล้ว

    Sir I wanted to talk with you on DevOps... Plz can you share your contact number here??

    • @devopsdean7830
      @devopsdean7830 3 ปีที่แล้ว

      Thanks for watching, let me know your queries, I will try to reply.

    • @health40plus
      @health40plus 3 ปีที่แล้ว

      @@devopsdean7830 thanks for reply sir I have lot of questions.... Can't put all here...Will join classes if you can train me.

    • @devopsdean7830
      @devopsdean7830 3 ปีที่แล้ว

      I have not started on taking classes on DevOps you can wait for my another videos

  • @Sachin9ssm
    @Sachin9ssm 3 ปีที่แล้ว

    Superb.

  • @ImranKhanVlogs8010
    @ImranKhanVlogs8010 3 ปีที่แล้ว

    Very nicely explained. People are really confused about DevOps. They mix it and eventually end up doing bad rather than good. This video is a good example of what DevOps is and where to focus to start your career as a DevOps engg.

  • @amoldeshpande5369
    @amoldeshpande5369 3 ปีที่แล้ว

    Very good 👍

  • @Rohit__Patil
    @Rohit__Patil 3 ปีที่แล้ว

    Supurb content and having in-depth knowledge on topics .. Really helpful ..