Skip to content

Commit

Permalink
updating kubernetes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ValaxyTech committed Aug 16, 2019
1 parent 676a492 commit 489a5f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Kubernetes/Integrating_Kubernetes_with_Ansible.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

1. Check for pods, deployments and services on kubernetes master
```sh
kubectl get pods
kubectl get deploy
kubectl get service
kubectl get pods -o wide
kubectl get deploy -o wide
kubectl get service -o wide
```

1. Access application suing service IP
Expand Down

0 comments on commit 489a5f8

Please sign in to comment.