Skip to content

Latest commit

 

History

History

chapter-6

Chapter 6 - Building Applications for the Cloud

This directory contains the examples used within the chapter 6 Building Applications for the Cloud.

They have been played successfully using a kubernetes cluster 1.21. The cluster has been created using the tool Kind which uses a Docker container as kubernetes node.

To install it on your laptop, feel free to use our bash script available here. It will install and/or delete a cluster, runs a docker local registry, install the Ingress controller and configure some NodePorts needed for the remote debugging example ;-)

Examples