# living-on-the-cloud **Repository Path**: mirrors_ibm/living-on-the-cloud ## Basic Information - **Project Name**: living-on-the-cloud - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Living on the Cloud Living on the Cloud is an article series available on [IBM Developer](https://developer.ibm.com/series/living-on-the-cloud/). 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](https://developer.ibm.com/tutorials/living-on-the-cloud-1/) [Code](https://github.com/wkorando/living-on-the-cloud/tree/1-deploying-spring-boot) ## 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](https://github.com/wkorando/living-on-the-cloud/tree/2-connecting-to-a-database) ## 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)