Living on the Cloud

Living on the Cloud is an article series available on IBM Developer. This GitHub repository contains the code examples related to the articles in the series. Each branch in this repository relates to an article from the series, with both a start state and finish state (when applicable).

Deploy Spring Boot to Kubernetes

In this article we look at how to setup a Kubernetes cluster on IBM Cloud and step through deploying a Spring Boot application to the cluster.

Article

Code

Connecting to a Database

In this article we look at how to connect the application we built in the previous article to a cloud hosted PostgreSQL database.

Article (in progress)

Code

Setting up a Deployment Pipeline

In this article we look at how to setup a deployment pipeline for the Spring Boot application we have been working on throughout the series.

Article (in progress)

Code (in progress)