kyma-project / cli

Simple set of commands to manage a Kyma installation
Apache License 2.0
111 stars 118 forks source link

[POC] Command to push custom image to in-cluster docker registry #1979

Closed kwiatekus closed 6 months ago

kwiatekus commented 7 months ago

Description

Design and implement a prototype for a command in kyma cli that would allows pushing custom image into in cluster docker registry from developer's machine or CI/CD workflow.

User's input:

Reasons

This feature would make it easy for users to test their applications on kyma runtime. Currently, when users want to deploy their code to the cluster he faces the fact that there is no SAP registry available. We want to look weather we can close the gap to CF-like experience where a cf push does all the work necessary to deploy the code.

Part of https://github.com/kyma-project/kyma/issues/18555 Part of https://github.com/kyma-project/kyma/issues/18198