You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
IBM Cloud provides multiple ways to run containerised and serverless workloads. This lesson covers IBM Cloud Code Engine (serverless), Red Hat OpenShift on IBM Cloud, and IBM Cloud Kubernetes Service.
Code Engine is a fully managed serverless platform that runs containers, batch jobs, and functions — without managing any infrastructure. It is IBM Cloud's primary serverless compute offering.
| Workload Type | Description |
|---|---|
| Applications | HTTP-driven workloads that scale to zero when idle |
| Jobs | Batch workloads that run to completion |
| Functions | Short-lived, event-driven code (similar to AWS Lambda) |
For functions, Code Engine supports:
For applications and jobs, you can use any language — just provide a container image.
| Trigger | Description |
|---|---|
| HTTP | Incoming web requests |
| Cron | Scheduled execution on a timer |
| IBM Cloud Events (Event Streams) | Kafka messages |
| Cloud Object Storage | File upload/change events |
IBM Cloud's managed Red Hat OpenShift service provides an enterprise Kubernetes platform:
OpenShift is a Kubernetes distribution from Red Hat that adds:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.