Skip to content

HarikrishnanBalagopal/move2kube-operator

 
 

Repository files navigation

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

About

Operator to orchestrate Move2Kube UI and API

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 86.2%
  • Dockerfile 8.9%
  • JavaScript 4.9%