Linux command
kyma 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List installed modules
kyma module list
View available modules in the catalog
kyma module catalog
Add a module to the cluster
kyma module add [module_name]
Delete a module from the cluster
kyma module delete [module_name]
Push an application to the cluster
kyma app push --name [my-app] --image [image:tag] --container-port [8080]
Push and expose an application
kyma app push --name [my-app] --image [image:tag] --expose --container-port [80]
说明
kyma is a command-line interface for managing Kyma, an opinionated set of Kubernetes-based modular building blocks for enterprise-grade cloud-native applications. It simplifies module management, deployment, and configuration of Kyma resources on Kubernetes clusters. The CLI provides commands to discover, install, and remove Kyma modules, deploy applications using app push, and interact with Kyma's custom resources directly from the command line.
FAQ
What is the kyma command used for?
kyma is a command-line interface for managing Kyma, an opinionated set of Kubernetes-based modular building blocks for enterprise-grade cloud-native applications. It simplifies module management, deployment, and configuration of Kyma resources on Kubernetes clusters. The CLI provides commands to discover, install, and remove Kyma modules, deploy applications using app push, and interact with Kyma's custom resources directly from the command line.
How do I run a basic kyma example?
Run `kyma module list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more kyma examples?
This page includes 6 examples for kyma, plus related commands for nearby Linux tasks.