1
0
mirror of https://github.com/balkian/gists.git synced 2024-09-21 04:41:44 +00:00
gists/README.md
J. Fernando Sánchez 240a7fe825
2018-11-06 10:39:55 +01:00

9 lines
223 B
Markdown

```
kubectl apply -f pruebans1.yml
kubectl apply -f pruebans2.yml
```
```
kubectl exec -ti $(kubectl get pods -n pruebans1 --no-headers -o custom-columns=":metadata.name") -n pruebans1 -- nslookup pruebans2.pruebans2
```