Ralph Soika
Ralph Soika
Thanks for these insights. Yes it sounds interesting. I have now the following vision for the new implementation of the ItemCollection Class: Only in the clone() method performs a full...
I run into a similar problem migrating my Jakarta EE8 app form wildfly to payara/micro:5.2021.9-jdk11 I have a EJB with the following annotations: ``` @DeclareRoles({ "org.imixs.ACCESSLEVEL.MANAGERACCESS" }) @RunAs("org.imixs.ACCESSLEVEL.MANAGERACCESS") @Startup @Singleton...
I am sorry that I am entering this discussion even though I am not a Kubernetes expert as you. But I have been dealing with this problem for a some...
@NickrenREN Thanks for your clarification. So there is no self-healing mechanism in Kubernetes for this scenario?
Is the feature of NodeFencing official planned or is it still only in discussion? I found these projects that seems to address the problem: https://github.com/kvaps/kube-fencing https://github.com/rootfs/node-fencing
@NickrenREN can you share the discussion about the NodeFencing feature? I would like to better understand the backgrounds.
I can't believe that this is true. I invested so much time to migrate from docker-swarm to kubernetes. Now I had to learn that kubernetes is not a self-healing system...
I was eventually able to set up a Docker image with fastapi and spacy to provide the interfaces. You may find some ideas in our project Imixs-ML. https://github.com/imixs/imixs-ml/tree/master/imixs-ml-spacy
Sorry but I was wondering as I did not found an issue on github. I just think that it is easier to document on github as on the forum page....