📓 The dynakube.yaml
file was automatically generated in AWS cloudshell during the provision script you ran in Lab0. Therefore we’ll use a modified version of the commands
First, copy and paste command below into your AWS Cloud Shell to orient you in correct directory for dynakube.yaml
file.
```
cd ~/aws-modernization-dt-orders-setup/gen
```
Next, copy the commands from the Monitor Kubernetes / Openshift
configuration page of Dynatrace UI or from below to continue with the Kuberentes Operator Install steps.
```
helm install dynatrace-operator oci://public.ecr.aws/dynatrace/dynatrace-operator \
--create-namespace \
--namespace dynatrace \
--atomic
kubectl apply -f dynakube.yaml
```
When you run the command, it will do the following:
dynatrace
in your cluster containing the Dynatrace Operator supporting podsdynatrace
namespace that is used in the polling of Kubernetes API