skip to Main Content

external-ip remains pending on controller-service after installation of Nginx Ingress Controller on AWS EKS

I'm following the quickstart guide https://kubernetes.github.io/ingress-nginx/deploy/#aws to install it on an aws eks cluster. The cluster runs in a private subnet and will receive traffic via a cloudflare argo tunnel. kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.0/deploy/static/provider/aws/deploy.yaml When I then check the service…

VIEW QUESTION

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545:

I have a problem when i execute the next docker instructions: # make a directory mkdir /server/nginx cd /server/nginx # make a container docker run --name nginx -d -p 8080:8080 -v /home/www:/home/www -v /home/www:/usr/share/nginx/html -v "$PWD"/nginx.conf:/etc/nginx/nginx.conf -v "$PWD"/logs:/var/log/nginx -v "$PWD"/conf.d:/etc/nginx/conf.d…

VIEW QUESTION

Cannot start service api: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "python manage.py runserver – Docker

I would like to running docker-compose. during running react and django application, docker-compose returns the following error: (base) dominik@Precision:~/PycharmProjects/humanet-docker$ ls api docker-compose.prod.yml docker-compose.yml front nginx (base) dominik@Precision:~/PycharmProjects/humanet-docker$ docker-compose ps Name Command State Ports ------------------------------------------------------------------------------------------------------------------------------------------------------ a7c8de30f648_humanet-docker_api_1 python manage.py runserver ... Exit…

VIEW QUESTION
Back To Top
Search