Overview of the TimesTenClassic Object Type

The TimesTen Kubernetes Operator (TimesTen Operator) installation defines the TimesTenClassic object type to the Kubernetes cluster. An object of type TimesTenClassic describes the metadata for deploying TimesTen Classic databases. You can create as many TimesTenClassic objects as you like.

The definition of the TimesTenClassic object type uses the same basic format that the formal Kubernetes documentation uses to define objects that are built-in to Kubernetes. The facilities available in any given Kubernetes cluster depend on what release of Kubernetes the cluster is using. For information on the Kubernetes API documentation, see:

https://kubernetes.io/docs/reference/kubernetes-api/

The Kubernetes API reference documentation refers to a number of built-in Kubernetes types used in the definition of the TimesTenClassic object type. A Kubernetes StatefulSet is of particular importance. The TimesTenClassic object type is basically a wrapper around a StatefulSet type. For more information, see:

https://kubernetes.io/docs/reference/kubernetes-api/