odidev

Results 245 issues of odidev

Hi Team, I am trying to use the **digota**  image on  **arm64**  platform, but it seems it is not available for arm64. I have successfully built the image for arm64...

I have been working on deploying the instana/robot-shop on the ARM64 platform using the docker-compose method. But the project does not work on the arm64 platform. I have made some...

@arey, I performed load testing on a HTTP interface with locust and found that the 'RPS' generated by locust is very less. Details of load testing: 1. 6 locust worker...

question

Hi Team, I am working on the AWS x64 instance. I followed the steps given in README and followed the third approach to run with tye. After executing tye run,...

Hi Team, I am trying to use the sarchart image on the arm64 platform, but it seems docker image for both amd64 and arm64 are not available on dockerhub. I...

Hi team, I am trying deployment of Dubbo microservices for seata using following steps: **1. Startup Seata Server** `docker run --name seata-server -p 8091:8091 -p 7091:7091 seataio/seata-server:1.5.0` **logs_startup_seata_server:** [seata-sample.txt](https://github.com/seata/seata-samples/files/9948718/seata-sample.txt) **UI...

I tried to deploy e-commerce-microservices-sample on Arm64 machines as mentioned in Readme. I have followed the below steps to deploy the application microservices to Minkube K8s cluster: ``` git clone...

I am trying to reach the services on amd64 machine using docker compose, tye run, docker run and pm2 but only two services are reachable, that is gateway and notifier....

Hi @SimonEismann  I have tried to deploy `DescartesResearch/Tea-Store` microservices on the **Arm64** platform by using the Docker-compose [Method](https://github.com/DescartesResearch/TeaStore/blob/master/GET_STARTED.md#12-run-the-teastore-using-docker-compose).  **Command:** `docker-compose -f ./examples/docker/docker-compose_default.yaml up -d`  The above command fails due to...

The following file has been created : Created **.github/workflows/ci.yml** file to build and push the image for both amd64 and arm64 platforms. Signed-off-by: odidev [email protected]