1.
Introduction
2.
Quickstart
3.
Wordpress Operator Tutorial
3.1.
Step 1: Create the Custom Resource Files and Docker Image
3.1.1.
Controller.json
3.1.2.
Resource.json
3.1.3.
Resource DockerFile
3.1.4.
CRUD operations Exit Codes
3.2.
Step 2: Create an Operator
3.2.1.
Namespace.yaml
3.2.2.
Operator.yaml
3.3.
Step3: Deploy Operator onto the cluster
4.
Operator source code
4.1.
Controllers and Reconcilers
5.
Craft CLI
Light (default)
Rust
Coal
Navy
Ayu
CRAFT
The following files are involved in creating a Custom Resource:
controller.jsonĀ
resource.json
Resource DockerFile