https://github.com/tmax-cloud/l2c-operator
https://github.com/tmax-cloud/l2c-operator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmax-cloud/l2c-operator
- Owner: tmax-cloud
- License: apache-2.0
- Created: 2020-08-07T08:13:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T07:12:41.000Z (almost 6 years ago)
- Last Synced: 2025-04-19T10:10:09.290Z (over 1 year ago)
- Language: Go
- Size: 47.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# L2c-Operator

[](https://goreportcard.com/report/github.com/tmax-cloud/l2c-operator)

## Legacy-to-Cloud (L2c)
Legacy-to-Cloud is a module to migrate applications running in a legacy environment to a Kubernetes environment.
## Start using L2c-operator
- [Installation Guide](./docs/installation.md)
- [Quick Start Guide](./docs/quickstart.md)
## Supported Features
### WAS Migration Analyze (T-up Jeus)
- Now supports Weblogic → Jeus
- Provides incompatibilities of existing codes on the target WAS
### DB Migration (T-up Tibero)
- Now supports Oracle → Tibero
- Deploys a DB deployment and migrates data from source to target
### Web IDE (VS Code)
- If WAS migration analysis reports issues, Web IDE is automatically deployed. The IDE employs SonarLint.
### Build/Deploy
- Build the source using S2I and deploy it to the cluster.