Questions
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 database, such as MongoDB. You want to deploy this application into a Kubernetes cluster. In a few short sentences, explain how you would proceed.
- What are liveness and readiness probes in the context of a Kubernetes application service?
- Describe in your own words what components you need 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.
- How do you configure an application service to use Kubernetes secrets?