Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I think upload is broken? #31

Closed
shanehughes1990 opened this issue Sep 2, 2022 · 3 comments
Closed

I think upload is broken? #31

shanehughes1990 opened this issue Sep 2, 2022 · 3 comments
Labels
question Further information is requested

Comments

@shanehughes1990
Copy link

shanehughes1990 commented Sep 2, 2022

My net specs I pay for
1gbps down/750mbps up
I see usually in the neighbourhood of around 650-750 down and about 500-600 up typically throughout the day,
I deployed this to a gke cluster and ran a test from the gke cluster to home, this is the results.
image

The download speed is typical of what I would see from lets say speettest.net, the upload though is definitely broken.
The docker image I used was openspeedtest/latest:latest (pushed 15 days ago from typing this)
DIGEST:sha256:2b058dda797e8bac0861a92cf5e6a34afbdf748b07f3b16fc65347916b62e504

Results from speed test immediately after running the openspeedtest one with negligible network traffic differences from my device
image

it's almost like the decimal place is off by 2 digits like I would expect to see around 579.64 would be normal for me

@openspeedtest
Copy link
Owner

@shanehughes1990
Copy link
Author

Wow I have to apologize, I completely glazed over that 🤣, I set it to 10G I suppose it makes sense... the new results
image
Which is actually accurate due to the fact that gke depending on the machine type limits bandwidth currently capped at 300 so this is accurate now, Thank you for the assistance apologize again for glazing over that part......

@shanehughes1990
Copy link
Author

For the k8s people

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: ISSUER-NAME
    kubernetes.io/ingress.class: nginx
    nginx.ingress.kubernetes.io/proxy-body-size: 10240m
    nginx.ingress.kubernetes.io/ssl-redirect: "true"
  name: INGRESS-RESOURCE-NAME
  namespace: NAMESPACE-NAME
spec:
  rules:
  - host: DNS-ADDRESS
    http:
      paths:
      - backend:
          service:
            name: SERVICE-NAME
            port:
              name: SERVICE-PORT-NAME
        path: /
  tls:
  - hosts:
    - DNS-ADDRESS
    secretName: TLS-SECRET-NAME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants