Skip to content

Commit

Permalink
Welcome to Stack Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan Reddy Daida authored and Kalyan Reddy Daida committed Jun 15, 2020
1 parent 44cbe9f commit ba1540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-ReplicaSets-with-kubectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ kubectl get pods -o wide
- Verify under **"name"** tag under **"ownerReferences"**. We will find the replicaset name to which this pod belongs to.
```
kubectl get pods <pod-name> -o yaml
kubectl get pods my-first-nginx-rs-449xd -o yaml
kubectl get pods my-helloworld-rs-c8rrj -o yaml
```

## Step-03: Expose ReplicaSet as a Service
Expand Down

0 comments on commit ba1540f

Please sign in to comment.