Reputation: 1170
recently (a few days since this week of 1/9/2017) I found my GCP projects have some gcr.io topics and gcr-analysis subscriptions show up, I asked the team found nobody is aware or intentionally doing this and I found these topics/subscriptions show up in my other GCP project as well, so it could come from Google side? what are these used for?
┬───────────────────────────────────────────────┬────────────────────────────┬──────┬──────────────┐
│ SUBSCRIPTION │ TOPIC │ TYPE │ ACK_DEADLINE │
┼───────────────────────────────────────────────┼────────────────────────────┼──────┼──────────────┤
│ gcr-analysis-3b4ce76f2d36c285601b0cb46a61932c │ asia.gcr.io%2Fproject-name │ PUSH │ 10 │
│ gcr-analysis-5023e58ee7a5ff3423b5b4badadfc07a │ us.gcr.io%2Fproject-name │ PUSH │ 10 │
│ gcr-analysis-c2be8611b9a6872cba44ab5c521af795 │ gcr.io%2Fproject-name │ PUSH │ 10 │
│ gcr-analysis-c37057c7a14f8c0576b3b491030742d1 │ eu.gcr.io%2Fproject-name │ PUSH │ 10 │
┴───────────────────────────────────────────────┴────────────────────────────┴──────┴──────────────┘
Upvotes: 0
Views: 460
Reputation: 17251
These are topics and subscriptions created automatically by Google Container Registry, used to discover when new images are pushed. The use is described in the "Google App Engine Flexible Environment" section.
Upvotes: 3