Skip to content

Commit

Permalink
Fix the review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo committed Apr 8, 2024
1 parent 24fde1f commit cc0b169
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code-samples/eventing/bookstore-sample-app/db/README.md
Expand Up @@ -5,9 +5,6 @@ In this tutorial, we'll embark on creating a PostgreSQL database using Kubernete

You might wonder, "Why not leverage Knative Serving to dynamically scale the database service in response to traffic demands?" We'll delve into the optimal scenarios for employing Knative Serving and when it's advantageous for our database service.

## What Knative features will we learn about?
- Appropriate Use Cases for Knative Service

## What does the final deliverable look like?
Our goal is to deploy a PostgreSQL pod within Kubernetes, loaded with the sample data outlined in the accompanying SQL file. This pod will serve as the foundational database service for our bookstore application.

Expand Down

0 comments on commit cc0b169

Please sign in to comment.