Пікірлер
@kvs7720
@kvs7720 Күн бұрын
helpful TQ
@itlearner1175
@itlearner1175 3 күн бұрын
secret is decoded not decrypted, great video, thanks
@itlearner1175
@itlearner1175 3 күн бұрын
Thank you for the informative video! I have a quick question: What is the recommended approach for retrieving Prometheus data from a multi-node cluster? Should we deploy a DaemonSet or sidecar, or is there another preferred method?
@imalkagunasekara8725
@imalkagunasekara8725 3 күн бұрын
Great
@Thetips4you
@Thetips4you 3 күн бұрын
Thank you
@valenciawalker6498
@valenciawalker6498 4 күн бұрын
Thank you, for discussing using it for work learning to use Gitlab. This presentation was very helpful.
@Thetips4you
@Thetips4you 4 күн бұрын
You are welcome.
@SanjeevKumar-hs6gp
@SanjeevKumar-hs6gp 5 күн бұрын
getting: HTTP Status 404 - Not Found
@Thetips4you
@Thetips4you 5 күн бұрын
At what stage?
@said_eng_fluent
@said_eng_fluent 7 күн бұрын
Hi sir! I have set up GlusterFS storage and created a directory on my local host machine, which I then mounted to the GlusterFS storage. When I mount a directory from my local host machine in the volumes section of the docker-compose.yml file, both the GitLab image and the GitLab Runner deploy successfully without any issues. However, when I try to mount the GlusterFS storage path in the volumes section of the Compose file, the built-in PostgreSQL instance within the GitLab image fails to mount to the GlusterFS storage. The deployment works fine for GitLab itself, but PostgreSQL encounters problems. Have you experienced similar issues, or could someone provide me guidance on how to resolve this? Here is my compose file (mounted on host machine) works perfectly: version: "3.6" services: gitlab: image: private.registry.com/docker/gitlab-ce:17.3.6-ce.0 deploy: mode: global placement: constraints: [node.id == ymqksna8bxikggkusfujaunk4] container_name: gitlab restart: always hostname: 'gitlab.example.com' ports: "2222:22" "80:80" "443:443" volumes: /srv/gitlab/data:/var/opt/gitlab /srv/gitlab/logs:/var/log/gitlab /srv/gitlab/config:/etc/gitlab shm_size: '256m' environment: GITLAB_OMNIBUS_CONFIG: "from_file('/omnibus_config.rb')" configs: source: gitlab target: /omnibus_config.rb secrets: gitlab_root_password gitlab-runner: image: gitlab/gitlab-runner:alpine deploy: mode: replicated replicas: 4 configs: gitlab: file: ./gitlab.rb secrets: gitlab_root_password: file: ./root_password.txt Here is my compose file (mounted glusterfs storage) fails: version: "3.6" services: gitlab: image: private.registry.com/docker/gitlab-ce:17.3.6-ce.0 container_name: gitlab restart: always hostname: 'gitlab.example.com' ports: "2222:22" "80:80" "443:443" volumes: /mnt/glusterfs/data:/var/opt/gitlab /mnt/glusterfs/logs:/var/log/gitlab /mnt/glusterfs/config:/etc/gitlab shm_size: '256m' environment: GITLAB_OMNIBUS_CONFIG: "from_file('/omnibus_config.rb')" configs: source: gitlab target: /omnibus_config.rb secrets: gitlab_root_password gitlab-runner: image: gitlab/gitlab-runner:alpine deploy: mode: replicated replicas: 4 configs: gitlab: file: ./gitlab.rb secrets: gitlab_root_password: file: ./root_password.txt Log says: [2024-11-06T10:31:13+00:00] FATAL: RuntimeError: database_objects[postgresql] (postgresql::standalone line 32) had an error: RuntimeError: postgresql_user[gitlab] (postgresql::standalone line 28) had an error: RuntimeError: execute[create gitlab postgresql user] (postgresql::standalone line 13) had an error: RuntimeError: Exhausted service checks and database is still not available
@BlackGhea5
@BlackGhea5 7 күн бұрын
bagaimana cara keluar dari file nya ?
@jyk4
@jyk4 10 күн бұрын
thanks for the video. But please don't say "you know" "OK" all the time, it drives me crazy
@Thetips4you
@Thetips4you 9 күн бұрын
Thank you for the feedback.
@whitishnine9899
@whitishnine9899 19 күн бұрын
can I use led strip ws2812b instead of led? Using this same setup
@Thetips4you
@Thetips4you 19 күн бұрын
Not sure.
@hanstech6683
@hanstech6683 23 күн бұрын
could you add some lcd display to know the object in and out sir?
@Thetips4you
@Thetips4you 22 күн бұрын
Yes
@vehicleinspector7538
@vehicleinspector7538 24 күн бұрын
INEED THE CODE \
@Thetips4you
@Thetips4you 24 күн бұрын
Check the github repo
@AvinashaSharmaP
@AvinashaSharmaP 28 күн бұрын
Good One. You should have included how to add new monitors and how to monitor targets which are outside the cluster. May be a small set of VMs
@Thetips4you
@Thetips4you 27 күн бұрын
Thank you for your feedback
@salishsath530
@salishsath530 28 күн бұрын
Nice video, I have a question as the number of request increased how the container replication will be increased, is there any tool helps on the same
@gc-104viri4
@gc-104viri4 29 күн бұрын
thanks for your help <3
@Thetips4you
@Thetips4you 29 күн бұрын
You are welcome
@morganeaubry2311
@morganeaubry2311 Ай бұрын
Thanks for your video, I got a problem, I can't go past the registration token, when I put it, it says "ERROR: Verifying runner... failed". No matter which way I use to create it, I always have this end. Do you know a way to fix this ?
@Thetips4you
@Thetips4you 28 күн бұрын
Did you check your network connection? Most probably the connection is not happening
@RockyScenes
@RockyScenes Ай бұрын
If i am deploying prometheus on a real production build with aws am i still using nodeport?
@Thetips4you
@Thetips4you 29 күн бұрын
It depends on your infrastructure. You can use Load balancer as well to access through internet.
@035_sidharthchoudhary4
@035_sidharthchoudhary4 Ай бұрын
Literally the best tutorial for kubernetes. Learned some really cool concepts... made my learning it more easier🔥. Thank you so much !
@Thetips4you
@Thetips4you Ай бұрын
Very happy to hear your feedback.
@aristaamora
@aristaamora Ай бұрын
What is diode type or size?
@dimasmaulanam1358
@dimasmaulanam1358 Ай бұрын
code doesnt work. It says cant find the file
@Thetips4you
@Thetips4you Ай бұрын
Which file?
@dimasmaulanam1358
@dimasmaulanam1358 Ай бұрын
@@Thetips4you you forgot to add delay, and it work now.
@garyrowlands8537
@garyrowlands8537 Ай бұрын
Short, yet well explained and, it works. Thank You :)
@Thetips4you
@Thetips4you Ай бұрын
Thank you
@OpenremotePro
@OpenremotePro Ай бұрын
You missed the only one which 100% open source: kzbin.info/www/bejne/an7Lqaqcl7SUpZo
@Thetips4you
@Thetips4you Ай бұрын
Ok
@Ss-ju5bh
@Ss-ju5bh Ай бұрын
awesome!! Short and contextual!!!
@Thetips4you
@Thetips4you Ай бұрын
Thank you
@SagarA-l5o
@SagarA-l5o Ай бұрын
Yes, yes it really tips for us
@Thetips4you
@Thetips4you Ай бұрын
Good to know. Thanks
@tanishasharma8278
@tanishasharma8278 Ай бұрын
Thank you soo much!
@Thetips4you
@Thetips4you Ай бұрын
You are welcome
@salva_next
@salva_next Ай бұрын
yeahh, thanks, for a devops/gitops, perfect mach, + chapgpt4 I think can be another good match
@MrSniper2k7
@MrSniper2k7 Ай бұрын
Can you make a playlist for AKS please?
@Thetips4you
@Thetips4you Ай бұрын
Sure
@sergioandrescaicedo-ramire4543
@sergioandrescaicedo-ramire4543 2 ай бұрын
Can a fingerbot continue moving without stopping?
@Thetips4you
@Thetips4you 2 ай бұрын
Yes, as per my knowledge.
@muhammadirfanshahrulhani-kj4rx
@muhammadirfanshahrulhani-kj4rx 2 ай бұрын
How to make LED blinking same time
@Thetips4you
@Thetips4you 2 ай бұрын
What is exact question?
@muhammadirfanshahrulhani-kj4rx
@muhammadirfanshahrulhani-kj4rx 2 ай бұрын
@@Thetips4you sorry late for reply back
@muhammadirfanshahrulhani-kj4rx
@muhammadirfanshahrulhani-kj4rx 2 ай бұрын
@@Thetips4you Build a program where the LED on pin 2 will blink 3 times with a delay of 1 second and after that, the LED on pin 3 will blink 5 times with a delay of 0.5 seconds. This sequence is known as 1 complete round. The program will repeat the flashing until the power is turned off. power
@muhammadirfanshahrulhani-kj4rx
@muhammadirfanshahrulhani-kj4rx 2 ай бұрын
@@Thetips4you have any idea what codes to use for
@haraprasadsahoo7379
@haraprasadsahoo7379 2 ай бұрын
thanks, to be able to run those commands, we need to install docker on our local? please advise.
@Thetips4you
@Thetips4you 2 ай бұрын
Yes, if you want to use docker commands, you do need to set up docker locally. You can check out my videos on docker for it.
@stigran
@stigran 2 ай бұрын
The jobs are green, but does it actually detect and run unit tests. Try to add a unit test and check how many tests was run.
@Thetips4you
@Thetips4you 2 ай бұрын
You can change the pipeline as you need.
@vikram1ful
@vikram1ful 2 ай бұрын
good one pls help to some real time projects
@Thetips4you
@Thetips4you 2 ай бұрын
How can I help?
@okunolababatunde5842
@okunolababatunde5842 2 ай бұрын
you video quality, voice clarity and the contents are best rated. can you pls do us video on microsoft azure and how to manouver all its resoures
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you. Will check on it.
@ATMFokruleHasan
@ATMFokruleHasan 2 ай бұрын
Nice video. But its kind of not completed. Someone new coming here won't feel confident and they will have so many questions. In some point, felt like you have limited knowledges as well.
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you for your feedback. Can you ask the questions and maybe answer as well for others benefits.
@Desleiden
@Desleiden 2 ай бұрын
Thank you so much man, I'm starting with kubernetes and this is gold for me!!
@Thetips4you
@Thetips4you 2 ай бұрын
Happy to hear this my friend.
@sachinayyar8863
@sachinayyar8863 2 ай бұрын
I am unable to access the Prometheus and Grafana dashboards from my browser. However, when I run a curl command using <minikube_ip>:<port_number>, I receive a response within the cluster. can you suggest me what can be the issue?
@Thetips4you
@Thetips4you 2 ай бұрын
Are you running as node port or load balancer?
@sachinayyar8863
@sachinayyar8863 2 ай бұрын
@@Thetips4you i am running as node port...can you suggest me how to run as load balancer
@Chinny26
@Chinny26 2 ай бұрын
Hi. thank you so much for this wonderful explanation!!!!!!! Please the rules you added on your github for cpu, memory and diskspace, can i work with it as i am looking to manage my resources through those rules, plus i need an explanation on them, i am a bit confused. Thank you!!!!
@Thetips4you
@Thetips4you 2 ай бұрын
Yes you can use the example rules. You will have to adapt to your need's.
@Chinny26
@Chinny26 2 ай бұрын
@@Thetips4you Thank youuu!!
@fred-schneider
@fred-schneider 2 ай бұрын
tx for the video .. but I can hardly understand you !? next time u might use a headset or good external micro - not the built-in micro. right? right? ok? ok?
@Thetips4you
@Thetips4you 2 ай бұрын
Ok. Got your point. Please note that this video was published 3 years ago. Right? ok?
@vishnuvijay3457
@vishnuvijay3457 2 ай бұрын
Super❤
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you
@cristiangonzalezvergara5405
@cristiangonzalezvergara5405 2 ай бұрын
It didn't work for me :c, I have CentOS 7 installed on VMware, maybe that's the problem
@Thetips4you
@Thetips4you 2 ай бұрын
Not sure. Will have to look in deeper.
@merlingrace6850
@merlingrace6850 2 ай бұрын
Thank you for such wonderful tutorial! All my doubts was cleared by your channel. Such a great help🙌
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you so much. Happy to hear your words.
@srijanlama6446
@srijanlama6446 2 ай бұрын
Does It autoscale and add/remove the containers if load is spiked ?
@Thetips4you
@Thetips4you 2 ай бұрын
No. You need an autoscaler for it.
@ankushdeshmukh1679
@ankushdeshmukh1679 2 ай бұрын
Thanks for sharing. It would be great if you could add some use cases around it and some configuration demo. Thanks again.
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you for your feedback.
@Mr.Tharuntej
@Mr.Tharuntej 2 ай бұрын
Im unable access on browser Everything is fine ports are open and all things are fine but am not able to login
@Thetips4you
@Thetips4you 2 ай бұрын
What is the error message?
@Mr.Tharuntej
@Mr.Tharuntej 2 ай бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej
@Mr.Tharuntej 2 ай бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej
@Mr.Tharuntej 2 ай бұрын
​@@Thetips4you site can't be reached
@Mr.Tharuntej
@Mr.Tharuntej 2 ай бұрын
@@Thetips4you site can't be reached
@fred-schneider
@fred-schneider 2 ай бұрын
thanks for your video. but please: this annoying background sound kills all my attention. so it is almost impossible to understand you. did you have also any background sound when you where in school and had to concentrate to the topics ?
@Thetips4you
@Thetips4you 2 ай бұрын
Sorry about that.
@gilbertngetich1569
@gilbertngetich1569 2 ай бұрын
very well explained
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you
@HarishKumar-yh3tz
@HarishKumar-yh3tz 2 ай бұрын
Ur video helped thanks
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you. Happy to hear your feedback.
@shambhunathsahani6505
@shambhunathsahani6505 2 ай бұрын
How can I add eslint steps to do in testing in gitlab
@commonman4798
@commonman4798 2 ай бұрын
zing zing...Amazing
@Thetips4you
@Thetips4you 2 ай бұрын
Thank you🙏
@wasimshaikh-ns7pu
@wasimshaikh-ns7pu 2 ай бұрын
will u be creating videos on hashi stack...would be great to learn how to work in sync in CICD.
@Thetips4you
@Thetips4you 2 ай бұрын
Did not have time. If possible I will create. Thank you for the suggestion.