Before You Begin

Let's confirm the namespaces in which the TimesTen Operator is running.
  1. Confirm the namespaces.
    kubectl get namespaces
    The output is similar to the following:
    kubectl get namespaces
    NAME              STATUS   AGE
    mynamespace       Active   15d
    mynamespace2      Active   10d
  2. Determine the namespaces in which the TimesTen Operator is running.
    kubectl get pods -l name=timesten-operator -A

    The output is similar to the following:

    
    NAMESPACE      NAME                                 READY   STATUS    RESTARTS   AGE
    mynamespace    timesten-operator-577f7fbc6f-f7588   1/1     Running   0          10d
    mynamespace2   timesten-operator-577f7fbc6f-pgclv   1/1     Running   0          10d

    There are two TimesTen Operators. One Operator is running in the mynamespace namespace and a second Operator is running in the mynamespace2 namespace. Each TimesTen Operator is running at namespace-scope.