DRAG DROP A developer must package an application for Kubernetes to integrate into a prebuilt CD environment. The application utilizes a Docker image from Cisco DevNet public repository and is accessible from a specific port of the container. Drag and drop the code from the bottom onto the box where the code is missing in the Kubernetes YAML configuration file. Not all options are used.
Don't think 'type' or 'exposedport' fit here. That feels like a trap since they aren't valid fields for a StatefulSet spec. Proper mapping looks like kind, spec, image, containerPort: 8888. Unless I'm missing something really subtle, this matches what I've seen on similar exam questions and in practice files.
Not seeing "exposedport" in any valid K8s YAML I've worked with, so that's a trap. I'd map it as kind, spec, image, containerPort: 8888. Pretty standard manifest structure for a StatefulSet. Disagree?
