An open API service indexing awesome lists of open source software.

https://github.com/redhat-developer-demos/image-overlay

Given an image, overlays the Coderland logo, a message, and a date stamp.
https://github.com/redhat-developer-demos/image-overlay

Last synced: 9 months ago
JSON representation

Given an image, overlays the Coderland logo, a message, and a date stamp.

Awesome Lists containing this project

README

          

# Coderland Image Overlay routine

Given an image, this code superimposes the Coderland logo, a message, and a date
stamp on top of it.

This repo is part of an interactive Knative and serverless tutorial called the [Compile Driver](https://developers.redhat.com/coderland/serverless/).

The Knative serverless environment lets you deploy code to Kubernetes, but no resources are consumed unless your code needs to do something. With Knative, you create a service by packaging your code as a Docker image and handing it to the system. Your code only runs when it needs to, with Knative starting and stopping instances automatically.

## IMPORTANT LINKS

:notebook: [Knative Tutorial Docs](https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial/dev/index.html)

:gift: [Knative Tutorial repo](https://bit.ly/knative-tutorial)

### Part 1: Introduction to Serverless with Knative

:page_facing_up: [ARTICLE: Part 1: Introduction to Serverless with Knative](https://developers.redhat.com/coderland/serverless/serverless-knative-intro/)

:clapper: [VIDEO: Part 1: Introduction to Serverless with Knative](https://youtu.be/R8PGrhfVWTc)

:gift: [REPO: Image overlay](https://github.com/redhat-developer-demos/image-overlay)

### Part 2: Building a Serverless Service

:page_facing_up:[ARTICLE: Part 2: Building a Serverless Service](https://developers.redhat.com/coderland/serverless/building-a-serverless-service/)

:clapper: [VIDEO: Part 2: Building a Serverless Service](https://youtu.be/M_Xse7vjkvE)

:gift: [REPO: Photo store](https://github.com/redhat-developer-demos/coderland-photo-store)

### Part 3: Deploying a Serverless Service to Knative

:page_facing_up:[ARTICLE: Part 3: Deploying a Serverless Service to Knative](https://developers.redhat.com/coderland/serverless/deploying-serverless-knative/)

:clapper: [VIDEO: Part 3: Deploying a Serverless Service to Knative](https://youtu.be/AR4fqwFLn9I)

:gift: [REPO: Knative proxy](https://github.com/redhat-developer-demos/knative-proxy)

***

Coderland :roller_coaster::rocket::ferris_wheel: is a place for learning. Developer Training and Red Hat Software: [Red Hat Developer](https://developers.redhat.com).