PyAr / pyar_infra

Python Argentina Infrastructure
7 stars 2 forks source link

tutorial moved to read the docs #48

Closed gilgamezh closed 4 years ago

gilgamezh commented 4 years ago

related to #47

gilgamezh commented 4 years ago
 ~/code/pyar_infra   master  helm upgrade --install --wait --recreate-pods pyar-rewrites stable/pyar-rewrites                                                                                                                       1864ms 
Release "pyar-rewrites" has been upgraded.
LAST DEPLOYED: Sun Apr 26 13:27:39 2020
NAMESPACE: default
STATUS: DEPLOYED

RESOURCES:
==> v1/ConfigMap
NAME          AGE
nginx-config  326d

==> v1/Pod(related)
NAME                           AGE
pyar-rewrites-6ccf97988-qr8zp  7s

==> v1/Service
NAME           AGE
pyar-rewrites  326d

==> v1beta2/Deployment
NAME           AGE
pyar-rewrites  326d

NOTES:
1. Get the application URL by running these commands:
     NOTE: It may take a few minutes for the LoadBalancer IP to be available.
           You can watch the status of by running 'kubectl get svc -w pyar-rewrites'
  export SERVICE_IP=$(kubectl get svc --namespace default pyar-rewrites -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
  echo http://$SERVICE_IP:80