BashOps
BashOps
  • Видео 25
  • Просмотров 18 403

Видео

Kubernetes Architecture Explained | Beginner | Kubernetes Components | Nodes | pods| BashMOD.
Просмотров 2326 месяцев назад
🚀 Welcome to BashMOD - your go-to channel for mastering modern technologies! In this video, we unravel the intricacies of Kubernetes architecture, providing a detailed walkthrough for beginners and enthusiasts alike. Whether you're diving into the world of containers or looking to enhance your understanding of orchestration, this video has you covered! 🌐 Explore key concepts such as Pods, Nodes...
How to Build Docker image for nodejs apps | GitHub to DockerHub | Jenkins CI/CD Pipeline | BashMOD
Просмотров 8 тыс.9 месяцев назад
In this comprehensive tutorial, we take you through the entire process of building, testing, and deploying a Node.js app using a Jenkins CI/CD pipeline. Learn how to create a simple Node.js app with the Express framework and then seamlessly integrate it with GitHub and Jenkins for automated testing and building. We'll walk you through setting up a Jenkinsfile, executing code tests, and creating...
Build Your Own GitLab Server: How to install and configure own GitLab on Ubuntu
Просмотров 5 тыс.9 месяцев назад
GitLab is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and provides flexibility in deploying as an internal repository store for your development team, a public way to interface with users, or a means for contributors to host their own projects. Pre...
Linux Command Basics: Changing Permissions, Ownership, and Running Scripts | Malayalam Tutorial
Просмотров 799 месяцев назад
In this Malayalam tutorial, we'll delve into the fundamentals of Linux commands, focusing on changing permissions, ownership, and executing scripts. Learn how to effectively manage your files and directories, modify file permissions, take control of ownership, and execute scripts. Whether you're a Linux enthusiast or a beginner, this tutorial will equip you with essential skills. Watch and beco...
Mastering Linux Commands: Exploring man, sudo, cp, and mv for Beginners | Malayalam | DevOps | Linux
Просмотров 9210 месяцев назад
Are you ready to level up your Linux skills? In this comprehensive Linux Basics and Commands Tutorial, we delve deep into four essential commands every Linux user should know: man, sudo, cp, and mv. Whether you're a complete beginner or looking to expand your knowledge, this video has something for everyone. In this tutorial, you'll learn: 1. man Command: How to access detailed command document...
Mastering Linux Basics: Filesystems, User Creation, and Essential Commands | Malayalam | Commands
Просмотров 11810 месяцев назад
In this comprehensive video, we dive deep into the fundamentals of Linux, focusing on critical aspects that every aspiring Linux enthusiast should know. Whether you're a newcomer to the world of Linux or seeking to strengthen your skills, this guide is designed to provide clarity and practical knowledge. Topics Covered: Understanding Linux Filesystems: We explore the hierarchical structure of L...
Learn Linux Basics and Commands | Directory | File Systems | Linux | Basics | Commands
Просмотров 25510 месяцев назад
In our first video of the 'Linux Basics and Commands' series, we provide a comprehensive introduction to the Linux operating system. Learn about the history, key features, and why Linux is a crucial skill for both beginners and professionals. We'll help you get started on your Linux journey. Enhance your Linux skills by learning how to work with files and directories. We cover fundamental comma...
GitHub + Jenkins Integration: Supercharge Your CI/CD with Webhooks | Jenkins Installation Guide
Просмотров 21110 месяцев назад
Welcome to our comprehensive tutorial on integrating GitHub and Jenkins while showcasing the magic of webhooks in action! In this video, we'll guide you through the step-by-step process of seamlessly connecting your GitHub repositories with Jenkins for automated builds and deployments. Not only will you learn how to set up this integration, but we'll also take a deep dive into webhooks, allowin...
Jenkins, SonarQube, and Docker: Building, Analyzing, and Hosting Your App with Docker | DevOps |
Просмотров 19410 месяцев назад
Jenkins, SonarQube, and Docker: Building, Analyzing, and Hosting Your App with Docker | DevOps |
Streamline Your Code Quality: SonarQube Integration with Jenkins | Jenkins | SonarQube | AWS
Просмотров 27710 месяцев назад
Streamline Your Code Quality: SonarQube Integration with Jenkins | Jenkins | SonarQube | AWS
GitHub Tutorial in Malayalam: Hosting and Deploying Files | Git | |Github | | Hosting | BashMOD
Просмотров 9410 месяцев назад
GitHub Tutorial in Malayalam: Hosting and Deploying Files | Git | |Github | | Hosting | BashMOD
Git and GitHub Tutorial in Malayalam : Branching and Merging Explained Step By Step | BashMOD
Просмотров 4710 месяцев назад
Git and GitHub Tutorial in Malayalam : Branching and Merging Explained Step By Step | BashMOD
Git and GitHub Tutorial in Malayalam : Mastering in Basics | Malayalam | BashMOD #tutorial #github
Просмотров 11810 месяцев назад
Git and GitHub Tutorial in Malayalam : Mastering in Basics | Malayalam | BashMOD #tutorial #github
How to Turbocharge Your PostgreSQL : 1000 Data Points Warp Speed!!! | Data Inserted
Просмотров 1610 месяцев назад
How to Turbocharge Your PostgreSQL : 1000 Data Points Warp Speed!!! | Data Inserted
Master django:Build a Powerful Python Web app in django | python | django #python #django #tutorial
Просмотров 6610 месяцев назад
Master django:Build a Powerful Python Web app in django | python | django #python #django #tutorial
How to CREATE Database? | CREATE | INSERT | Database TABLE
Просмотров 1710 месяцев назад
How to CREATE Database? | CREATE | INSERT | Database TABLE
Relational Database and DBMS | Beginners Tutorial
Просмотров 1910 месяцев назад
Relational Database and DBMS | Beginners Tutorial
PostgreSQL: What is database | SQL | Easy to learn. #sqlserver #dbms #tutorial #beginners #database
Просмотров 3811 месяцев назад
PostgreSQL: What is database | SQL | Easy to learn. #sqlserver #dbms #tutorial #beginners #database

