push
command to deploy an image by name
#2238
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
push
command to deploy an image by name
#2238
Description
Implement a new alpha command in kyma cli v3 allowing users to create deployment in kyma runtime when given
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.
The text was updated successfully, but these errors were encountered: