Python 3.8 has been released this October, bringing with it new capabilities designed to help developers produce their code effectively and efficiently. Known for being open source, Python continues ...
This project demonstrates how you can use plain Python to create a fully-functional k8s operator. To avoid re-inventing the wheel, Helm 3 is used internally by the operator to maintain the releases of ...
The Walrus Operator, introduced in Python 3.8, allows you to assign a value to a variable as part of an expression. This operator, :=, is useful for simplifying code and reducing redundancy by ...
Apache Airflow is an orchestrating tool to create, schedule and monitor workflows. It comes with many plug and play Operators which makes it easy to execute workflows present on most of the ...