you keep saying "you know". I'm here because I don't know.
@yourtube123458 сағат бұрын
Starting 6 mins waste of time full bakwas
@alexanderthegreat2591Күн бұрын
Thank u so much man
@Thetips4youКүн бұрын
You are welcome
@SlyderX694 күн бұрын
ABSOLUTELY AMAZING! You saved me time and money!!! You are the BEST!!🤩🤩
@Thetips4you3 күн бұрын
Thank you
@edwigedizo964 күн бұрын
🙏
@Onlyturbouz6 күн бұрын
ty for that brother
@Thetips4you6 күн бұрын
Thank you
@JawahiirNabhan-r8h10 күн бұрын
@Thetips4you how do I push from another device (within the same network)
@Thetips4you6 күн бұрын
What do you want to push?
@bhabanisahoo744711 күн бұрын
Actually you are using load balancer service but in service section there is no external ips are there .then how to access this. Also i did according to this video . everything deployed successfully but unable to access using the ec2 instance public ip with the service port number. and by using the command kubectl get svc -O wide, there is showing no external ips are there for master as well as worker node. Would you please assist me in this.
@sahils132212 күн бұрын
HI, since I am emulating this on minikube & not VMs, I am using hostNetwork=True to make container use node ip. Obviously since all in one cluster, they all are getting same node ip. Can I put master , worker node 1 & worker node 2 in different clusters ? & still continue with this video & eventually the CI/CD one
@Thetips4you11 күн бұрын
You cannot do this using minikube.
@LoveBike-f7e12 күн бұрын
helped me alot thanks for the videos and the tips
@Thetips4you12 күн бұрын
Happy to hear
@maheshkumarnaik75413 күн бұрын
Shall i get the code sir
@Thetips4you12 күн бұрын
Yes. Check my GitHub
@ukebi527018 күн бұрын
Thanks for the music, it truly makes learning fun.
@Thetips4you16 күн бұрын
It's a positive feedback or 🙃
@worker-h7f18 күн бұрын
what is the ID of grafana dashboard, i want to use it . Thank you
@ikiiki426818 күн бұрын
baraka allahou fik
@saeedrahat98421 күн бұрын
could you please mention how code will push from jenkins server to kubernetes master node.
@Thetips4you21 күн бұрын
What kind of code?
@saeedrahat98420 күн бұрын
@@Thetips4you actually i want to say when i run pipeline from jenkins server deployment file didnt push to kubernetes master node, kubernetes master node is separate server, So how they will know each other. I have tried several steps. It didnt work. Thanks.
@imalkagunasekara872522 күн бұрын
Great
@Thetips4you21 күн бұрын
Thank you
@vinovignesh124 күн бұрын
Thanks for the video. One question: Why does the published package is not showing in your repository home page? I mean on the code tab right side 13:26
@Thetips4you19 күн бұрын
The published package will not be in the repo. You can cache the artifacts or store them to any registry.
@stephaniecrispin67429 күн бұрын
My challenge is, I've searched your github, I can't find this particular project, the one I found seems to be for github actions
@samanthamccarthy976529 күн бұрын
would be nice to show people an example of how you do these things . we might as well just read a text book for this . nice try anyway . thanks
@Thetips4you25 күн бұрын
Ok. Thanks
@soufianeessaboni154729 күн бұрын
i'm really suprised the number of view VS the reactions that's a shame really intresting video keep the good work thanks for sharing saves people lot of time (y)
@Thetips4you29 күн бұрын
Thank you so much. I am happy to hear your kind words.
@imalkagunasekara872529 күн бұрын
Great
@Thetips4you29 күн бұрын
Thank you
@imalkagunasekara8725Ай бұрын
Great
@Thetips4you29 күн бұрын
Thank you🙏
@imalkagunasekara8725Ай бұрын
Great
@Thetips4you29 күн бұрын
Thank🙏
@imalkagunasekara8725Ай бұрын
Great
@Thetips4you29 күн бұрын
Thank you🙏🙏
@MURALEEDHARANKARUMATHILАй бұрын
I am getting an error like this. Docker: Error response from daemon: invalid volume specification: 'webtop_config:config': invalid mount config for type "volume": invalid mount path: 'config' mount path must be absolute. What is to be done for this?
@Thetips4youАй бұрын
Looks like problem with volume attached to docker. Did you check those?
@kvs7720Ай бұрын
helpful TQ
@Thetips4youАй бұрын
Welcome
@itlearner1175Ай бұрын
secret is decoded not decrypted, great video, thanks
@Thetips4you29 күн бұрын
Thank you🙏
@itlearner1175Ай бұрын
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?
@Thetips4you29 күн бұрын
It depends upon on how is your architecture and how you want to approach. Try thinking about pros and cons on different options.
@imalkagunasekara8725Ай бұрын
Great
@Thetips4youАй бұрын
Thank you
@valenciawalker6498Ай бұрын
Thank you, for discussing using it for work learning to use Gitlab. This presentation was very helpful.
@Thetips4youАй бұрын
You are welcome.
@SanjeevKumar-hs6gpАй бұрын
getting: HTTP Status 404 - Not Found
@Thetips4youАй бұрын
At what stage?
@said_eng_fluentАй бұрын
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Ай бұрын
bagaimana cara keluar dari file nya ?
@jyk4Ай бұрын
thanks for the video. But please don't say "you know" "OK" all the time, it drives me crazy
@Thetips4youАй бұрын
Thank you for the feedback.
@whitishnine9899Ай бұрын
can I use led strip ws2812b instead of led? Using this same setup
@Thetips4youАй бұрын
Not sure.
@hanstech6683Ай бұрын
could you add some lcd display to know the object in and out sir?
@Thetips4youАй бұрын
Yes
@vehicleinspector7538Ай бұрын
INEED THE CODE \
@Thetips4youАй бұрын
Check the github repo
@AvinashaSharmaPАй бұрын
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Ай бұрын
Thank you for your feedback
@salishsath530Ай бұрын
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-104viri42 ай бұрын
thanks for your help <3
@Thetips4you2 ай бұрын
You are welcome
@morganeaubry23112 ай бұрын
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 ?
@Thetips4you2 ай бұрын
Did you check your network connection? Most probably the connection is not happening
@RockyScenes2 ай бұрын
If i am deploying prometheus on a real production build with aws am i still using nodeport?
@Thetips4you2 ай бұрын
It depends on your infrastructure. You can use Load balancer as well to access through internet.
@035_sidharthchoudhary42 ай бұрын
Literally the best tutorial for kubernetes. Learned some really cool concepts... made my learning it more easier🔥. Thank you so much !
@Thetips4you2 ай бұрын
Very happy to hear your feedback.
@aristaamora2 ай бұрын
What is diode type or size?
@dimasmaulanam13582 ай бұрын
code doesnt work. It says cant find the file
@Thetips4you2 ай бұрын
Which file?
@dimasmaulanam13582 ай бұрын
@@Thetips4you you forgot to add delay, and it work now.
@garyrowlands85372 ай бұрын
Short, yet well explained and, it works. Thank You :)
@Thetips4you2 ай бұрын
Thank you
@OpenremotePro2 ай бұрын
You missed the only one which 100% open source: kzbin.info/www/bejne/an7Lqaqcl7SUpZo