AI Vector Search on Kubernetes with Milvus Posted by By Daniel Kallner February 24, 2025 Introduction In the world of AI, understanding high-dimensional data is critical. This is important for recommendation systems, NLP, and image…
How to combine Python webapp with K8S & Helm? Posted by By Daniel Shwartzman October 9, 2024 Introduction In this article you will learn how to create a simple "hot-cold" app in Python, use docker for containerazation,…
Disko: K8S Disconnected Environment Helper Posted by By Daniel Shwartzman June 3, 2024 Introduction Disko is an open source tool, designed to manage and facilitate operations in disconnected (air-gapped) environments. It has three…
How to deploy Python app, K8S and Helm with a single bash script? Posted by By Daniel Shwartzman March 11, 2024 Introduction In this article we will dive into creating a simple voting app using Python, deploying it in a k8s…
Use Python to interact with Kubernetes API Posted by By Daniel Kallner June 19, 2023 Introduction Kubernetes has become the de-facto standard for container orchestration, and Python, with its simplicity and robust library support, stands…