k8s-swiss-knife is born Kubernetes is famous mainly of its extensibility, kubectl plugins are one of the various proofs. k8s-swiss-knife the all-in-one-plugin has born!
[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.
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.
Compare helm chart versions on ArtifactHUB Helm charts, helm charts everywhere! And what about changelog of helm charts?!? Unfortunately this is NOT an old nightmare :D but comparing different versions on artifacthub could make the nightmare less scary...
How to read logs from Kubernetes worker nodes using kubectl "I run k8s on a cloud provider so I don't care about worker nodes' logs and I'm so happy of that" Some days later.. Writing on google "How to access k8s worker node's logs in a SaaS solution ..."
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
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.