/ballerina-cloud-demo

Demo code to show capabilities of ballerina with docker and kubernetes

Primary LanguageBallerinaApache License 2.0Apache-2.0

ballerina-cloud-demo

Demo code to show capabilities of ballerina with docker and kubernetes

Prerequisites

Mac

Windows

Ubuntu/Linux

Demo 1

See Source Code and Artifacts

In this demo we will be writing a "Hello World" Ballerina service and then run it on Docker.

We will write a Ballerina service which responds "Hello, World!".

Demo 2

See Source Code and Artifacts

In this demo we will be creating a Docker image for the service using @docker annotation(s).

Demo 3

See Source Code and Artifacts

In this demo we will be deploying the Docker image generate earlier(from Demo 2) to Kubernetes.

Demo 4

See Source Code and Artifacts

In this demo we will be deploying the Docker image generate earlier(from Demo 2) to Kubernetes using @kubernetes annotation.