8 lines
146 B
Markdown
8 lines
146 B
Markdown
# 10 | Deploy Applications
|
|
|
|
Ready to deploy applications to the cluster at this point, for example:
|
|
|
|
```yaml
|
|
kubectl apply -f mandelmap.yaml
|
|
|
|
``` |