Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nakira974 committed Apr 20, 2023
1 parent 9506b73 commit 7cc3716
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ CI\CD are building docker images resulting from the main branch's content.

## How to Use :
```shell
kompose convert -f .\docker-compose.yml
kubectl --kubeconfig=<Path to your configuration> apply -f .
kompose convert -f .\kube-docker-compose.yml
kubectl --kubeconfig=<Path to your configuration> apply -f <desirated-deployments>
...
kubectl expose deployment descrivizio001-web --type="NodePort" --port 80 --name=desrivizio001-web
kubectl expose deployment descrivizio001-api --type="NodePort" --port 8085 --name=descrivizio001-api
kubectl get pod
kubectl get service
kubectl get deployment
Expand Down

0 comments on commit 7cc3716

Please sign in to comment.