Overview¶
Description¶
Follow these steps to prepare your workstation and install required cluster components for developing operators.
Learn the different ways to deploy and test operators.
- Run & debug an operataor locally. This allows you to debug your operator in Visual Studio Code.
- Deploy an operator to a kubernetes cluster without requiring the Operator Lifecycle Manager (OLM) packaging
- Package and deploy an operator using OLM. This is the approach the script automation uses. OLM packaging is required to advance to sharing an operator via a catalog or marketplace.
Create a Kubernetes or OpenShift cluster on IBM Cloud to test this project.