"It is not enough to have a good mind; the main thing is to use it well."
–René Descartes
In the previous chapter, we explored the application catalog service in OpenStack, which has proven a very simplistic and effortless way to deploy applications in the OpenStack environment. As demonstrated in the previous chapter, Cloud Application Publishers could easily import an application in Murano, so Cloud Application Consumers can browse it and use it in no time. As we used a cloud-ready application example in the previous chapter, we will change the spot in the current one and break the application into pieces by developing a cloud-native application and publishing it into the cloud.
In this chapter, we will discuss the following points:
- Exploring the structure of a Murano application
- Creating and developing the first...