What is Kubernetes AFFINITY ?
17:28
What is Infrastructure as Code ?
12:44
How to learn Kubernetes in 2022
41:57
Пікірлер
@videobrice
@videobrice 6 сағат бұрын
Thanks for this excellent and exhaustive tutorial !
@MarcelDempers
@MarcelDempers 6 сағат бұрын
Thanks so much for the kind words and support 🙏🏼
@csabadobo
@csabadobo Күн бұрын
Do you know where the source code for the app (aimvector/python:metrics) is ?
@lazylinuxlover9676
@lazylinuxlover9676 Күн бұрын
Great job! Could you also craft a similarly insightful introduction for operators and custom resource definitions?
@falconfrancis1
@falconfrancis1 Күн бұрын
Nice tutorial, well explained.
@ukaszrzasa1980
@ukaszrzasa1980 5 күн бұрын
dislike due to "chapter X" instead of list of content...
@kashmindersingh418
@kashmindersingh418 6 күн бұрын
I really enjoyed the music as well!
@yogeshmandge1927
@yogeshmandge1927 7 күн бұрын
How to check metrics details using CLI instead of Web?
@gen0ne
@gen0ne 7 күн бұрын
I wonder if the deployment would be much different if Vault would run outside the K8s cluster in a dedicated VM
@gen0ne
@gen0ne 7 күн бұрын
These were 30 intensives minutes with lots of concepts I need to land. TYVM!!
@Techtips200
@Techtips200 8 күн бұрын
Please bring new videos on tshoooting..specially on networking issues in k8
@ajprasad6865
@ajprasad6865 9 күн бұрын
so good man thanks
@yeyerrd
@yeyerrd 11 күн бұрын
The only person who could explain the concepts and how Vault works in one go!
@raheelmasood8656
@raheelmasood8656 11 күн бұрын
If I have to understand really what is happening behin the scene. This channel I have to come.
@ayomidewilfred1864
@ayomidewilfred1864 14 күн бұрын
I will rate you 100% . The content was too notch and the explanation was just what I need now. I wanted to deploy a postgres database on k8s, so I sort for resources on data persistent and I couldn't find any that is more explanatory. Your sample that resides in github was top-notch.
@b2c205
@b2c205 15 күн бұрын
nice video mate
@linovieira9739
@linovieira9739 16 күн бұрын
Great work! Thank you very much. I just have a quick question: How do you suggest running one container of Redis Cluster and Redis Sentinel across three different hosts?
@NjunwaWamavoko
@NjunwaWamavoko 17 күн бұрын
Congratulations for this work. However, This code seems to have changed and the below bash code does not seem to return the master any more MASTER=$(redis-cli --no-auth-warning --raw -h $i -a $REDIS_PASSWORD info replication | awk '{print $1}' | grep master_host: | cut -d ":" -f2)
@remus-tomsa
@remus-tomsa 21 күн бұрын
Great video man, very easy to understand and follow! Congrats!
@TheChihuhua
@TheChihuhua 21 күн бұрын
THE BEST!
@sijaanhallak5279
@sijaanhallak5279 22 күн бұрын
Too bad I didn't discover this channel a long time ago. Can I ask about your background?
@user-hs4xt1oj4t
@user-hs4xt1oj4t 23 күн бұрын
what do you bench?
@ahmetaksoy553
@ahmetaksoy553 26 күн бұрын
I can do it like in the video. But let's say I'm deploying Prometheus and Grafana. So, create a Pod for these. I am using a Cluster IP type server. Afterwards, I configure these with ingress.yaml. Normally, when I type the PublicIp/prometheus path in the browser, it should appear. But it's not working. Is there an example video of this? I don't understand where I'm making a mistake.
@johnjosephfernandes
@johnjosephfernandes 19 күн бұрын
Even i am facing this issue
@Alestrix76
@Alestrix76 26 күн бұрын
When an mTLS connection terminates on the istio gateway, the certificate info is put into the XFCC field that is forwarded to the actual service via the istio mesh. However, the gateway uses its own certificate for the mesh connection to the service's istio proxy sidecar. The proxy sidecar then overwrites the XFCC header with the info from the mesh mTLS connection, losing the original info from the external client. How can I change the proxy sidecar config to either append the new mesh's XFCC info or just forward the original XFCC header to the workload? This configuration can be done in the gateway, but unfortunately not in the sidecar proxy.
@salborough2
@salborough2 27 күн бұрын
Awesome video thanks Marcel :)
@HarshDeep61034
@HarshDeep61034 28 күн бұрын
Thanks Sir, im building something simillar to replit, i couldnt afford a online cluster, this is excatly what i needed.
@softwaredevil6711
@softwaredevil6711 29 күн бұрын
Thanks a lot my friend!!!!
@rakly3473
@rakly3473 Ай бұрын
"Getting started for beginners." I have a question though, what is Kubernetes? I'm looking for a type 1 hypervisor and I somehow ended up here.
@user-vq7vs8qw6k
@user-vq7vs8qw6k Ай бұрын
The music is great
@oleggorenkov
@oleggorenkov Ай бұрын
I see that the stated work of Ingress is actually done by port forwarding.
@segsfault
@segsfault Ай бұрын
Found this very useful, Thanks alot!
@PePTo-dx2yj
@PePTo-dx2yj Ай бұрын
sorry my question my english bad)) but how Service choose POD (in replicaset for example have 5 POD) where network traffic must go, which mechanizm use for it? ty
@MarcelDempers
@MarcelDempers Ай бұрын
Service has a "selector" which selects the pods by label. Kubernetes will then define endpoints (local IP) for each pod that is "selected". When you `kubectl describe` a service you will see endpoints under it. The endpoints are what ends up being load balanced
@PePTo-dx2yj
@PePTo-dx2yj Ай бұрын
@@MarcelDempers ty , sorry may be Im not good explain, I mean between endpoints which use roundrobin or somethink else?
@ashrafbaig697
@ashrafbaig697 Ай бұрын
Can you create queue type as Quorum and publish the image ? this is creating classic queue
@RockyScenes
@RockyScenes Ай бұрын
Thank you for this. If you have a replica of a pod, and the main one dies, then the replica dies, are you out of luck and the data is lost? Or are replicas constantly created?
@yashizuko
@yashizuko Ай бұрын
Well thank you ALOT for this! you dont even know how many hours i was on this subject, now i can have this configuration and make it work in my cluster, many guides just forgets to mention the nginx ingress, thanks for the clear instructions!
@kanakorn.h
@kanakorn.h Ай бұрын
Thank you.
@valentingeorgiev3760
@valentingeorgiev3760 Ай бұрын
Simply said, excellent video!
@tmortada
@tmortada Ай бұрын
Thanks Marcel, great content!
@philc787
@philc787 Ай бұрын
Fab 🎉
@alexv2401
@alexv2401 Ай бұрын
Amazing videos!!!
@danialatash9815
@danialatash9815 Ай бұрын
Amazing!!! It was great, I learned something! Thanks
@Mustafa-099
@Mustafa-099 Ай бұрын
Bulging Biceps 🗿
@lucianolopez1558
@lucianolopez1558 Ай бұрын
Thank you, clear and with example, keep it simple!!!
@sagarhm2237
@sagarhm2237 Ай бұрын
more vedios plzz
@nikola8433
@nikola8433 Ай бұрын
does anyone know how to Pass client IP from my local computer to remote Minikube using Ingress ?
@mpattanaik7
@mpattanaik7 Ай бұрын
Our back
@maiezbenromdhane8233
@maiezbenromdhane8233 Ай бұрын
excellent and well detailed! thank you for the explanation dude!
@ValleJulien
@ValleJulien Ай бұрын
Thank you for this interesting and insightful series of videos on setting up a PostgreSQL cluster. When can we expect the next video? I need the following ! I'm currently in the process of deploying my own PostgreSQL cluster on AKS. It would be great and helpful to have and see a demonstration of how to configure replication on Kubernetes and automate the primary promotion to the replica in case of failover (along with guidance on configuring for production environments). Excellent work :) I'm looking forward to the next video, which I hope will arrive very soon.
@mohamedelmehdielberiri
@mohamedelmehdielberiri Ай бұрын
Hello Marcel, i m a bit confused in the tls.crt file you added in extra environment, how did you generate it and where it is used i checked the repo and i didnt find the userconfig, i dont know if i missed something please help
@zappyman1370
@zappyman1370 Ай бұрын
Holy sh*t, been reading/watching walkthroughs to properly setup nodes on my k3s cluster. This is the first piece of media where, by the end, I've actually got a working product and learned more about cluster devOps. Even tho this is a 3 year old video, it's better than most guides coming out today, thanks a million.
@nikhilagrawal9204
@nikhilagrawal9204 Ай бұрын
Is their any way (probably some annotation) we can pass the capture group 1 i.e. $1 to the upstream
@IJMacD
@IJMacD 14 күн бұрын
Capture group 1 in his example was just a slash or the end of the string "(/|$)"