https://github.com/konveyor/move2kube-operator
Operator to orchestrate Move2Kube UI and API
https://github.com/konveyor/move2kube-operator
hacktoberfest kubernetes modernization move2kube replatform
Last synced: about 2 months ago
JSON representation
Operator to orchestrate Move2Kube UI and API
- Host: GitHub
- URL: https://github.com/konveyor/move2kube-operator
- Owner: konveyor
- License: apache-2.0
- Created: 2020-09-26T07:27:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T14:01:13.000Z (about 2 years ago)
- Last Synced: 2024-04-20T12:46:09.626Z (about 2 years ago)
- Topics: hacktoberfest, kubernetes, modernization, move2kube, replatform
- Language: Makefile
- Homepage: https://move2kube.konveyor.io/
- Size: 149 KB
- Stars: 8
- Watchers: 12
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
[](https://github.com/konveyor/move2kube-operator/actions?query=workflow%3ABuild)
[](https://quay.io/repository/konveyor/move2kube-operator)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/konveyor/move2kube-operator/pulls)
[
](https://kubernetes.slack.com/archives/CR85S82A2)
# Move2Kube-Operator
Operator to orchestrate [Move2Kube UI](https://github.com/konveyor/move2kube-ui) and [API](https://github.com/konveyor/move2kube-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
1. Then we can apply the CR. Make sure to edit the CR yaml with the proper values before applying.
```console
$ 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
* For any questions reach out to us on any of the communication channels given on our website https://move2kube.konveyor.io/.