azure aks not able to pull images from acr
it was a working set up and no manual changes were made. when we are trying to deploy application on aks; it fails to pull an image from the acr. as per kubectl describe po output: Failed to pull image…
it was a working set up and no manual changes were made. when we are trying to deploy application on aks; it fails to pull an image from the acr. as per kubectl describe po output: Failed to pull image…
I am giving my services to my users via client.example.com and there are pages like client.mysite.com/blog client.mysite.com/blog/content/ client.mysite.com/docs/ etc. I want to allow users to allow their domains to point to this subdomain. so they can choose between any of…
I started to work with Docker within our Company and have a network issue within my Docker Desktop. my system setup is: Windows 10 Enterprise Docker Desktop (4.3.2) Corporate Proxy to connect to the Internet PX Proxy (0.5.0) as Reverse…
my goal is to call a service on an aks cluster (aks1) from a pod or a service on a second aks cluster (aks2). These clusters will be on different regions and should communicate over a private network. Azure CNI…
I am having this very specific problem. Will try my best to describe what is the deal. I am running a server on Digital Ocean behind NGINX Reverse Proxy (configurations are done through NGINX Proxy Manager). I create A record…
I have 2 containers - busybox and debian:stretch. Both have the same content in /etc/resolv.conf and etc/hosts and ClusterFirst option. I am using Rancher version 2.5.7 with kubernetes 1.20.5. Both containers are on the same host: Busybox: $ ping example.com…
I have a website that can be accessed by entering the IP address. I want to make it accessible only through the domain. There is little suitable material on the Internet, there is no good explanation of what to replace…
cluster info: Minikube installation steps on centos VM: curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/local/bin/minikube minikube start --addons=ingress --vm=true --memory=8192 --driver=none PODs of this minikube cluster are not able to connect to internet. However My host VM has internet connection…
I have created a good amount of these now but this time around for some reason it does not let me visit the address of the Instance which should have Apache Installed from the user data information inputted of #!/bin/bash…
I need your help I moved my website from domain http://www.example.com to http://oldwebsite.example.com I have lots of pdf document with link http://www.example.com/documents/news/test.pdf Whenever a user click on the above link, I would like to automatically redirect all the PDF file.…