#cloudnative #javadevelopers #programming #kubernetes #coding #java
Skills:
Systems Design Basics85%
Key Takeaways
The video demonstrates how to add a PostgreSQL database to an order service using Kubernetes, covering stateful sets and database deployment.
Full Transcript
Moving on, in this video we will evolve the service we want to add a new database. So, in this demo what we will do, we will add a new database to the order service so that we persist the orders in a database. Right now, this is a temporary persistence using hash map, but we want to persist permanently and for that we know we need a database. So, in this video we will use PostgreSQL as the database and we will see how to deploy the database using Kubernetes. Now, before we deploy any database we need to understand some fundamental concepts like stateful sets that we will cover and then we will move on to the service enhancement and deployment of the database. So, let's get started. So, this
More on: Systems Design Basics
View skill →Related Reads
📰
📰
📰
📰
Building a Wait-Free Queue in Rust
Dev.to · Derek Mwale
Hexagonal architecture, explained with a toy house
Medium · Programming
Understanding RCDA: A Strategic Approach to Managing Risk and Cost in Architecture
Dev.to · Christian Twilfer
Vẽ sơ đồ kiến trúc bằng Claude Code và Draw.io MCP server
Dev.to AI
🎓
Tutor Explanation
DeepCamp AI