docs: use PostgreSQL with a persistent volume in the kind guide - #184
Open
franciscojavierarceo wants to merge 1 commit into
Open
docs: use PostgreSQL with a persistent volume in the kind guide#184franciscojavierarceo wants to merge 1 commit into
franciscojavierarceo wants to merge 1 commit into
Conversation
Replace the SQLite example with a PostgreSQL Deployment backed by a PersistentVolumeClaim and a Secret-provided DATABASE_URL, add a persistence verification section, and cover the new resources in cleanup. SQLite remains documented as the no-persistence fallback. Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
franciscojavierarceo
requested review from
bbrowning,
jiahuei,
leseb,
maralbahari,
noobHappylife,
qandrew and
tjtanaa
as code owners
August 18, 2026 13:12
Collaborator
|
@franciscojavierarceo can you fix DCO? |
Collaborator
Author
Done! |
maralbahari
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #182. The kind guide's warning told readers to use PostgreSQL and a persistent volume for real deployments while the example itself used pod-local SQLite. This makes the documented path match the advice:
postgres:17-alpineDeployment with a PersistentVolumeClaim on kind's defaultstandardStorageClass, and a Secret carrying both the password and the fullDATABASE_URL.DATABASE_URLat the Secret instead of the SQLite literal; note that schema migrations run automatically on startup.previous_response_idafterwards.Test Plan
Executed end-to-end on a Linux arm64 host (kind + Docker) against a live vLLM server:
DATABASE_URLand/readyreturned 200 (migrations ran on startup).previous_response_id(recalled correctly), deleted the Agentic API pod, and continued again after the rollout: the conversation survived, and the codeword was recalled.AI assistance (Claude) was used for this change; every line was reviewed by the submitter.
🤖 Generated with Claude Code