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

Verifying Image Registry Origin in Private Kubernetes Clusters #4589

Open
4 tasks
hasan4791 opened this issue Apr 23, 2024 · 1 comment
Open
4 tasks

Verifying Image Registry Origin in Private Kubernetes Clusters #4589

hasan4791 opened this issue Apr 23, 2024 · 1 comment
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@hasan4791
Copy link

hasan4791 commented Apr 23, 2024

Enhancement Description

  • One-line enhancement description (can be used as a release note): Return image information from runtime to update pod resources, enabling users to identify and verify which registry (public or internal) an image is pulled from
    when deploying applications in private Kubernetes clusters.
  • Kubernetes Enhancement Proposal: TBD
  • Discussion Link: TBD
  • Primary contact (assignee): @hasan4791
  • Responsible SIGs:
  • Enhancement target (which target equals to which milestone):
    • Alpha release target (x.y):
    • Beta release target (x.y):
    • Stable release target (x.y):
  • Alpha
    • KEP (k/enhancements) update PR(s):
    • Code (k/k) update PR(s):
    • Docs (k/website) update PR(s):

Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
The proposal aims to address the challenge of verifying which registry an image is being pulled from when deploying applications in private Kubernetes clusters. Currently, users must manually check runtime logs to determine which registry was used, but this approach can be time-consuming and error-prone. The proposed solution seeks to provide transparency by adding a new label or field to the pod resource that indicates whether the image was pulled from a public or internal registry. This would help users better manage their applications' dependencies, troubleshoot issues related to image availability, and ensure compliance with organizational security policies.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Apr 23, 2024
@hasan4791
Copy link
Author

/sig node

@k8s-ci-robot k8s-ci-robot added sig/node Categorizes an issue or PR as relevant to SIG Node. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

2 participants