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…