odidev
odidev
@LesnyRumcajs, I was trying to run ```d_grpc_bench``` for arm64 locally but getting errors while build.sh and bench.sh. I did the below changes for running ```build.sh``` I found that the image...
Hi team, I am following this document < https://docs.k0sproject.io/v1.23.6+k0s.2/examples/ansible-playbook/ > to create k0s cluster using ansible, on the Linux/AMD64 AWS bare metal instance. It seems like the k0s cluster got...
**Summary** Installing gensim on aarch64 via pip using command "pip3 install gensim" tries to build wheel from source code. **Problem description** gensim doesn't have wheel for aarch64 on PyPI repository....
Hi @NimJay ### Describe the bug I tested the Hipster Shop performance on **AWS, GCP** and **Azure** instances using **Locust** on a **minikube cluster.** Earlier I built the Docker images...
Replace **java:8-jre** base image with **amazoncorretto:8u372-al2023-jre**, since `java:8-jre` has been deprecated, as can be seen here: . After the above changes, successfully deployed piggymetrics on both Linux/ARM64 and Linux/AMD64 platforms....
I am working with coolstore-microservices on **Linux/ARM64** platform. I installed dapr, tye, dotnet-6.0, executed `dapr init` and ran coolstore-microservices using `tye run`. I could see the logs running and I...
I am working with coolstore-microservices on the **Linux/AMD64 Ubuntu AWS instance**. I installed [tye](https://github.com/dotnet/tye/blob/main/docs/getting_started.md#installing-tye), [dapr](https://docs.dapr.io/getting-started/install-dapr-cli/#install-from-terminal) and [dotnet-6.0](https://github.com/dotnet/core/blob/main/linux.md), and initiated dapr with `dapr init`. Then, in the root of the coolstore-microservices...
Hi @mehmetozkaya, I have tried to deploy `run-aspnetcore-microservices` on ARM64 using docker-compose. In `docker-compose.yml` file, there is one service named `OrderDB` which is using **mcr.microsoft.com/mssql/server:2017-latest** docker image. This image is...
Hi Team, I am following the documents here: < https://github.com/idugalic/micro-company#running-instructions > to build the project on Ubuntu AWS instance. After installing JDK 17, I executed `mvn clean install`, and the...
@khaledhikmat, When I was trying to run [dockerfiles](https://github.com/Azure-Samples/Serverless-microservices-reference-architecture/tree/main/dotnet/dockerfiles) it shows error as below on both arm64 and amd64 architectures. ``` ubuntu@ip-172-31-19-230:~Serverless-microservices-reference-architecture/dotnet/dockerfiles$ sudo docker build -t dotent:drivers -f drivers . [+]...