20 lines
197 B
Markdown
20 lines
197 B
Markdown
# Egommerce K8S stack
|
|
|
|
### Init stack (K8S Dependencies and secrets)
|
|
|
|
```make init```
|
|
|
|
### Start
|
|
|
|
```make up```
|
|
|
|
### Shutdown
|
|
|
|
```make down```
|
|
|
|
## Maintenance
|
|
|
|
### Generate certs
|
|
|
|
```make certs```
|