Adding a database service

The next step in getting the todobackend application fully functional is to add a database service that will host the todobackend application database. We will run this service within our Kubernetes cluster, however in a real-world production use case in AWS, I would typically recommend using the Relational Database Service (RDS). 

Defining the database service requires two main configuration tasks: