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. 
kind, spec, image, containerPort: 8888 is the way to go. 'exposedport' isn't a valid Kubernetes field so it would break the manifest. Seen this structure in similar practice questions, pretty sure it's right but let me know if you think different.