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
Our use case is to use KLT to deploy services/containers into cloud native runtimes like GCP cloud run or AWS lambda or other infrastructure items that live outside of k8s including database migrations, infrastructure configuration (IAC/terraform), etc.
This is currently theoretically possible with KeptnV1 as the Job Executor Service can execute anything for the deployment.
Also with KeptnV1 we can define an arbitrary sequence of events for a service deployment which could include running terraform, database migrations, deployments, tests, etc.
The text was updated successfully, but these errors were encountered:
Hey @scheuk, thanks for the suggestion. In our backlog, we have #614 to provide the capabilities of the Job Executor Service directly in KLT.
For your second point, we want to support users only when manifests hit the Kubernetes cluster, i.e., we can help you with db migration before the deployments, deployments, tests etc.
I can recommend the use of Tekton or Argo to orchestrate workflows that do some work, i.e., terraform, before your manifests hit your cluster.
Yeah that makes sense.
I see that the workflow/shipyard component is gone with KLT and a generic workflow engine would work.
However it would be nice to use the SLI/SLO checking and test execution workflows in KLT against service deployments that are external to the cluster. Ie serverless/cloudrun deployments.
This issue has been automatically marked as stale because it has not had recent activity. It will be
closed if no further activity occurs. Thank you for your contributions.
Our use case is to use KLT to deploy services/containers into cloud native runtimes like GCP cloud run or AWS lambda or other infrastructure items that live outside of k8s including database migrations, infrastructure configuration (IAC/terraform), etc.
This is currently theoretically possible with KeptnV1 as the Job Executor Service can execute anything for the deployment.
Also with KeptnV1 we can define an arbitrary sequence of events for a service deployment which could include running terraform, database migrations, deployments, tests, etc.
The text was updated successfully, but these errors were encountered: