Skip to content

Example using draft to provision a python app into a Kubernetes cluster

Notifications You must be signed in to change notification settings

darren-rose/draft-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

draft python

Example using draft to provision a python app into a Kubernetes cluster

  1. draft create
  • Optional: change the namespace, type, etc in draft.toml:
namespace = "my-namespace"
set = ["service.type=NodePort", "service.externalPort=30000"]
  1. draft up
  2. kubectl get pods --all-namespaces | grep draft-python
  3. draft connect
  4. curl localhost:XXXXX

About

Example using draft to provision a python app into a Kubernetes cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages