Verify Installation

Let's verify there is one TimesTen Operator running in mynamespace and a second TimesTen Operator running in mynamespace2 in a Kubernetes cluster in a namespace-scoped environment. The TimesTen Operator in mynamespace services TimesTenClassic objects in mynamespace while the TimesTen Operator in mynamespace2 services TimesTenClassic objects in mynamespace2.
  1. Review the namespaces.
    kubectl get namespaces

    The output is similar to the following:

    NAME              STATUS   AGE
    mynamespace       Active   16d
    mynamespace2      Active   19h
  2. Confirm there is a TimesTen Operator running in the mynamespace namespace.
    kubectl get pods -n mynamespace

    The output is similar to the following:

    NAME                                                      READY   STATUS    RESTARTS   AGE
    ...
    timesten-operator-577f7fbc6f-tbr7m                        1/1     Running   0          53m
  3. Confirm there is a TimesTen Operator running in the mynamespace2 namespace.
    kubectl get pods -n mynamespace2

    The output is similar to the following:

    NAME                                 READY   STATUS    RESTARTS   AGE
    timesten-operator-577f7fbc6f-h8hj8   1/1     Running   0          8m27s

Congratulations! You successfully installed the TimesTen Operator in two namespaces in your Kubernetes cluster in a namespace-scoped environment. The TimesTen Operator in the mynamespace namespace services TimesTenClassic objects in the mynamespace namespace while the TimesTen Operator in the mynamespace2 namespace services TimesTenClassic objects in the mynamespace2 namespace.

You are now ready to create TimesTen databases in either namespace. See Create TimesTen Classic Databases.