The simplest, but not incredibly useful, example is likely deploying a bare pod.
Which we can do with the `kubernetes.resources.pods` option:
{{<source"default.nix">}}
Here, `example` is an arbitrary string which identifies the pod (just as `ex` identifies a container within the pod).
{{<hintinfo>}}
**NOTE**
The format under {{<option"kubernetes.resources"true>}} largely mirrors that of the [Kubernetes API](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/) which can generally be explored with `kubectl`; e.g.