Skip to content

Commit

Permalink
Updated SVC Task guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alihussainia authored May 30, 2021
1 parent f1bae47 commit 95d4b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions task-7/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Creating Service
In task-7, we are going to follow these steps:

1. Watch the deployment pods status using:
1. Deploy the `service.yaml` manifest file using:
```bash
kubectl get pod --watch
kubectl create -f $WORKING_DIR/task-7/service.yaml
```
2. Deploy the `service.yaml` manifest file using:
2. Watch the service status using:
```bash
kubectl create -f $WORKING_DIR/task-7/service.yaml
kubectl get svc --watch
```

0 comments on commit 95d4b6f

Please sign in to comment.