junqueira / wallet-k8s

wallet app to flow k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run Apache Airflow on Kubernetes clusters to app with sample CRUD wallet

minikube
django
postgres

test Airflow

curl $(minikube service nginx-svc --url)/health
[ "$1" = "webserver" ] || [ "$1" = "worker" ] || [ "$1" = "scheduler" ]

Usage

alt text

load minikube

    
        ./start_minikube.sh
    

config Kubernetes clusters

    
        ./config_cluster.sh
    

GET /<url>/wallet:


    curl http://3.94.130.173:8080/www.broker.com/wallet/

DELETE /:

Remove todos os dados da base.


    curl -X "DELETE" http://3.94.130.173:8080/

About

wallet app to flow k8s


Languages

Language:Python 89.6%Language:Shell 10.4%