Developing Applications
In this chapter we will discuss how to structure your application code in a way that is easy to maintain and scale. The code can be found in the rutu-sh/bootstrapping-with-kubernetes-examples.
You can use the application structure as a reference to build and deploy your own applications.
To begin with, we will discuss the Controller Service Repository pattern.