kubernetes

Jan
27
[k8s] Automatically pull images from GitLab container registry without change the tag

[k8s] Automatically pull images from GitLab container registry without change the tag

Sometimes is very useful in a continuous integration and deployment process to override and push the same image tag (ex. `latest`) to a gitlab registry and then ideally have the same new image up&running from Kubernetes cluster(s). URunner lighweight tool solves exactly this specific problem.
5 min read
Dec
19
Thanks for all Kubernetes Ingress API, Long life to Gateway API

Thanks for all Kubernetes Ingress API, Long life to Gateway API

Ingress API has been frozen. Yes, you heard well, our lovely Ingress API was officially frozen by Kubernetes itself during October 2023.
7 min read
Oct
26
Kubernetes image distribution challenge - thoughts and tests

Kubernetes image distribution challenge - thoughts and tests

I studied, compared and tried some solutions (Dragonfly, Uber Kraker, kube-image-keeper,..) to understand how they addressed the above challenge. I then produced a final thought
6 min read
Aug
21
How TorchServe could scale in a Kubernetes environment using KEDA

How TorchServe could scale in a Kubernetes environment using KEDA

I almost burned a 7K Euros GPU card (NVIDIA A100 PCIe GPU) to understand how a TorchServe could meet the increasing of ondemand inference requests at scale.
5 min read
Aug
15
Serve AI models using TorchServe in Kubernetes at scale

Serve AI models using TorchServe in Kubernetes at scale

In a tipical MLOps pratice, among the various things, we need to serve our AI models to users exposing inference APIs. I tried a production ready framework (TorchServe) installing it on Azure Kubernetes Service and tested its power to the maximum.
9 min read
Aug
10
Helm hooks - real use cases

Helm hooks - real use cases

Let's see how Helm hooks work and what are the real use cases.
3 min read
Jul
28
Docker Registry HTTP API V2 demistified once and for all.

Docker Registry HTTP API V2 demistified once and for all.

Docker Registry HTTP API V2 demistified once and for all.
3 min read
Jul
19
Secrets store CSI driver vs external secrets in a nutshel

Secrets store CSI driver vs external secrets in a nutshel

Delegate secret management to an external specialized tool is a very important thing to take in mind in order to manage in a secure and professional way a fleet of cluster Kubernetes. Let's see two main solutions in the Kubernetes ecosystem: Secret Store CSI Driver and External Secrets !
8 min read
Jul
18
How Kubernetes CSI driver works

How Kubernetes CSI driver works

Explanation of how CSI driver works in Kubernetes in order to be ready to troubleshoot!
4 min read
Mar
19
Automatically pull new  DigitalOcean container registry (DOCR) latest tags from Kubernetes

Automatically pull new DigitalOcean container registry (DOCR) latest tags from Kubernetes

Automatically pull new DigitalOcean container registry (DOCR) latest tags from Kubernetes
2 min read
Tweets by YBacciarini