Serving Gemma on GKE using vLLM
4:56
Intro to Kueue
3:53
7 ай бұрын
Monitoring Batch Workloads on GKE
4:06
Basic Job Patterns on Kubernetes
8:12
Create a Simple Web App with Java
6:03
Create a Simple Web App with PHP
2:00
Containerize PHP Application
3:38
Create a Simple Web App with Ruby
2:53
Containerize Ruby Application
2:34
Пікірлер
@LukeSchlangen
@LukeSchlangen 5 сағат бұрын
1:54 “I sort of trust Mofi” is an important security policy to live by. 😂
@ContainerBytes
@ContainerBytes Сағат бұрын
“Trust but verify”, Motto to live by.
@balakrishnag1707
@balakrishnag1707 27 күн бұрын
thank you
@BigStupidTech
@BigStupidTech 2 ай бұрын
Honestly, this is channel has the best explanations I've come across.
@ContainerBytes
@ContainerBytes 2 ай бұрын
Glad you like them!
@user-lq2rn4de4r
@user-lq2rn4de4r 2 ай бұрын
It's grate been looking into GCP docs forever...... Please make another one on using it with GCE
@yoginchopda1515
@yoginchopda1515 2 ай бұрын
Thanks for the great tutorial! Is there a github repo where we can find the code used in the tutorial? Specifically, k8s files
@rsrini7
@rsrini7 2 ай бұрын
Thanks for the video. I was under impression resource request is mandatory to decide auto scaling. Ex: if i set req cpu 100m and limit cpu 500m , average utilization is 50%, so, the 50% is mapped with request or limit ?
@g0t4
@g0t4 3 ай бұрын
prefer to refer to what I am doing with it (ie the subcommand) and not speak kube-C-T-L otherwise :)
@g0t4
@g0t4 3 ай бұрын
cube C-T-L 👍
@NameSingh-eg5ky
@NameSingh-eg5ky 3 ай бұрын
Can you give the link to notebook to practice
@stanrock8015
@stanrock8015 3 ай бұрын
Please add links you mentioned
@ContainerBytes
@ContainerBytes 3 ай бұрын
Coming soon!
@stanrock8015
@stanrock8015 3 ай бұрын
Great video. Will target Ray at next
@shezanbaig895
@shezanbaig895 4 ай бұрын
Hey there, i have finetuned Mistral Modela and I have also created TensorRT engine. I wanted to ask do I need preprocessing and postprocessing script or do I just need pbtxt file to serve it on Triton Inference server? Shall I need to follow what you did for gemma?
@AmitKumar-hm4gx
@AmitKumar-hm4gx 4 ай бұрын
thanks for the video but a little disappointed that the future video never came :(
@ContainerBytes
@ContainerBytes 4 ай бұрын
Hello there, we actually have a few videos on the channel showing the containerization and pushing of images to Artifacts Registry. Will update the description to link these too. Thanks for watching.
@UltramaticOrange
@UltramaticOrange 5 ай бұрын
I'll still pronounce it as, "cube cuddle" because that's where the Borg cuddle you: in a cube.
@user-er8iy5dg8b
@user-er8iy5dg8b 8 ай бұрын
I wrote my Cloud Engineer exam few months ago, and I am writing my Solutions Architect next week. I hope I pass.
@ContainerBytes
@ContainerBytes 8 ай бұрын
You got this!!!
@krzysiek5806
@krzysiek5806 8 ай бұрын
Hi thanks for this video! Is there a video where you push to artifactory?
@ContainerBytes
@ContainerBytes 8 ай бұрын
Are you asking about JFrog Artifactory? We don't have a video planned for artifactory at the moment. But there developer docs should have some guidance.
@NoumanArshad83
@NoumanArshad83 8 ай бұрын
Good work guys. Love your very simple, easy and clean approach. Excited to wait for upcoming videos.
@ContainerBytes
@ContainerBytes 8 ай бұрын
Thank You! Glad you enjoyed it!
@alvardev07
@alvardev07 10 ай бұрын
Cube C T L team!
@pavel.pavlov
@pavel.pavlov 11 ай бұрын
Yes, that's a real problem in big projects
@aaronwanjala506
@aaronwanjala506 11 ай бұрын
I'm Cube C-T-L as well!
@bryangockley8570
@bryangockley8570 11 ай бұрын
I pronounce it kubectl
@gelvezz23
@gelvezz23 Жыл бұрын
How is the correct or most economical way to run the rest api?
@ContainerBytes
@ContainerBytes Жыл бұрын
Correct is hard to say. Most economical way probably would be to do something in Cloud Run. You get 2 Million requests per month for free. For most hobby to small projects 2 million request a month is more that what you can ever get to. In the case you get beyond you are already fairly successful as a business and the cost would be negligible. Cloud run is also easy (comparatively) to get started with.
@gelvezz23
@gelvezz23 Жыл бұрын
but is it necessary to create a virtual machine? or just with the mkdir command?
@ContainerBytes
@ContainerBytes Жыл бұрын
Not sure I follow. We did not create a virtual machine. You might be talking about the cloud shell editor? Your local machine would work just fine if you have the necessary tools installed. Mainly the node runtime. I will add some links to setup local dev environments in the description.
@ayushKumar-9835
@ayushKumar-9835 Жыл бұрын
Can you make these videos move beginer friendly? I don't have any idea about Google cloud
@ContainerBytes
@ContainerBytes Жыл бұрын
Of course. Anything specific that was confusing? Like the commands I used or tools used?