ascend ⬆️☁️ : run Python functions on Kubernetes
Summary
ascend is a Python library that lets you run functions on Kubernetes with minimal code changes and without Docker on the localhost. It uses cloudpickle for serialization, Kaniko for in-cluster image builds, and Kubernetes as a scalable job queue, aiming to make cloud-native execution seamless and low-ops. The post also covers security, isolation, and management aspects in multi-user environments.