CNCF
  • README.md
  • Cloud Native
    • All
      • CNCF Graduated Projects(Updated: Mar 01, 2024)
    • Kubernetes (*k8s)
      • Certifications
        • CKA, CKAD, CKS - Jan 03 2022
        • Check Badge
        • LF Certification Verify tool
        • Renew policy (Aug 2, 2021)
      • Versions
        • Native-k8s(Ubuntu) - Dec 12 2023
        • Native-k8s(CentOS) - Dec 12 2023
        • Kubernetes version graph view
        • GKE (Google Kuberntes Engine) - Jun 14 2021
      • Volumes
        • GKE PVC Resize
        • Storageclassses Performace on Managed k8s
      • Registry
        • GCR Performance
      • Observability
        • Pixie
      • Architecture
        • kubectl get componentstatuses
        • Feature Gate
        • CNCF 플랫폼 백서(White Paper)
      • Plugins
        • krew
          • custom-index
    • Service Mesh
      • Linkerd
      • Istio
        • Ambient Mesh
          • 이스티오(Istio)의 앰비언트 메시 소개
    • Security
      • Resources
        • kubesec
      • Node
        • AppArmor (under construction)
        • falco (under contruction)
        • docker-bench
      • Cluster
        • OPA / Gatekeeper (under cstrc)
        • Audit Policy
        • kube-bench
      • Container
        • trivy
    • Sustainability
      • 클라우드 네이티브의 지속가능성 랜드스케이프(Cloud Native Sustainability Landscape, v0.1)
  • Trouble Shooting
    • Cluster Build
      • kubelet is not properly working on 1.22 version
  • BLOG & NEWS (Ko, 한국어 기계 번역)
    • Blog
      • None
        • 4개의 쿠버네티스 정책(Policy) 타입(2023.03.23)
      • Member
        • Kubernetes 규정 준수를 위한 필수 가이드(2023.03.24)
        • 클라우드 네이티브 가드레일이 개발 팀에 도움이 되는 5가지 이유(2023.03.20)
        • OpenTelemetry를 이용한 Kafka 기반의 비동기 워크플로우 테스트(2023.04.04)
        • 링커드(Linkerd) 서비스 메시(Service Mesh) 소개(2023.04.06)
        • 쿠버네티스 앱의 분산 추적에 관해서 지금 알면 좋은 사항(2023.03.29)
        • CI/CD 파이프라인에 관측 가능성(observability)을 확보하는 방법(2023.05.05)
      • Community
        • 클라우드 네이티브 컴퓨팅을 위한 플랫폼 백서(White Paper) 소개(2023.04.11)
      • Project
        • KubeVela: 클라우드 네이티브 애플리케이션 및 플랫폼 엔지니어링으로 가는 길(2023.03.31)
        • Volcano Engine: Dragonfly를 통한 효과적인 이미지 배포 가속 방법(2023.04.13)
        • Weave GitOps를 Flux UI로 구현하는 법(2023.04.24)
        • 이스티오(Istio) 앰비언트(Ambient) 웨이포인트 프록시를 통한 사용 간편화(2023.04.26)
      • Ambassador
        • 오픈소스 프로젝트를 위한 ChatGPT 기반 코드 리뷰어 봇(Bot) (2023.06.06)
        • 입문자를 위한 MLOps: MLOps 시작하기 (2023.06.22)
    • News
Powered by GitBook
On this page
  • Sample image (Big-size! 16GB)
  • Docker Push
  • Docker Pull

Was this helpful?

  1. Cloud Native
  2. Kubernetes (*k8s)
  3. Registry

GCR Performance

Sample image (Big-size! 16GB)

[root@m-k8s ~]# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
test                latest              5eff03f2dd32        3 days ago          16GB

Docker Push

  • gcr.io hosts images in data centers in the United States, but the location may change in the future

  • us.gcr.io hosts images in data centers in the United States, in a separate storage bucket from images hosted by gcr.io

  • eu.gcr.io hosts the images in the European Union

  • asia.gcr.io hosts images in data centers in Asia

Check totime command from Seoul to each of location

Location

gcr.io

us.gcr.io

asia.gcr.io

eu.gcr.io

local-VM

13m19.497s

12m19.291s

12m2.058s

16m16.204s

Docker Pull

  • gcr.io hosts images in data centers in the United States, but the location may change in the future

  • us.gcr.io hosts images in data centers in the United States, in a separate storage bucket from images hosted by gcr.io

  • eu.gcr.io hosts the images in the European Union

  • asia.gcr.io hosts images in data centers in Asia

Location

gcr.io

us.gcr.io

asia.gcr.io

eu.gcr.io

us-central1-a

13m54.196s

14m3.473s

16m1.591s

14m2.601s

asia-northeast3-a

13m41.583s

13m57.774s

13m33.008s

14m6.000s

europe-west4-a

13m50.628s

15m14.861s

15m57.273s

13m58.923s

PreviousRegistryNextObservability

Last updated 3 years ago

Was this helpful?