Operators Glossary

Browse 4 operators terms defined in plain English, from the cultural dictionary of computing.

4 Operators Terms

Custom Operator
An operator introduced or overloaded by a language, framework, or library to provide domain-specific shorthand behavior. Custom operators can improve...
Minio Operator
The Kubernetes operator used to deploy and manage MinIO object-storage clusters in a cloud-native way.
Null Coalescing
An operator (`??` in C#, PHP, JavaScript, and others) that evaluates to its left-hand operand if that operand is non-null (or non-nullish in JS), and to its...
Rook
A cloud-native storage orchestrator for Kubernetes that helps manage distributed storage systems such as Ceph.

Related Topics