OpenShift Serverless is a service based on the open source Knative project. It provides an enterprise-level serverless platform that enables developers to deploy and run applications on OpenShift on demand, greatly simplifying application development and operation, and reducing manual Configure the burden of expanding the infrastructure.
Use "events" to trigger the container application:
Application code can be packaged into containers along with its runtime. When an event triggers the application container, the serverless function will automatically start these containers. Applications can be triggered by various event sources, such as events from own applications, cloud services from multiple providers, software as a service (SaaS) systems, and other services.
The complete serverless experience:
Deploying any container in a serverless manner is equivalent to deploying it directly on the OpenShift interface. Developers can intuitively monitor the events that drive the launch of their containerized applications and modify event parameters at any time. In addition, OpenShift Serverless applications can be integrated with other OpenShift services (such as OpenShift Pipelines, Service Mesh, and Monitoring) to provide a complete serverless application development and deployment experience.
Having said that, the question is, how do we use OpenShift Serverless to deploy applications to Azure Red Hat OpenShift? In this course, the development god Sabbour will lead you step by step to complete the deployment.
Content highlights
- Install OpenShift Serverless operator and Knative Serving
- Deploy a serverless project using the web console
- Use Knative CLI (kn) to deploy serverless projects
- Use Knative CLI (kn) to configure blue/green deployment and canary deployment
Click to read the original text immediately or scan the QR code below to go directly to the course and easily get technical secrets!
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。