@@LearningDevops-p7i Hi Sir Getting error in 'OWASP FS SCAN' Error like [WARN] An NVD API Key was not provided - it is highly recommended to use an NVD API key as the update can take a VERY long time without an API Key After this error it is not running. Please Can you Help me
It's a nice one. Thanks for he project and explanation.. Question : May I know how to configure Quality gate in Sonar qube please. Please pin the timeline here about the quality gate config.
Hi bro, You are very great bro. It takes a lot of time to take all these conecpts under a single roof and explaining in a single video. Kudos to your patience. I have two doubts. 1st - If we restart or shutdown our ec2 instances, then the ip addresses mentioned in Jenkins, sonarqube needs to be updated?[As per my previous knowledge, after restart or shutdown the previous ip addresses gets changed. To overcome this do we suppose to use Elastic ip concept here?] 2nd - What is the point of taking 2 ec2 instances for setting up K8s cluster[master and worker] since we have not added load-balancing for k8s cluster. Please correct me if my question is wrong. Thanks in advance.
1st - Yes, if you restart or shutdown your EC2 instances, the IP addresses can change. To ensure that Jenkins and SonarQube continue to work seamlessly, it's a good idea to use Elastic IP addresses (EIPs). EIPs provide static IP addresses that can be associated with your EC2 instances and remain the same even after restarts or shutdowns. 2nd - You are correct. If you're not using load balancing in your Kubernetes (K8s) cluster and only have one master and one worker node, there might not be a significant advantage to having two EC2 instances. Load balancing helps distribute traffic and provides high availability, but with only one worker, it may not be fully utilized. For simplicity, you can start with a single EC2 instance for both the master and worker nodes and scale up as needed when your workload increases.
@@mr.cloudbook yes I did exactly what you did. Placed the secret file in the local and then uploaded it in the credentials. Still getting the same error
Provide an repository that contains all threee i will do project brother Even i was searching for 3 tier but we can't upload the data to repository after creation of we use container for that we need to merge with app and we will get new data but old data can't merge into container right
Hi Sir Getting error in 'OWASP FS SCAN' Error like [WARN] An NVD API Key was not provided - it is highly recommended to use an NVD API key as the update can take a VERY long time without an API Key After this error it is not running. Please Can you Help me
sir its a great video but in pipeline i understand upto 4 stages after that how to get those 2 stages from where you have taken this all thing is not understandable
Im keep on getting Docker login failed? Please help. I have changed in deployment.yaml and pipeline script as all. deployment.yaml containers: - name: react-app-container image: lak1234/2048:latest # Use your actual Docker image name and tag ports: - containerPort: 3000 # The port your React app is listening on and pipeline stage("TRIVY"){ steps{ sh "trivy image lak1234/2048:latest > trivy.txt" } } stage('Deploy to container'){ steps{ sh 'docker run -d --name 2048 -p 3000:3000 lak1234/2048:latest' } } } }
Thanks for your support video in English..😊😊
Thank you sir! Your videos really helped me alot.
@@mubinbhojani2779 Thanks brother
Thanks for the Video Ajay, able to understand and deployed it successfully without any error.
Good to hear that
All the best for future brother
@@mr.cloudbook thank you and all the best for your future too brother. Hope you make more videos like this
@@LearningDevops-p7i Hi Sir Getting error in 'OWASP FS SCAN'
Error like [WARN] An NVD API Key was not provided - it is highly recommended to use an NVD API key as the update can take a VERY long time without an API Key
After this error it is not running. Please Can you Help me
Worked fine ! great learning thanks bro
Happy to hear that
Keep on learning
thankyou sir
Please upload 3 tier application deploy in production server with the help of devops tools
It's a nice one. Thanks for he project and explanation..
Question : May I know how to configure Quality gate in Sonar qube please. Please pin the timeline here about the quality gate config.
hi i am new to this kind of project, I have assignment using the kubernet ,my question is can I just skip the security part?
yes
Hi bro, You are very great bro. It takes a lot of time to take all these conecpts under a single roof and explaining in a single video. Kudos to your patience.
I have two doubts.
1st - If we restart or shutdown our ec2 instances, then the ip addresses mentioned in Jenkins, sonarqube needs to be updated?[As per my previous knowledge, after restart or shutdown the previous ip addresses gets changed. To overcome this do we suppose to use Elastic ip concept here?]
2nd - What is the point of taking 2 ec2 instances for setting up K8s cluster[master and worker] since we have not added load-balancing for k8s cluster. Please correct me if my question is wrong.
Thanks in advance.
1st - Yes, if you restart or shutdown your EC2 instances, the IP addresses can change. To ensure that Jenkins and SonarQube continue to work seamlessly, it's a good idea to use Elastic IP addresses (EIPs). EIPs provide static IP addresses that can be associated with your EC2 instances and remain the same even after restarts or shutdowns.
2nd - You are correct. If you're not using load balancing in your Kubernetes (K8s) cluster and only have one master and one worker node, there might not be a significant advantage to having two EC2 instances. Load balancing helps distribute traffic and provides high availability, but with only one worker, it may not be fully utilized. For simplicity, you can start with a single EC2 instance for both the master and worker nodes and scale up as needed when your workload increases.
@@mr.cloudbook Thanks for the reply bro. Will follow your videos...Please continue to make these type of videos.
While I'm trying to setup kubernetes cluster on ec2 Ubuntu.im getting error.
Pls anyone done dis project pls reply to me
use terraform files instead
you are missing some commands in it thats why k8s not running
Jenkins status is running from backend. But not able to access URL through public ip and port 8080
@@JatinPatel-wh5of open port on server security group
Did you do that
@@mr.cloudbook done thanks
bro why is my sonar link is not responding?
What's the error you are getting
At 12:57 sonarqube is not opening in the chrome but it is running in the shell.
It is showing site cannot be reached
@@ShwethaH-w9edid you open port 9000 on security group?
Sonar container is up and running?
Yes I have opened on 9000 port
And also container is running in the shell
where is aqua ??
Its aqua trivy not only aqua see we used a stage trivy fs .
I am getting error while deploying to kubernetes. Error- illegal base 64 data at input byte 48.
Please help me.
Did you added your secret file to jenkis credentials
@@mr.cloudbook yes I did exactly what you did. Placed the secret file in the local and then uploaded it in the credentials. Still getting the same error
Can you send me the log through LinkedIn please i will go through that
.kube folder is not found
Try kubectl get nodes on master first
If you do installation in correct way without missing any command it will definitely found on master of Kubernetes
Bro take one laravel+php+MySQL application and do the project bro
Provide an repository that contains all threee i will do project brother
Even i was searching for 3 tier but we can't upload the data to repository after creation of we use container for that we need to merge with app and we will get new data but old data can't merge into container right
Hi Sir Getting error in 'OWASP FS SCAN'
Error like [WARN] An NVD API Key was not provided - it is highly recommended to use an NVD API key as the update can take a VERY long time without an API Key
After this error it is not running. Please Can you Help me
Till now no one faced this kind of error with owasp
Let me see
sir its a great video but in pipeline i understand upto 4 stages after that how to get those 2 stages from where you have taken this all thing is not understandable
What stages
Im keep on getting Docker login failed? Please help. I have changed in deployment.yaml and pipeline script as all.
deployment.yaml
containers:
- name: react-app-container
image: lak1234/2048:latest # Use your actual Docker image name and tag
ports:
- containerPort: 3000 # The port your React app is listening on
and pipeline
stage("TRIVY"){
steps{
sh "trivy image lak1234/2048:latest > trivy.txt"
}
}
stage('Deploy to container'){
steps{
sh 'docker run -d --name 2048 -p 3000:3000 lak1234/2048:latest'
}
}
}
}
Your using jenkins or anyother cicd tool
Did you provide the sudo chmod 777 /var/run/docker.sock on jenkins machine
@@mr.cloudbookI'm using jenkins only
@@mr.cloudbookyes,provided.Not sure why I'm getting this error
Check your Docker username and password in credentials section at Jenkins
im getting an error in docker build&push stage -. eRROR: docker login failed in jenkins what is the exact error
Give you docker credentials in correct way
Thats from your side