Skip to content

Commit 0957d93

Browse files
committed
emptydir
1 parent e460424 commit 0957d93

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

oddoapp/db-pv.yaml

Whitespace-only changes.

oddoapp/db-pvc.yaml

Whitespace-only changes.

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ kubectl get storageclass
2121
2222
note the name of your storageclass and add that to your application
2323
```
24-
25-

votingapp/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,14 @@ kubectl apply -f result-deployment
5252

5353
![alt text](architecture.excalidraw.png)
5454

55+
### emptyDir
56+
57+
An emptyDir volume is first created when a Pod is assigned to a node, and exists as long as that Pod is running on that node. As the name says, the emptyDir volume is initially empty. All containers in the Pod can read and write the same files in the emptyDir
58+
59+
![learn more ](https://kubernetes.io/docs/concepts/storage/volumes/
5560

5661
## Notes
62+
5763
The voting application only accepts one vote per client browser. It does not register additional votes if a vote has already been submitted from a client.
5864

59-
This isn't an example of a properly architected perfectly designed distributed app... it's just a simple example of the various types of pieces and languages you might see (queues, persistent data, etc), and how to deal with them in Docker at a basic level.
65+
This isn't an example of a properly architected perfectly designed distributed app... it's just a simple example of the various types of pieces and languages you might see (queues, persistent data, etc), and how to deal with them in Docker at a basic level.

0 commit comments

Comments
 (0)