TL;DR: d is a Deployment object in K8s.. create_de...
# python
g
TL;DR: d is a Deployment object in K8s.. create_deployment creates the object… but after the object’s created, I assume there’s no way to ever change replicas.. without creating a whole new deployment object of the same URN to replace the old…?