forked from LaconicNetwork/kompose
19 lines
576 B
Markdown
19 lines
576 B
Markdown
---
|
|
# Feel free to add content and custom Front Matter to this file.
|
|
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
|
|
|
layout: index
|
|
---
|
|
|
|
```sh
|
|
$ kompose convert -f docker-compose.yaml
|
|
|
|
$ kubectl apply -f .
|
|
|
|
$ kubectl get po
|
|
NAME READY STATUS RESTARTS AGE
|
|
frontend-591253677-5t038 1/1 Running 0 10s
|
|
redis-master-2410703502-9hshf 1/1 Running 0 10s
|
|
redis-replica-4049176185-hr1lr 1/1 Running 0 10s
|
|
```
|