You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Design and implement a prototype version of new kyma CLI that helps developers who use managed kyma runtimes within BTP ecosystem with development of their CAP applications
The prototype should include:
automated lifecycle management of kyma runtime lifecycle (provisioning, deprovisioning)
getting access to freshly created cluster
attaching BTP service instances to kyma runtimes via service manager
The prototype should be implemented with devops purpose in mind (enable automation).
It should also provide a concept how to reuse the logic in the UI.
The prototype is successful if satisfies the following MVP criteria:
allows provisioning kyma runtime from CI/CD workflow (using configured SAP BTP CIS credentials)
allows OIDC based access to freshly created kyma runtime from the CI/CD workflow
allows attaching (already existing) Hana DB service instance into kyma runtime
(helps deploying CAP application that uses hanaDB, i.e bookstore into kyma runtime) - this is just kubernetes resources deployment (but referencing known secret )
allows deprovisioning kyma runtime w/o decomisioning hana db instance
Reason
The goal behind the prototype is to drive initial design around common development journeys simplify them.
Our ultimate goal is to revamp the kyma CLI to simplify development journeys around kyma runtime within SAP BTP ecosystem (kyma-project/kyma#18198).
Description
Design and implement a prototype version of new kyma CLI that helps developers who use managed kyma runtimes within BTP ecosystem with development of their CAP applications
The prototype should include:
The prototype should be implemented with devops purpose in mind (enable automation).
It should also provide a concept how to reuse the logic in the UI.
The prototype is successful if satisfies the following MVP criteria:
Reason
The goal behind the prototype is to drive initial design around common development journeys simplify them.
Our ultimate goal is to revamp the kyma CLI to simplify development journeys around kyma runtime within SAP BTP ecosystem (kyma-project/kyma#18198).
Links
POC for getting access using additional OIDC
nodejs based prototype by @pbochynski
Related Killercoda tutorials:
https://killercoda.com/interactive-kyma/scenario/oss-modules
https://killercoda.com/kyma-project/scenario/btp-services
The text was updated successfully, but these errors were encountered: