This repository includes a simple Python script to estimate running your application pods on Google Kubernetes Engine (GKE).
To install the dependencies run:
pipenv install
Then you can run the script using:
pipenv run python main.py
NOTE: The script assumes you have configured .kube/config
locally.