Example using draft to provision a python app into a Kubernetes cluster
- draft create
- Optional: change the namespace, type, etc in draft.toml:
namespace = "my-namespace"
set = ["service.type=NodePort", "service.externalPort=30000"]
- draft up
- kubectl get pods --all-namespaces | grep draft-python
- draft connect
- curl localhost:XXXXX