ricardozanini opened a new issue, #1537: URL: https://github.com/apache/incubator-kie-kogito-operator/issues/1537
From this date onward, the [ASF KIE Community has decided to archive the Kogito Operator project](https://lists.apache.org/thread/2ddorvb9v1sk5256xksk4lcr4og9gwbp). No more updates, releases, and fixes. The repository will be archived for good. This hurtful decision came after the recent migration to ASF and the repurposing of many projects under KIE. Most importantly, we understand that this operator doesn't add to the project or community anymore. What it does, can be accomplished easily using Quarkus, Helm, Tekton, or any other current image build tooling out there: - [Quarkus Guides - CONTAINER IMAGES](https://quarkus.io/guides/container-image) - [SpringBoot Docs - Container Images](https://docs.spring.io/spring-boot/docs/current/reference/html/container-images.html) - [Tekton - Getting Started](https://tekton.dev/docs/getting-started/) - [ArgoCD - Getting Started](https://argo-cd.readthedocs.io/en/stable/) - [OpenShift - Creating Images](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html) - [Kaniko Tutorial](https://github.com/GoogleContainerTools/kaniko/blob/main/docs/tutorial.md) - [Helm Charts](https://helm.sh/docs/topics/charts/) This operator was capable of: - Building and deploying Kogito applications (BPMN, DMN, Drools). That can be accomplished via Quarkus or SpringBoot container libraries. In the cluster, you can use Tekton or if using OpenShift, rely on their multiple ways of deploying images. - Deploying Kogito Supporting Services. Via the images we already publish, you can deploy them using ArgoCD and Helm using the GitOps approach. ## Impact Assessment Having the Kogito Operator archived, would impact the following repositories: - [Kogito Examples](https://github.com/apache/incubator-kie-kogito-examples): A few examples have an `operator` folder that contains CRDs from this operator - [KIE Docs](https://github.com/apache/incubator-kie-docs/tree/main-kogito): There's an entire section dedicated to the operator and other sections mentioning it - [Kogito Images](https://github.com/apache/incubator-kie-kogito-images/): This repo is responsible for maintaining all the images managed by this operator. Those images will also be deprecated and removed from the repository - [kogito-base-builder](https://github.com/apache/incubator-kie-kogito-images/blob/1.44.2.x/kogito-base-builder-image.yaml) - [kogito-runtime-jvm](https://github.com/apache/incubator-kie-kogito-images/blob/1.44.2.x/kogito-runtime-jvm-image.yaml) - [kogito-runtime-native](https://github.com/apache/incubator-kie-kogito-images/blob/1.44.2.x/kogito-runtime-native-image.yaml) - [kogito-s2i-builder](https://github.com/apache/incubator-kie-kogito-images/blob/1.44.2.x/kogito-s2i-builder-image.yaml) - [Kogito Pipelines](https://github.com/apache/incubator-kie-kogito-pipelines): To disable and remove Kogito Operator pipelines from ASF infrastructure ## Under Review A few images are also deployed with Kogito Operator, but may be supported by the community going further: - [kogito-task-console](https://github.com/apache/incubator-kie-kogito-images/blob/main/kogito-task-console-image.yaml) - [kogito-management-console](https://github.com/apache/incubator-kie-kogito-images/blob/main/kogito-management-console-image.yaml) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
