All Questions
229 questions
0
votes
1
answer
45
views
Docker Image Builder in ADO pipeline
I am Trying to build the container image through ADO pipeline and docker Task , While running Bash@3 Task getting Bash Error , that I added below. and if I skip the Bash@3 task getting another error ...
0
votes
1
answer
119
views
Unable to push image to ACR from terraform - could not get auth config (the credentialhelper did not work or was not found):
I have a terraform project that creates an ACR registry, I am also using a Docker provider to build a node project locally, then push it to the ACR.
After running terraform init and trying to apply ...
0
votes
0
answers
36
views
Docker demon not getting started in AKS cluster
I was succesful to run Docker inside docker container hosted on top of AKS v1.27 with base image of ubuntu18, but not working same way on Ubuntu22.04.
Docker is not getting started on this created ...
1
vote
0
answers
146
views
Documentation File From Another Class Library Doesn't Exist in AKS Container
I have a solution that has the following file structure.
├── src
│ ├── Project.Api
│ │ ├── Project.Api.xml
│ │ ├── Project.Api.csproj
│ │ ├── Other files...
│ ├── Project.Business
│ ...
0
votes
1
answer
734
views
404 not found nginx/1.27.0 while running a docker image for React web application
We have React web app. We created a docker file and it was working fine. When running docker image we were able to successfully deploy and run our application.
But we're facing one issue. Whenever we'...
-1
votes
1
answer
93
views
Failure running "docker compose" building aks-store-demo following Azure AKS turtorial
I am following https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-app?tabs=azure-cli, deploying aks-store-demo in Azure AKS.
I've finished step1, 2, which was to clone the sample ...
0
votes
0
answers
172
views
Can we run Docker in Docker based on Ubuntu22.04?
We are trying to run Docker inside docker container hosted on top of AKS v1.27.
This was working on Ubuntu18 based image, but not working same way on Ubuntu22.04.
The issue is that Docker is not ...
0
votes
1
answer
281
views
Override Azure Functions Environment in Azure Kubernetes Service
I want to ask a question. I have an Azure Function code in Net8 (Isolated) then I push to docker image in Azure Container Registry, then I deploy it to Azure Kubernetes Service.
The question is, how ...
0
votes
0
answers
184
views
AKS deployed .NET Core 8 application migrated from .NET Core 3.1 container is running but the application is not started
My .NET Core 8 application in AKS Container is in running start, but its application is not started application is not getting started.
Updated with by inserting container port 8080 instead of 80 ...
0
votes
1
answer
208
views
How to run Windows version of multi-platform image on a hybrid OS AKS cluster?
Configuration:
Cluster: AKS v1.27.9
Node pools:
UbuntuLinux, Standard_D8ads_v5
Windows2019, Standard_D8ads_v5
Argo Workflows v3.4.9 (not required)
This test pod fails with ErrImagePull:
apiVersion: ...
1
vote
1
answer
157
views
'powershell' is not recognized as an internal or external command in kubernetes node pool Windows2022
Trying to deploy windows pods in azure Kubernetes services using below docker file.
Docker file build is successful in azure DevOps pipeline and pushed to ACR, from there it is used to deploy the pods ...
1
vote
1
answer
1k
views
Not possible to use containers in Azure Pipelines self-hosted agents deployed as Azure K8s pods
We are planning to move away from an autoscaled Azure VMSS to an Azure Kubernetes Cluster for hosting our self-hosted Azure DevOps Pipeline build agents.
I have now setup my first small test cluster ...
1
vote
1
answer
904
views
Azure DevOps self-hosted Pipeline Agent that can perform a docker build and push command
I'm trying to create a self-hosted Agent to build and deploy my code on AKS.
All my JAVA code is in an Azure DevOps git repository. I created a pipeline (you can take a look at the yaml at the bottom) ...
1
vote
0
answers
77
views
Data written to PVC using job pod is not available in main POD
Data written to PVC using job pod is not available in main POD,
I have a job pod with a bash script that executes and writes data to the PVC, however, the same data is not available when I check in ...
0
votes
1
answer
302
views
Azure Devops - Release Pipeline - 'KubernetesManifest' fails with error - ##[error]error: must specify one of -f and -k
I am creating a CI/CD pipeline with Azure Container Registry and Azure Kubernetes Cluster.
My Docker Build and Push Stage works perfectly fine and I do see a new image in my repository.
However my ...