secret is decoded not decrypted, great video, thanks
@itlearner11753 күн бұрын
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?
@imalkagunasekara87253 күн бұрын
Great
@Thetips4you3 күн бұрын
Thank you
@valenciawalker64984 күн бұрын
Thank you, for discussing using it for work learning to use Gitlab. This presentation was very helpful.
@Thetips4you4 күн бұрын
You are welcome.
@SanjeevKumar-hs6gp5 күн бұрын
getting: HTTP Status 404 - Not Found
@Thetips4you5 күн бұрын
At what stage?
@said_eng_fluent7 күн бұрын
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
@BlackGhea57 күн бұрын
bagaimana cara keluar dari file nya ?
@jyk410 күн бұрын
thanks for the video. But please don't say "you know" "OK" all the time, it drives me crazy
@Thetips4you9 күн бұрын
Thank you for the feedback.
@whitishnine989919 күн бұрын
can I use led strip ws2812b instead of led? Using this same setup
@Thetips4you19 күн бұрын
Not sure.
@hanstech668323 күн бұрын
could you add some lcd display to know the object in and out sir?
@Thetips4you22 күн бұрын
Yes
@vehicleinspector753824 күн бұрын
INEED THE CODE \
@Thetips4you24 күн бұрын
Check the github repo
@AvinashaSharmaP28 күн бұрын
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
@Thetips4you27 күн бұрын
Thank you for your feedback
@salishsath53028 күн бұрын
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-104viri429 күн бұрын
thanks for your help <3
@Thetips4you29 күн бұрын
You are welcome
@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 ?
@Thetips4you28 күн бұрын
Did you check your network connection? Most probably the connection is not happening
@RockyScenesАй бұрын
If i am deploying prometheus on a real production build with aws am i still using nodeport?
@Thetips4you29 күн бұрын
It depends on your infrastructure. You can use Load balancer as well to access through internet.
@035_sidharthchoudhary4Ай бұрын
Literally the best tutorial for kubernetes. Learned some really cool concepts... made my learning it more easier🔥. Thank you so much !
@Thetips4youАй бұрын
Very happy to hear your feedback.
@aristaamoraАй бұрын
What is diode type or size?
@dimasmaulanam1358Ай бұрын
code doesnt work. It says cant find the file
@Thetips4youАй бұрын
Which file?
@dimasmaulanam1358Ай бұрын
@@Thetips4you you forgot to add delay, and it work now.
@garyrowlands8537Ай бұрын
Short, yet well explained and, it works. Thank You :)
@Thetips4youАй бұрын
Thank you
@OpenremoteProАй бұрын
You missed the only one which 100% open source: kzbin.info/www/bejne/an7Lqaqcl7SUpZo
@Thetips4youАй бұрын
Ok
@Ss-ju5bhАй бұрын
awesome!! Short and contextual!!!
@Thetips4youАй бұрын
Thank you
@SagarA-l5oАй бұрын
Yes, yes it really tips for us
@Thetips4youАй бұрын
Good to know. Thanks
@tanishasharma8278Ай бұрын
Thank you soo much!
@Thetips4youАй бұрын
You are welcome
@salva_nextАй бұрын
yeahh, thanks, for a devops/gitops, perfect mach, + chapgpt4 I think can be another good match
@MrSniper2k7Ай бұрын
Can you make a playlist for AKS please?
@Thetips4youАй бұрын
Sure
@sergioandrescaicedo-ramire45432 ай бұрын
Can a fingerbot continue moving without stopping?
@Thetips4you2 ай бұрын
Yes, as per my knowledge.
@muhammadirfanshahrulhani-kj4rx2 ай бұрын
How to make LED blinking same time
@Thetips4you2 ай бұрын
What is exact question?
@muhammadirfanshahrulhani-kj4rx2 ай бұрын
@@Thetips4you sorry late for reply back
@muhammadirfanshahrulhani-kj4rx2 ай бұрын
@@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-kj4rx2 ай бұрын
@@Thetips4you have any idea what codes to use for
@haraprasadsahoo73792 ай бұрын
thanks, to be able to run those commands, we need to install docker on our local? please advise.
@Thetips4you2 ай бұрын
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.
@stigran2 ай бұрын
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.
@Thetips4you2 ай бұрын
You can change the pipeline as you need.
@vikram1ful2 ай бұрын
good one pls help to some real time projects
@Thetips4you2 ай бұрын
How can I help?
@okunolababatunde58422 ай бұрын
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
@Thetips4you2 ай бұрын
Thank you. Will check on it.
@ATMFokruleHasan2 ай бұрын
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.
@Thetips4you2 ай бұрын
Thank you for your feedback. Can you ask the questions and maybe answer as well for others benefits.
@Desleiden2 ай бұрын
Thank you so much man, I'm starting with kubernetes and this is gold for me!!
@Thetips4you2 ай бұрын
Happy to hear this my friend.
@sachinayyar88632 ай бұрын
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?
@Thetips4you2 ай бұрын
Are you running as node port or load balancer?
@sachinayyar88632 ай бұрын
@@Thetips4you i am running as node port...can you suggest me how to run as load balancer
@Chinny262 ай бұрын
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!!!!
@Thetips4you2 ай бұрын
Yes you can use the example rules. You will have to adapt to your need's.
@Chinny262 ай бұрын
@@Thetips4you Thank youuu!!
@fred-schneider2 ай бұрын
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?
@Thetips4you2 ай бұрын
Ok. Got your point. Please note that this video was published 3 years ago. Right? ok?
@vishnuvijay34572 ай бұрын
Super❤
@Thetips4you2 ай бұрын
Thank you
@cristiangonzalezvergara54052 ай бұрын
It didn't work for me :c, I have CentOS 7 installed on VMware, maybe that's the problem
@Thetips4you2 ай бұрын
Not sure. Will have to look in deeper.
@merlingrace68502 ай бұрын
Thank you for such wonderful tutorial! All my doubts was cleared by your channel. Such a great help🙌
@Thetips4you2 ай бұрын
Thank you so much. Happy to hear your words.
@srijanlama64462 ай бұрын
Does It autoscale and add/remove the containers if load is spiked ?
@Thetips4you2 ай бұрын
No. You need an autoscaler for it.
@ankushdeshmukh16792 ай бұрын
Thanks for sharing. It would be great if you could add some use cases around it and some configuration demo. Thanks again.
@Thetips4you2 ай бұрын
Thank you for your feedback.
@Mr.Tharuntej2 ай бұрын
Im unable access on browser Everything is fine ports are open and all things are fine but am not able to login
@Thetips4you2 ай бұрын
What is the error message?
@Mr.Tharuntej2 ай бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej2 ай бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej2 ай бұрын
@@Thetips4you site can't be reached
@Mr.Tharuntej2 ай бұрын
@@Thetips4you site can't be reached
@fred-schneider2 ай бұрын
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 ?
@Thetips4you2 ай бұрын
Sorry about that.
@gilbertngetich15692 ай бұрын
very well explained
@Thetips4you2 ай бұрын
Thank you
@HarishKumar-yh3tz2 ай бұрын
Ur video helped thanks
@Thetips4you2 ай бұрын
Thank you. Happy to hear your feedback.
@shambhunathsahani65052 ай бұрын
How can I add eslint steps to do in testing in gitlab
@commonman47982 ай бұрын
zing zing...Amazing
@Thetips4you2 ай бұрын
Thank you🙏
@wasimshaikh-ns7pu2 ай бұрын
will u be creating videos on hashi stack...would be great to learn how to work in sync in CICD.
@Thetips4you2 ай бұрын
Did not have time. If possible I will create. Thank you for the suggestion.