The Kubernetes API provides an interface for storing objects. Which of the following describes the type of objects stored by the Kubernetes API?
Containers
REST
YAML
ETCD
Kubernetes objects are RESTful objects.
Submit