Programming code samples and scenario implementations.
- https://medium.com/ballerina-techblog/data-services-with-ballerina-70ba17bd5c80
- https://central.ballerina.io/
Building the source with bal build --cloud=k8s will generate the Kubernetes YAML files and Docker image that are required to deploy the hello application into Kubernetes.
Building the source with bal build --cloud=docker will generate the Docker image and Dockerfile.