...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ ls
cafe-ingress.yaml cafe-secret.yaml cafe.yaml dashboard.png README.md
$ kubectl apply -f cafe.yaml -n nginx-ingress |
At this point we check that the Pods and the associated services have been created
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ ls
cafe-ingress.yaml cafe-secret.yaml cafe.yaml dashboard.png README.md
$ kubectl apply -f cafe.yaml -n nginx-ingress |
At this point we check that the Pods and the associated services have been created
...