/move2kube-operator

Operator to orchestrate Move2Kube UI and API

Primary LanguageMakefileApache License 2.0Apache-2.0

Build Docker Repository on Quay License contributions welcome

Move2Kube-Operator

Operator to orchestrate Move2Kube UI and API.

Prerequisites

  • Kubectl
  • Helm 3
  • A Kubernetes cluster

Usage

A new Golang based operator is in the works

The instructions below are for installing the current Helm based operator:

  1. Deploy the operator either using the OLM tool or directly:
    https://sdk.operatorframework.io/docs/building-operators/helm/quickstart/#olm-deployment
    https://sdk.operatorframework.io/docs/building-operators/helm/quickstart/#direct-deployment

  2. Then we can apply the CR. Make sure to edit the CR yaml with the proper values before applying.

    $ kubectl apply -f config/samples/demo_v1alpha1_nginx.yaml

    For more details check https://github.com/konveyor/move2kube-ui/blob/main/helm-charts/move2kube/README.md

Discussion