What's it Dyna-Do?
Kubernetes Lore
Kube Komponents
Troubleshooting Commands
Deployment Options
200

This component is responsible for conducting injection, and monitoring host details in Class Full Stack Deployments

OneAgent Pod

200

What does YAML stand for?

Yet Another Markup Language or YAML Ain't a Markup Language

200

What are the yellow components? [image]

Containers

200

This command can be used to see the status of all pods in the dynatrace namespace:
kubectl _________

kubectl get pods -n dynatrace

200

What's this deployment type? [image]

Classic Full Stack

400

This component can be found in all deployment options by default and is often responsible for collecting Kubernetes based metrics

ActiveGate

400

This app architecture type is defined by splitting an application up into many smaller components and is a big reason behind the need for a container orchestration platform

Microservices

400

This is the Command Line Interface used to issue commands to a cluster

Kubectl (kubecuddle)

400

This command can be used to retrieve the logs for a pod outside the default namespace:

kubectl _________

kubectl logs <pod name> -n <namespace>

400

This deployment option is what will soon be present on the Deploy OneAgent page within a tenant

Cloud-Native Full-Stack

600

This yellow component is responsible for allowing the storage of binaries. [image]

CSI Driver Pod

600

These 2 words can be used to describe the advantages that container deployments provide

Lightweight and Portable

600

This component is responsible for communication to and from the control plane

Kube API

600

This command line tool is used for OpenShift

OC

600

This deployment option shows containers as individual hosts

App only monitoring

800

This component is responsible for the actual code level injection in App-Only and Cloud-Native Full-Stack deployments

Initialization Container

800

The name Kubernetes is Greek for what?

Helmsman or Pilot

800

This resource is used to allow traffic in and out of a pod

Service

800

This command can be used to get details about a pod outside the default namespace, including items like: its containers, metadata, conditions and recent events

Kubectl describe pod <pod name> -n <namespace of pod>

800

In order to limit injection on this deployment option, you can only use node selectors

Classic Full Stack

1000

This Dynatrace component is not one of the Native Kubernetes resource types and is created after the operator is deployed.

Dynakube

1000

This game's launch was saved by the scalability of Kubernetes in the Summer of 2016

Pokemon Go

1000

This Kubernetes component is responsible for sending pods to the appropriate nodes

Scheduler

1000

This single command can be ran to restart all pods of deployments in a particular namespace
kubectl ____ pods _______

Kubectl delete pods -n <namespace>

1000

What deployment type is this? [image]

Cloud Native Full Stack