mirror of
https://github.com/balkian/gists.git
synced 2024-11-01 08:01:44 +00:00
e4985fcdb2
git-subtree-dir: repos/a8115622662239a267893743f10e3918 git-subtree-mainline:e7a2b1fc62
git-subtree-split:240a7fe825
9 lines
223 B
Markdown
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
|
|
```
|