Multi-Tier CICD Project With SSL Certificate | CICD DevOps Project

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 53

  • @olorundareagnes934
    @olorundareagnes934 4 месяца назад +8

    This is quite interesting. A complete end-to-end DevSecOps project covering key tools and technologies. Thanks so much for this effort!

  • @amita6031
    @amita6031 4 месяца назад +1

    Hi Aditya,
    I've successfully implemented this project. Instead of K8s deployment, I've used ArgoCD by referring to your old video. This project and implementation was on to the point, I was able to learn so many things in this project. Thanks for the project and Keep doing these kind of project which will help lot of people like me.🎉

  • @iftyahmed786
    @iftyahmed786 4 месяца назад +2

    Thank You so much. Your effort in this complete Project is very much appreciated.

  • @dope1883
    @dope1883 9 дней назад

    Thank you DevOps Shack for providing detail information . In love with your Project videos ❤

  • @satyasuvartha8595
    @satyasuvartha8595 4 месяца назад +1

    Thank you bro searching for this lecture from 3 months thank you very much

  • @GauravPatkari
    @GauravPatkari 4 месяца назад +1

    Thank you for making so much effort for this type of complex project.
    Keep it up......!!❤
    I appreciate your hard work and dedication towards the Cloud & DevOps community♾......☁

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

    Kudos 🎉🎉 brother that way you explained

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

    Thank you sir for making amazing lectures and projects video
    Your channel is my motivation for learning devops

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

    Very well explained project, i have tried this and a big thumbs up from me

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

    Thank u so much for such a wonderful content, this will helps us a lot.
    Once again, thanks Buddy!❣

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

    Hi bro! I Got the Finally OP thank you much for the your effort brother

  • @LovePlane
    @LovePlane 4 месяца назад +1

    at the beginning , You could have used Terraform or Ansible to configure and install whatever you wanted on the EC2 instances like: apt update, docker, nexus, java, jenkins, etc....
    other than that, excellent tutorial.
    Thanks

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

    🎉 Thank you Brother ❤

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

    Great video, but it would be more interesting if we have understand the details about SSL and using self signed certificate. So that we would have understand how does this works in backend

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

    Amazing 🤩 I'll try to implement gitops using argocd in this.

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

    🎉🎉

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

    Truly love your projects. Now as a beginner which one of your projects do you recommend I add to my portfolio to help me land a job. Ty.

    • @devopsshack
      @devopsshack  4 месяца назад +3

      Pick a project where you can show usage of all concepts and tools

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

    Please upload a video for python application with argocd,helm and with Prometheus and Grafana.

  • @TesfayeHillo-hi7wj
    @TesfayeHillo-hi7wj 4 месяца назад

    Your guidance does always help me. I need your help to understand this: My team consists of developers working on several SharePoint projects and my question is should we need pipeline for each project which is inside single repo? Each project needs to be deployed to SharePoint App Catalog, which is I believe require own pipeline.

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

    Why you not use putty for deployment

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

    jenkins file is not there in git repo , please update

  • @kameswariaparnamantravadi
    @kameswariaparnamantravadi 4 месяца назад +1

    ds.yml not found in github

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

    That was good, one question...in real life project don't we need nginx ingress as web service to live the deployment for k8, like I'm unable to understand this part. Can you please share your thought's.

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

    very helpful

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

    please make on more and more AWS_Devops Projects bro please add Terrform HCL code also how to write

  • @kaveenm.p100
    @kaveenm.p100 4 месяца назад +5

    ur image in the video itself is blocking the top right corner visibility 🙄 , we know you no need to display ur image hope u can understand ..

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

    Question: Lots of steps was perform during pipeline creation, what will happen if the server got rebooted? do we have to perform all the steps again?

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

    Great efforts bro

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

    please implement in azure yaml pipeline

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

    Great work!

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

    Sir can I run all the tools in free tier . Please reply

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

    I have a question sir, if i setup this EKS cluster for my dev environment and i have 10 developers. Now developers wants access to see the logs of the pods, how can i give each of them the access ?
    every developer should run this command " aws eks --region update-kubeconfig --name " on there local ?

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

    Hi Aditya , Why are we publishing it to nexus repo when in the end we are just making a docker image for the application , can we skip the nexus step , what difference does it makes by storing the snapshot in nexus ?

    • @devopsshack
      @devopsshack  4 месяца назад +1

      In case we plan to use a different version of artifact that we stored in nexus.
      Basically we can do rollback using older version of artifact in nexus

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

    hi bro suggest me a project for experience devops engineer

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

    Good see you bro

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

    otherwise it may Cost very high !! please give me solution

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

    i dont have an application yet, but i would like to have a suggestion and a guide to know how TO UPLOAD A FULL STACK APP THAT WORKS IN LOCAL HOST (with all of its databases), TO UPLOAD IT TO AZURE AND CONNECT IT TO A DOMAIN TO MAKE IT CLICKABLE FOR THE PUBLIC.
    Also how to implement the security ports and connection, so the website can be pinged and reachable to only a custom ip address.
    Can you help me? So i am looking for a project on Azure where DevOps and DevSecOps tasks are needed. (azure, not aws)

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

      please, beginner friendly

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

    Please someone say how to stop automatic instances running

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

      delete the cluster and node groups

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

    WOW , i like this video

  • @ShahNawaz-yz9cn
    @ShahNawaz-yz9cn 4 месяца назад

    Is there anyway to contact you

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

      Check description

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

      ​@@devopsshack this invite link is expired

    • @ShahNawaz-yz9cn
      @ShahNawaz-yz9cn 4 месяца назад

      @@devopsshack i left so many messages in your telegram but no response .

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

    anyone please share ds.yaml file

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