Thanks for the video, bro, Now I have installed Jenkins using this, but when I execute a command like `docker ps` or `kubectl get all` using Jenkins freestyle I'm getting not found, do I have to configure any for this?
Hi great video Thanks for that, but i have a doubt like inside the running jenkins pod i am not able to run any command as its throwing root permission requires or permission denied kind of error. How can i resolve that
@@Thetips4you basically after deploying jenkins on k8s cluster, you cannot run docker commands inside the steps to build images, etc. How do you set it up properly to be able to work with Docker, considering Jenkins is in a container itself in kubernetes?
Thank you for the great video. Please help me out for the below error. Offline This Jenkins instance appears to be offline. For information about installing Jenkins without an internet connection, see the Offline Jenkins Installation Documentation. You may choose to continue by configuring a proxy or skipping plugin installation. Environment i'm using is Ubuntu Kubernetes cluster in VMware
Hi, Thanks for amazing video. When I tried these yaml files in my local docker-desktop, it worked perfectly. but, when I tried the same in remote kubernetes cluster, it is failing with OOMKilled error after few seconds. Any thoughts on this.? Thanks in advance.
Hi I need one help.. As per the current implementation if one pod is running. Am redeploying the app and new replicaset created and new pod is creating while creating some error happened and the status of the pod going crashloop and again restart .. But in jenkins job is green.. what command I have to use in kubernetes to jenkins also fail... please Help me
Great video, I was stuck with the deployment but I was able to follow and have a successful deployment. Thank you
Thank you. Good to know.
great video always, you are fast becoming my teacher now, well done
That's very nice if you to say those words. Thank you for your support.
Thanks for the video, bro, Now I have installed Jenkins using this, but when I execute a command like `docker ps` or `kubectl get all` using Jenkins freestyle I'm getting not found, do I have to configure any for this?
You need to have docker installed on the slave or machine on which the job is running.
@@Thetips4you yeah, But I'm in a minikube a linux env, so it's alerady has docker and kubectl
great videos, thank you alot
You are welcome my friend.
Hi great video Thanks for that, but i have a doubt like inside the running jenkins pod i am not able to run any command as its throwing root permission requires or permission denied kind of error. How can i resolve that
Why do you need to run commands on inside Jenkins container? Your cicd pipeline can be running on any slave machine connected to Jenkins.
Can you make a video about how to set up Jenkins to work with Docker, while deployed as a pod in kubernetes?
I didn't understand your request clearly. Can you be more specific.
@@Thetips4you basically after deploying jenkins on k8s cluster, you cannot run docker commands inside the steps to build images, etc. How do you set it up properly to be able to work with Docker, considering Jenkins is in a container itself in kubernetes?
you can set numerical order for each video path?, I don't know how to start with which video for absolutely beginner like me. Thanks so much :D
Thank you for your feedback. I will look in to this. By default You can follow the playlist.
@@Thetips4you Your video series absolutely beauty. I hope you will produce more and more in the future. Wish you health and happiness!
Thank you so much friend for your wishes. God bless you too with good health and happiness. Stay safe.
Thank you for the great video.
Please help me out for the below error.
Offline
This Jenkins instance appears to be offline.
For information about installing Jenkins without an internet connection, see the Offline Jenkins Installation Documentation.
You may choose to continue by configuring a proxy or skipping plugin installation.
Environment i'm using is Ubuntu Kubernetes cluster in VMware
When you are getting this error?
Hi, Thanks for amazing video. When I tried these yaml files in my local docker-desktop, it worked perfectly. but, when I tried the same in remote kubernetes cluster, it is failing with OOMKilled error after few seconds. Any thoughts on this.? Thanks in advance.
Do you mean OOMKilling memory error? If yes you will have to limit the memory usage.
@@Thetips4you Thank you for the quick response. I'm new to kubernetes, How can I limit it?
congratulations
Thank you
Hi
I need one help..
As per the current implementation if one pod is running.
Am redeploying the app and new replicaset created and new pod is creating while creating some error happened and the status of the pod going crashloop and again restart ..
But in jenkins job is green..
what command I have to use in kubernetes to jenkins also fail...
please Help me
Check the logs or describe the pod to see why it is crashloooping.
@@Thetips4you in kubectl command I need to write a script to fail if the pods not started.
How can I do that ?
Great videos, i want to ask you one question can we create ingress with azure without aks, i.e vm instances, thanks though.
Cannot access the service on browser i have opened all ports in Security Groups any idea?
Are you running on cloud k8s? Did you tried the service as a loadbalancer and not as nodeport?
Hey I'm facing difficulties in accessing jenkins dashboard,could you please help me ,thanks in advance.
Are you getting any errors?
@@Thetips4you when I'm accessing Jenkins through browser using ip adress and port it saying my can't connect
@@Thetips4you this site can't be reached
What is the port you have used?
@@Thetips4you 31554
Great video thanks, how much CPU, Memory is required for small cap company?
Can you clarify the cpu and memory for which case?
@@Thetips4you for Jenkins server
For a small server with less number of jobs, you can go with 8Gb ram and 4 core cpu which should be more than enough.
my jenkins we page is not opening, can you please help me
What is the error message?
have you deployed kafka + kubernetes
Not yet
Does anyone knows the password for root user in the pod for jenkins?
Why do you need this?
xin tên nhạc nền được không ạ. Cảm ơn bạn
Do you mean the music in the starting?
@@Thetips4you yes the starting music. thanks
how do i locate mountPath: /var/jenkins_home
Use volumes
@@Thetips4you it doesnt work...........can you share your persistent storage yaml file..................please i am new
@@africanloveguide Check the video description for the github link.