diff --git a/topics/olm/index.md b/topics/olm/index.md new file mode 100644 index 00000000000..3dd8a4578d9 --- /dev/null +++ b/topics/olm/index.md @@ -0,0 +1,13 @@ +--- +aliases: operator-lifecycle-manager +created_by: Red Hat +display_name: Operator Lifecycle Manager +github_url: https://github.com/operator-framework/operator-lifecycle-manager +logo: olm.png +related: kubernetes, operator-framework, openshift +released: 2017 +short_description: OLM extends Kubernetes to install, update, and manage Operators and their dependencies throughout their lifecycle. +topic: olm +url: https://olm.operatorframework.io/ +--- +OLM is part of the [Operator Framework](https://github.com/operator-framework), an open source toolkit by Red Hat for managing Kubernetes-native applications called Operators. Running inside a cluster, it handles installation, upgrade, and dependency resolution through custom resources such as CatalogSource, Subscription, and ClusterServiceVersion. OLM is the engine behind [OperatorHub.io](https://operatorhub.io/) and ships by default in Red Hat OpenShift. diff --git a/topics/olm/olm.png b/topics/olm/olm.png new file mode 100644 index 00000000000..8990fbc0f4b Binary files /dev/null and b/topics/olm/olm.png differ