To assess your learning progress, please answer the following questions:
- You have an application consisting of two services, the first one being a web API and the second one being a DB, such as Mongo DB. You want to deploy this application into a Kubernetes cluster. In a few short sentences, explain how you would proceed.
- Describe in your own words what components you need in order to establish layer 7 (or application level) routing for your application.Â
- List the main steps needed to implement a blue-green deployment for a simple application service. Avoid going into too much detail.
- Name three or four types of information that you would provide to an application service through Kubernetes secrets.
- Name the sources that Kubernetes accepts when creating a secret.