kubernetes-bootstrapping/10-applications/README.md

8 lines
146 B
Markdown
Raw Normal View History

2023-12-23 05:47:02 +00:00
# 10 | Deploy Applications
Ready to deploy applications to the cluster at this point, for example:
```yaml
kubectl apply -f mandelmap.yaml
```