Комментарии

  • @kanigantivani4280
    @kanigantivani4280 26 дней назад

    Pls inform me what are the plugin installed .in docker image push in to the docker hub

  • @bhuvisakthi8888
    @bhuvisakthi8888 Месяц назад

    Bro i'm getting this error while trying to build images on pipeline help me rectify this error + docker build -t my-node-app . DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:

    • @bashops_technologies
      @bashops_technologies Месяц назад

      Docker’s legacy builder is deprecated, use BuildKit to build images.You can enable BuildKit by setting an environment variable before running the docker build command. export DOCKER_BUILDKIT=1 This should be added before the docker build command. Your Jenkins pipeline script should look something like this + export DOCKER_BUILDKIT=1 + docker build -t my-node-app .

  • @yadhukrishnana4855
    @yadhukrishnana4855 2 месяца назад

    I have successfully install the gutlab and access it.My doubt is, Is it possible to connect this gitlab with aws code pipeline? If i try to connect then showing invalid username or password. I can't able to connect.

    • @bashops_technologies
      @bashops_technologies 2 месяца назад

      It depends on your configuration, Ensure your GitLab server is accessible from the internet if you are hosting it locally. AWS needs to access it for the integration to work. Another way: use PAT token, When setting up the source stage in AWS CodePipeline, instead of using your GitLab username and password, use your GitLab username and the personal access token as the password.

    • @yadhukrishnana4855
      @yadhukrishnana4855 2 месяца назад

      @@bashops_technologies go with gitlab self managed require any subscription?

    • @yadhukrishnana4855
      @yadhukrishnana4855 2 месяца назад

      ​@@bashops_technologiesi go with sourse provider gitpab self-managed. It require any subscription?

  • @Bashops
    @Bashops 2 месяца назад

    Thank you, Nice one

  • @deeey03
    @deeey03 2 месяца назад

    i can't login to gitlab, i already follow the steps but still invalid login or password

    • @bashops_technologies
      @bashops_technologies 2 месяца назад

      Please follow the steps, ensure you haven’t missed any step, all are able to logged in

  • @IleniaQuintero
    @IleniaQuintero 2 месяца назад

    Hello, I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools? This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested. You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 2 месяца назад

    Nice bro 🔥

  • @bashidofficial1
    @bashidofficial1 2 месяца назад

    👍

  • @jizna__Bashid
    @jizna__Bashid 2 месяца назад

    💥

  • @regilearn2138
    @regilearn2138 2 месяца назад

    how it differ if we are developing mern stack micro service app. would appreciate if you can do a video in this

  • @gauravnarkhede481
    @gauravnarkhede481 2 месяца назад

    Great video.. really helpful

  • @weijiephua4192
    @weijiephua4192 3 месяца назад

    Make sure not to use ubuntu 22 and below or you may face problem installing gitlab-ce

  • @HosseinBajan
    @HosseinBajan 3 месяца назад

    Thanks I got this error in my pipline: script.sh.copy: 1: docker: not found Before I installed docker plugin in my jenkins, but I got this error yet.

    • @bashops_technologies
      @bashops_technologies 3 месяца назад

      Install docker in your jenkins server

    • @HosseinBajan
      @HosseinBajan 3 месяца назад

      @@bashops_technologies I run Jenkins using docker, and already I have installed docker on my server.

  • @GowdaVaishu
    @GowdaVaishu 4 месяца назад

    can you create any project related to jekins

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 4 месяца назад

    useful one bro

  • @MrgnUTube
    @MrgnUTube 4 месяца назад

    HTTP 502 of the death for me even with you great tutorial. Gitlab is really a pain to install XD

    • @bashops_technologies
      @bashops_technologies 4 месяца назад

      follow the steps as well

    • @bashops_technologies
      @bashops_technologies 4 месяца назад

      To fix that error, you need to make sure there's read/execute permissions on those directories. The remaining issue you have is a Gitlab internal 502 - this indicates stuff is not fully loaded yet in GitLab. Wait up to 20 minutes.

  • @bashidofficial1
    @bashidofficial1 5 месяцев назад

    👍

  • @viswajithps8700
    @viswajithps8700 5 месяцев назад

    + docker build -t my-node-app:1.0 . /var/lib/jenkins/workspace/Node_Project@tmp/durable-2bea33f5/script.sh.copy: 1: docker: not found i got this error while buliding

  • @jizna__Bashid
    @jizna__Bashid 6 месяцев назад

    Good presentation sir❤ Thnkuu

  • @mrudulmohan9219
    @mrudulmohan9219 6 месяцев назад

    Great explanation 👍

  • @Glider-kr7pe
    @Glider-kr7pe 6 месяцев назад

    Niece one ❤️

  • @Glider-kr7pe
    @Glider-kr7pe 6 месяцев назад

    Good bro👍. Keep going ❤

  • @bashidofficial1
    @bashidofficial1 6 месяцев назад

    👍👍

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 6 месяцев назад

    simply explained👍

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 6 месяцев назад

    Nice bro🤚

  • @57_harshwardhanshinde94
    @57_harshwardhanshinde94 6 месяцев назад

    really helpful

  • @mohammedunais2494
    @mohammedunais2494 6 месяцев назад

    sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required i got this error

  • @user-dl8nb4lp9b
    @user-dl8nb4lp9b 7 месяцев назад

    please provide your git repo url

  • @claudiofragao6866
    @claudiofragao6866 7 месяцев назад

    Good 👍

  • @S.Ajju1214
    @S.Ajju1214 7 месяцев назад

    Nice one 👍

  • @faizanvanekar7882
    @faizanvanekar7882 8 месяцев назад

    Nice !!

  • @sayersolexa949
    @sayersolexa949 9 месяцев назад

    *Promo sm* ✋

  • @someshwaran8296
    @someshwaran8296 9 месяцев назад

    super bro great explanation

  • @mrudulmohan9219
    @mrudulmohan9219 9 месяцев назад

    Nice one👍👍

  • @mohammedshabil1713
    @mohammedshabil1713 9 месяцев назад

  • @Itsmechippuzz
    @Itsmechippuzz 9 месяцев назад

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 9 месяцев назад

    👍

  • @joelfernandez5141
    @joelfernandez5141 9 месяцев назад

    Thank you

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 9 месяцев назад

    Nice 👍

  • @jizna__Bashid
    @jizna__Bashid 9 месяцев назад

    Good presentation

  • @Itsmechippuzz
    @Itsmechippuzz 9 месяцев назад

    Nysh vdo 😍

  • @user-ls7py7vu1s
    @user-ls7py7vu1s 9 месяцев назад

    Nice

  • @jizna__Bashid
    @jizna__Bashid 9 месяцев назад

    Good

  • @captansship9601
    @captansship9601 9 месяцев назад

    Good video

  • @akedits8287
    @akedits8287 9 месяцев назад

    🎉🎉

  • @akedits8287
    @akedits8287 9 месяцев назад

    Gud

  • @user-wi8vt9yd4j
    @user-wi8vt9yd4j 9 месяцев назад

    Good one🎉

  • @alhamdulillah8395
    @alhamdulillah8395 9 месяцев назад

    💐

  • @Glider-kr7pe
    @Glider-kr7pe 9 месяцев назад

    ❤❤