Jenkins Installation On Ubuntu with Reverse Proxy NGINX & SSL Certificate VIA SHELL SCRIPT (2024)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2024
  • Welcome to our comprehensive tutorial on setting up Jenkins with SSL certification using Nginx as the web server! In this step-by-step guide, we'll walk you through the process of automating Jenkins installation via a shell script and securing it with SSL encryption through Nginx.
    Follow this Official Document of Jenkins Installation
    www.jenkins.io/doc/book/insta...
    By the end of this tutorial, you'll have a fully functional Jenkins instance accessible over HTTPS, ensuring a secure and encrypted connection. Whether you're a DevOps professional, system administrator, or a Jenkins enthusiast, this video will equip you with the knowledge to streamline your continuous integration and deployment processes.
    Don't forget to like, share, and subscribe for more tech tutorials! If you have any questions or encounter issues during the process, feel free to drop them in the comments, and we'll be happy to assist you. Happy coding! 🚀🔐🛠️
    #NODEjs #PM2 #Jenkins #ShellScript #SonarQube #GitHub #SSL #DevOps #Tutorial #Deployment #Coding #Development #ContinuousIntegration
    1. Realtime NODE.js App deployment with PM2 , Shell script, Jenkins, SonarQube ,Github ,Domain SSL cert
    • Realtime NODE.js App d...
    1. Real-time CI CD pipeline project | Website Jenkins CI CD , Github repos & auto trigger webhooks.
    lnkd.in/gmd6MKSs
    2. How to install jenkins on ubuntu ec2 instance , Integrate Github Repo , Pipeline trigger on AWS cloud
    lnkd.in/gJEvzfgp
    3. Real-time Dockerise NODE.js App deployment , Reverse Proxy , SSL certification on Domain , with Jenkins CI CD pipeline |Github Repo auto trigger webhook.
    • Real Time CONTAINERIZE...
    4. Real-time NODE.js App deployment with Jenkins CI CD pipeline|Github Repo auto trigger webhook.
    lnkd.in/gyygKm9f
    This TH-cam video provides a real-time walkthrough on containerizing a Node.js application, setting up Continuous Integration and Continuous Deployment (CI/CD) using Jenkins. The tutorial also covers deploying the application with a reverse proxy using NginX, configuring a custom domain, and implementing SSL for enhanced security. Follow along to learn how to streamline your Node.js application deployment process with modern DevOps practices.
    5. How to Integrate GitHub PUBLIC Repository with Jenkins & webhooks Auto Deploy enable.
    lnkd.in/g-sKmHEQ
    6. Deploy Nextjs Application on aws ec2 instance | How to install Nodejs & npm on Ubuntu O.S
    lnkd.in/gzTRxcwj
    7. Deploy HTML based static web application on Apche2 webserver AWS EC2
    lnkd.in/gnpZJMfN
    8. Deploy HTML based Mutltiple static web application with SSL certificate on Apche2 webserver AWS EC2
    lnkd.in/gQkt6_n5
    9. how to install postgresql 15 on remote Server ec2 | pgAdmin 4 complete guide 2023
    lnkd.in/gG7U_Pt2
    10. Ansible automation to configure Tomcat on multi environment.
    lnkd.in/dbrtx3bA
    Like 👍 Share and follow
    I Post Contents about hashtag
    hashtag#DevOp | hashtag
    hashtag#cloudsecurity | hashtag
    hashtag#devsecops | hashtag
    hashtag#scrummaster | hashtag
    hashtag#sre | hashtag
    hashtag#cloudarchitect
    ❇️Check the hashtag
    hashtag#comment section 👇for group links, where you can meet fellow learners and also access Unlimited tutorials .

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

  • @jalandharbehera99
    @jalandharbehera99 5 หลายเดือนก่อน

    It’s a very much informative vide…Thank you so much

  • @RanjeetKumar-tk7in
    @RanjeetKumar-tk7in 5 หลายเดือนก่อน

    Awesome video love you so much once again

  • @jalandharbehera99
    @jalandharbehera99 5 หลายเดือนก่อน

    Could you please send me the real-time sceanario commands to renew certificates or to get certificates so please…

    • @clouddevopswithaseem
      @clouddevopswithaseem  5 หลายเดือนก่อน +1

      This Lets-encrypt certificate is valid for 3 months. We can create a cron job to run the command to ssl request via cerbot to Lets-encrypt. It will auto renew always.
      Document i will uplaod in github and link will be there in description

    • @jalandharbehera99
      @jalandharbehera99 5 หลายเดือนก่อน

      @@clouddevopswithaseem So please 🙏 and we are waiting

    • @jalandharbehera99
      @jalandharbehera99 5 หลายเดือนก่อน

      If I am wrong then please make me correct that in real-time sceanario we need to create secret.yaml and we provide certificates details in that secret file and that secret will be mount to deployment of that particular application so that we will access that particular application in securely way right ??

    • @clouddevopswithaseem
      @clouddevopswithaseem  5 หลายเดือนก่อน

      Yes your right , this is a case too.
      but in production real time cases the certificates are handle in the DNS Routing itself .
      Case1 : your domain hosted zone is AWS , then the certificates SSL will be requested from AWS CA authority & handled in ROUTE 53 DNS. exclusion of EC2 ssl COnfiguration @@jalandharbehera99 .