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

push command to deploy an image by name #2238

Open
Tracked by #2236
kwiatekus opened this issue Nov 8, 2024 · 0 comments
Open
Tracked by #2236

push command to deploy an image by name #2238

kwiatekus opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@kwiatekus
Copy link
Contributor

Description

Implement a new alpha command in kyma cli v3 allowing users to create deployment in kyma runtime when given

  • app name
  • image name
  • containerPort (is it needed? check how kyma dashboard does it w/o this input)

For example:

kyma alpha app push --name mynginx --image nginx:latest --containerPort xx

Reasons

Enable easy way to deploy single workloads w/o having to create manifests for kubernetes basic objects.
Improve learning experience for users who are more familiar with cf api than k8s api.

@kwiatekus kwiatekus added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 8, 2024
This was referenced Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants