Тёмный
Cloud Native Skunkworks
Cloud Native Skunkworks
Cloud Native Skunkworks
Подписаться
Engineering education doesn't have to stop when you get to senior.
What is Open Feature?
17:53
Год назад
Golang generics in 6 minutes
6:51
Год назад
Amazing Golang configuration with Viper
20:01
2 года назад
How to write beautiful Golang CLI
30:21
2 года назад
HA Storage with MicroK8s
17:12
2 года назад
How to write a MicroK8s addon
22:59
2 года назад
What is Charmed Kubernetes?
15:17
2 года назад
What is MicroK8s?
19:08
2 года назад
Комментарии
@gemini_537
@gemini_537 2 дня назад
Gemini 1.5 Pro: This video is about container technologies including cgroups, runc, and containerd. The video starts with explaining cgroups. Cgroups are a feature of the Linux kernel that allows you to allocate and manage system resources. It allows you to create control groups that can be used to limit the amount of CPU, memory, disk I/O, network bandwidth, and other resources that a process can use. Cgroups can be used to ensure that critical services have the resources they need to run, and to prevent runaway processes from consuming all of the available resources on a system. Next, the video covers runc. Runc is a reference implementation of a container runtime. It is used to create and manage containers. A container is a standardized unit of software that packages up code and all its dependencies so that it can run reliably on any Linux system. Runc provides a way to create containers that are isolated from the host system and from other containers. The last topic covered in the video is containerd. Containerd is a container runtime daemon. It is used to manage the lifecycle of containers. This includes downloading container images, creating containers, starting containers, stopping containers, and deleting containers. Containerd works with runc to create and manage containers. In summary, cgroups provide a way to allocate and manage system resources, runc is a tool that can be used to create and manage containers, and containerd is a daemon that is used to manage the lifecycle of containers. These technologies all work together to enable containerization.
@a.krugliak
@a.krugliak 5 дней назад
Well, it’s looking interesting, but I have a few questions. What does with provided clusters if I delete control cluster? How I can manage control cluster, such as upgrading? Which upgrading workflow could I use for my clusters? How I could migrate my clusters to new control cluster?
@Md.ParvejMia-wu2qz
@Md.ParvejMia-wu2qz 25 дней назад
Isn't domain the suffix of API resources? 2:28
@TheALEXiSounds
@TheALEXiSounds Месяц назад
I'd love to use Kubeshark but their payment model kinda makes it not possible. Free model only accounts for 2 node clusters, which in todays age, is pretty much unrealistic.
@TheMouseJerry-du1md
@TheMouseJerry-du1md Месяц назад
Can you please create a realtime kubernetes operator may be aws dynamodb kubernetes operator, that manages dynamodb
@applebiter69
@applebiter69 Месяц назад
Love the cluster case I need info
@mandeepmails
@mandeepmails Месяц назад
undoubtedly, your setup is brilliant 👏
@Kloecfdh
@Kloecfdh 2 месяца назад
Thanks for sharing! How code is automatically generated at 15:06?
@9206929526
@9206929526 2 месяца назад
Looks like there's an error on line 65 let obs = watcher(topologys, ListParams::default()).applied_objects(); You cannot receive Node updates by watching a Topology resource. The correct one might be: let obs = watcher(nodes, ListParams::default()).applied_objects();
@f1aziz
@f1aziz 2 месяца назад
What OS was running on the Kubernetes nodes on AWS EC2 instances? Great video, thank you.
@OdamaRasengan34
@OdamaRasengan34 3 месяца назад
Did they make a 4k version or was this a mod?
@itlearner1175
@itlearner1175 4 месяца назад
Great video, thank you. Just curious about which console editor or plugin is used, seems very nice.
@JosephTermine
@JosephTermine 4 месяца назад
There is no "diaspora of implementation." There is a variety of implementations. "Diaspora" always refers to groups of people who share a common homeland. The rest of the video was helpful.
@tanishmahajan411
@tanishmahajan411 4 месяца назад
How can i use Kubeshark in eks cluster?
@cdivitotawela
@cdivitotawela 4 месяца назад
This is really good. Thanks for this video
@nilesh-gule
@nilesh-gule 4 месяца назад
Thanks for the wonderful explanation of k8sgpt capabilites. I tried it with Azure OpenAI as the backend and it worked very well. Looking forward to the future improvements and enahncements which will make this a good handy tool in the hands of SRE and DevOps engineers. Great stuff.
@Drugs21
@Drugs21 5 месяцев назад
i have the exact same one
@Drugs21
@Drugs21 5 месяцев назад
Yum! 💀
@user-mo6gx1bm3w
@user-mo6gx1bm3w 5 месяцев назад
Thank you so much. It is very helpful for me. Could you explain in which case should we use kubebuilder and in which case operator-sdk?
@bnssoftware3292
@bnssoftware3292 5 месяцев назад
Didn't know that Justin Timberlake was into kubernetes
@abhimanyu003
@abhimanyu003 5 месяцев назад
amazing explanation and a great video. Thank you.
@mloskot
@mloskot 5 месяцев назад
This is an excellent walkthrough not an artificial isolated example, but how one would actually structure Cobra-based project.
@MarkTellier
@MarkTellier 5 месяцев назад
Thanks for the great video, found it from your Reddit post. I’m currently managing 20 EKS clusters with Terraform and going to give this a try.
@MatthewKennedyUK
@MatthewKennedyUK 5 месяцев назад
I find your video very helpful, but I have a question: some tutorials use the following ways to set variables: `inputs = {...`} `locals {...}` `variable "my_var" {...}` Some we import with a `read_terragrunt_config(...)` others seem to auto load, It seems there are a lot of ways to set and pass around variables, what are the differences and when should I choose one over the other?
@casualobserver7084
@casualobserver7084 5 месяцев назад
did the unset not work because you unset NAME rather than TOOLBOX_NAME with the defined prefix? Great video. Just getting started with viper this saved hours
@pedrohenriqueberti5125
@pedrohenriqueberti5125 6 месяцев назад
excelente video, me ajudou muito !
@mrericgold
@mrericgold 6 месяцев назад
Nice presentation. One recommendation for next time: An overview slide would have saved a lot of jumping around and composing diagrams on the fly.
@hazemsoussi5309
@hazemsoussi5309 6 месяцев назад
I assume that it's a powerful k8s operator with its addons
@mediocrecoder6184
@mediocrecoder6184 6 месяцев назад
well explained, thanks
@danielh6453
@danielh6453 6 месяцев назад
Clean explanation. Thank you
@Pytte
@Pytte 6 месяцев назад
a shame people always show how to build stuff up, but not how to recover from failures..
@TutoDS2014
@TutoDS2014 6 месяцев назад
Can send the GitHub link? This could be use for proxmox for example?
@kolloktn
@kolloktn 7 месяцев назад
On my setup the save button doesn’t show up.. something else kubeshark didn’t detect the ZMQ traffic so I am wondering if the pcap file would contain any and loading it in wireshark would help
7 месяцев назад
"Some stl files i found" wow nice way to not give credit to the designer of the recovery kit, you didn't do shit but rip it off.
@CarlosSantanaDev
@CarlosSantanaDev 7 месяцев назад
Just found this, great tutorial
@danny.cuevas
@danny.cuevas 7 месяцев назад
Does it come with Ubuntu preinstalled or Windows?
@wow2337
@wow2337 5 месяцев назад
You can choose
@italiatroller4793
@italiatroller4793 Месяц назад
2 editions availiable. Ubuntu or Windows
@danny.cuevas
@danny.cuevas Месяц назад
@@italiatroller4793 This was helpful, thank you!
@TheTyphoon365
@TheTyphoon365 7 месяцев назад
Yikes
@higornabuco7537
@higornabuco7537 7 месяцев назад
ubuntu lovers
@manojkanjookaran7476
@manojkanjookaran7476 7 месяцев назад
How do I access the kubeshark dashboard outside the cluster
@rsjoat
@rsjoat 7 месяцев назад
can it analyze historical changes to manifests (or api sequences for all native and CRs) since cluster bootstrap and predict how changes affected resource utilization ? like: ingest and compare all known best practice designs and find ways to better optimize for cost and performance? how do you plug into local bare metal ai ?
@sahiljulka4372
@sahiljulka4372 8 месяцев назад
THANKS, something I was looking for
@felipemunoz8817
@felipemunoz8817 8 месяцев назад
Ubuntu!
@Andyandrwew144
@Andyandrwew144 8 месяцев назад
This is epic especially for a start
@user-mr5pu8zg2m
@user-mr5pu8zg2m 8 месяцев назад
Unmanaged update/upgrades, many years of experience has seen major downtime trying to find what went wrong and even 10 years ago backups was left to the "It will never happen to me" mentality or experience , But that is only me. But in my lab, nobody goes home until the job is done.
@connectingcomics
@connectingcomics 9 месяцев назад
where did you get the stack case?
@thedevopsconsultant
@thedevopsconsultant 9 месяцев назад
Great demo!
@ahmedw5
@ahmedw5 9 месяцев назад
Thank you for the explanation!
@aptyalismus
@aptyalismus 9 месяцев назад
Hi, great video! Thanks! That kind of presentations should be published on a websites instead of advertise-like gibberish with slides.
@user-er8qb9pb3x
@user-er8qb9pb3x 9 месяцев назад
How did you make it look like this? both the top bar with the battery and everything and the bottom
@riboiman4005
@riboiman4005 7 месяцев назад
He is running Linux, not Windows
@anujtyagi8173
@anujtyagi8173 9 месяцев назад
Thanks for sharing. Added to my todo list for weekend.