Skip to main content

Deploy a Workload

Kadras Engineering Platform provides capabilities to support application deployment workflows from image to URL based on Knative or plain Kubernetes.

First, ensure you have the Knative CLI installed.

Then, deploy an application from its OCI image.

kn service create helloworld --image ghcr.io/knative/helloworld-go

The application will be available through a local URL with a self-signed certificate and autoscaling capabilities.

https helloworld.default.127.0.0.1.sslip.io --verify no